Interface IOperationsFFTLineDataSeriesViewModel
Last update: 16.07.2025Namespace: VM.Operations.Post.Interfaces
Assembly: VM.Operations.Post.dll
public interface IOperationsFFTLineDataSeriesViewModel
Properties
End
Get or Set the end time for using FFT on target data series.
double End { get; set; }
Property Value
FFTScaleType
Get or Set the scale type of FFT. It has Original, Logarithm, Decibel.
ScaleType FFTScaleType { get; set; }
Property Value
ScaleType
FFTType
Get or Set the type of FFT. It has Magnitude, Phase.
FFTType FFTType { get; set; }
Property Value
FFTType
FFTWindowType
Get or Set the window type of FFT. It has Rectangular, Triangular, Bartlett, Hanning, Hamming, Welch, BalckMan, None.
FFTWindowType FFTWindowType { get; set; }
Property Value
FFTWindowType
SelectedPoints
Get or Set the number of data point for FFT.
int SelectedPoints { get; set; }
Property Value
Start
Get or Set the start time for using FFT on target data series.
double Start { get; set; }