Simba.Data
Simba.Data.Analysis
DFTSettings
Defines the frequency grid and time window used by DFTCalculatorJob. Use the first constructor to analyse a number of final periods of a fundamental frequency, or the second constructor to analyse an explicit time range. The result contains DC and the requested harmonics.
| Constructors | |
|---|---|
| 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. |