Interface IOperationsHeatMapSTFTDataViewModel
Last update: 03.07.2024
Interface IOperationsHeatMapSTFTDataViewModel
Namespace: VM.Operations.Post.Interfaces.LineSeries
Assembly: VM.Operations.Post.dll
public interface IOperationsHeatMapSTFTDataViewModel
Properties
End
Get or Set the end time for using FFT on target data series.
double End { get; set; }
Property Value
Overlap
Get or Set the value of the percentage for setting overlapped intervals.
double Overlap { get; set; }
Property Value
ReferenceValue
Get or Set the reference value on decibel as the type of the scale.
double ReferenceValue { get; set; }
Property Value
SamplingFrequency
Get or Set the value about setting the number of the interval for dividing Y direction grids on color map.
int SamplingFrequency { get; set; }
Property Value
ScaleFactor
Get or Set the scale factor to change from time domain to another domain.
double ScaleFactor { get; set; }
Property Value
SelectedPoints
Get or Set the number of data point for FFT.
int SelectedPoints { get; set; }
Property Value
SelectedScaleType
Get or Set the scale type of STFT. STFT Scale Type has Original, Decibel.
STFTScaleType SelectedScaleType { get; set; }
Property Value
STFTScaleType
Start
Get or Set the start time for using FFT on target data series.
double Start { get; set; }
Property Value
TimeSlice
Get or Set the value about setting the number of the interval for dividing X direction grids on color map.
double TimeSlice { get; set; }