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.3448.0 (4.8.3448.0)
Syntax
C#
public virtual double GetFrequencyResponse(
	double fdt
)

Parameters

fdt  Double
Frequency specified as f * dt, i.e. the product of frequency and sample interval.

Return Value

Double
The (real-valued) power spectrum estimate at the given frequency.
Exceptions
ExceptionCondition
InvalidOperationException Thrown if the algorithm has not been executed yet.
See Also