__declspec(property(get = GetFFTScrambledOrder, put = SetFFTScrambledOrder)) bool FFTScrambled;
Leave FFT scrambeled.
Read:
bool GetFFTScrambledOrder() const;Write:
void SetFFTScrambledOrder(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::Matrix · Dew.Math/MtxExpr.h · Cross-compiler