Click or drag to resize

BurgAlgorithmGetFrequencyResponse Method

Calculates the frequency response for a given frequency.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Double
The complex frequency response at the given frequency.
See Also