Click or drag to resize

PronySeriesRelaxationResultGetFrequencyDomainYOfOmega Method

Gets (in the frequency domain) the modulus as a function of the circular frequency.

Namespace: Altaxo.Science.Signals
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Complex GetFrequencyDomainYOfOmega(
	double w
)

Parameters

w  Double
The circular frequency.

Return Value

Complex
The modulus in the frequency domain.
See Also