Skip to main content

Motion Standalone Postprocessor C# library 2024 R2

Interface IOperationsFFTLineDataSeriesViewModel

Last update: 03.07.2024

Namespace: 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

double

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

int

Start

Get or Set the start time for using FFT on target data series.

double Start { get; set; }

Property Value

double