Simba.Data
Simba.Data.Analysis.DFTSettings
DFTSettings Constructors
| Overloads | |
|---|---|
| DFTSettings(double, double, int) | Creates settings that analyse an explicit time range. |
| DFTSettings(double, int, int) | Creates settings that analyse the final periods of a fundamental frequency. |
DFTSettings(double, double, int) Constructor
Creates settings that analyse an explicit time range.
1 | |
Parameters
minTimeInS System.Double
Start of the analysis window, in seconds.
maxTimeInS System.Double
End of the analysis window, in seconds.
numberOfHarmonics System.Int32
Number of harmonics to calculate, excluding DC.
DFTSettings(double, int, int) Constructor
Creates settings that analyse the final periods of a fundamental frequency.
1 | |
Parameters
stepFrequencyInHz System.Double
Fundamental frequency in hertz.
numberOfAnalysedPeriod System.Int32
Number of final fundamental periods to analyse.
numberOfHarmonics System.Int32
Number of harmonics to calculate, excluding DC.