Encapsulates higher order spectral analysis methods.
Used by the TBiSpectrumAnalyzer to maintain and handle the storage structures for bicoherence and bispectrum.
| Name | Type | Description |
|---|
| BicoherenceType | TBicoherenceType | Defines how the bicoherence will be computed. |
| BiSpectrum | TMtx* | Holds the values defined with the value of the Transform property. |
| BiSpectrumB | TMtx* | Internal. |
| BiSpectrumRatio | TMtx* | Internal. |
| Frequency | double | Specifies the frequency of bispectral line from the Bispectrum matrix, that should be copied to the Onwer (TSpectrumAnalyzer). |
| Lines | TVec* | Holds a real vector of frequencies, that should be calculated in the bispectral matrix. |
| Recursive | bool | If True, bicoherence or bispectrum will be calculated on every call to TBiSpectrumAnalyzer.Update. |
| SingleLinesOnly | bool | If True, only preselected frequencies defined with Lines property will be calculated in the bispectral matrix. |
| Transform | TBiAnalysis | Define which transform will be copied to the Bispectrum property when you call the Update method. |