Skip to main content

Motion Standalone Postprocessor C# library 2024 R2

Interface IOperationsHeatMapSTFTDataViewModel

Last update: 03.07.2024

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

double

Overlap

Get or Set the value of the percentage for setting overlapped intervals.

double Overlap { get; set; }

Property Value

double

ReferenceValue

Get or Set the reference value on decibel as the type of the scale.

double ReferenceValue { get; set; }

Property Value

double

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

int

ScaleFactor

Get or Set the scale factor to change from time domain to another domain.

double ScaleFactor { get; set; }

Property Value

double

SelectedPoints

Get or Set the number of data point for FFT.

int SelectedPoints { get; set; }

Property Value

int

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

double

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; }

Property Value

double