TSpectrogram::ConjFlip Property

__declspec(property(get = GetConjFlip, put = SetConjFlip)) bool ConjFlip;

If True, the conjugate symmetric part of the frequency spectrum will be placed in 0.5..1.0 Fs (as returned by the FFT), and not between -0.5..0.0 Fs.

Read: bool GetConjFlip();
Write: void SetConjFlip(const bool Value);
Remarks:

The conjugate symmetic part of the frequency spectrum from the real time series can be placed before or after its original.) The property is used in derived classes.

Declared in Dew::Signal::TSpectrum · Dew.Signal/SignalTools.h · Cross-compiler