__declspec(property(get = GetFFTOddLength, put = SetFFTOddLength)) bool FFTOddLength;
Defines if FFT transform length is odd.
Read:
bool GetFFTOddLength();Write:
void SetFFTOddLength(const bool value);Remarks:
The property should be set to True, if the length of a forward real to complex FFT is odd and if the result of an inverser complex to real FFT should be odd.
Declared in Dew::Math::TDenseMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler