BurgAlgorithmGetFrequencyResponse Method |
Calculates the frequency response for a given frequency.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic virtual double GetFrequencyResponse(
double fdt
)
Parameters
- fdt Double
-
Frequency specified as f * dt, i.e. the product of frequency and sample interval.
Return Value
DoubleThe (real-valued) power spectrum estimate at the given frequency.
Exceptions
See Also