FftBase<T>.Domain Property

Gets or sets the domain of the FFT.

Definition

Namespace: Extreme.Mathematics.SignalProcessing
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public FftDomain Domain { get; }

Property Value

FftDomain
An FftDomain value.

Remarks

The domain specifies the source domain of the forward transform. It can be real or complex. The destination domain is always complex.

You can only set this value if the implementation is not committed.

See Also