FftBase<T>.Dimension Property

Gets or sets the dimension of the FFT.

Definition

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

Property Value

Int32

Remarks

Currently, only one-dimensional FFT's are supported.

The lenght of an FFT is fixed at the time of construction. You can get the length of the FFT through the GetLength(Int32) method.

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

See Also