TMtx::FFTScrambled Property

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

Leave FFT scrambeled.

Read: bool GetFFTScrambled();
Write: void SetFFTScrambled(const bool value);
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.

Note
This can improve performance for certain applications, if you used properly.

Declared in Dew::Math::TDenseMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler