Click or drag to resize

PronySeriesRetardationResultGetFrequencyDomainYOfFrequency Method

Gets (in the frequency domain) the y-value in dependence on the frequency.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Complex GetFrequencyDomainYOfFrequency(
	double f
)

Parameters

f  Double
The frequency.

Return Value

Complex
The y-value in the frequency domain. Note that because it is a general susceptibility, the imaginary part is negative.
See Also