void GetFullSpectrum(TMtx *A, bool FlipVertical = false);
Returns a full bispectrum/bicoherence matrix in A.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | A | TMtx * | |
| 2 | FlipVertical = false | bool |
Remarks:
If FlipVertical is True, the matrix will be vertically flipped and the row at Index 0 will hold the frequency FS/4 where FS is the sampling frequency. If SingleLinesOnly is True, the routine will insert zeroes in the part of the spectrum that was not computed..
Declared in Dew::Signal::TBiAnalyzer · Dew.Signal/SignalAnalysis.h · Cross-compiler