Dew Signal for .NET
|
Estimates bicoherence and/or bispectrum.
SignalAnalysis.cs
Use the component to estimate bicoherence and bispectrum from the Input signal. You can estimate bicoherence for all the frequency pairs, or just the selected ones. Bicoherence will be one for two frequency pairs, which are related in phase (like harmonics). It will be zero for frequency pairs unrelated in phase. The formula used to calculate the bicoherence:
The component features two modes of operation: Recursive and non-recursive.
all the spectral parameters are update for every call to the Update method. This mode can be used to run bi spectral analysis on-line in real time, if you enable infinite exponential averaging.
is performed when calls are made to the Update method. Once the averaging has finished, BiAnalyzer.Update method must be called to calculate the actual bispectra and a call to UpdateSpectrum will place the correct line from bispectrum in the Amplt/Phase property. This approach is more CPU efficient then the first.
Because bispectral analysis is based on averaging, you can not change the parameters of the frequency spectrum of already averaged data.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|