BurgAlgorithmGetFrequencyResponse Method |
Calculates the frequency response for a given frequency.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual double GetFrequencyResponse(
double fdt
)
Parameters
- fdt Double
- Frequency. Must be given as f*dt, meaning the product of frequency and sample interval.
Return Value
DoubleThe complex frequency response at the given frequency.
See Also