Vector::FFTScrambled Property

__declspec(property(get = GetFFTScrambled, put = SetFFTScrambled)) bool FFTScrambled;

Leave FFT scrambeled.

Read: bool GetFFTScrambled() const;
Write: void SetFFTScrambled(const bool value) const;
Remarks:

The last stage (or first) of an FFT, is a sorting operation. This sorting will be left out, if this property will be set to True. This can improve performance for certain applications, if you used properly.

Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler