#include <Messages.hh>
Public Attributes | |
| int | iChannel |
| Channel. | |
| int | iType |
| Type (STFT, Hankel, etc). | |
| int | iWindow |
| Window function. | |
| float | fWinParam |
| Optional window parameter. | |
| long | lLength |
| Number of points. | |
| int | iLowFreq |
| Lower frequency limit (Hz). | |
| int | iHighFreq |
| Higher frequency limit (Hz). | |
| float | fGain |
| Gain (dB). | |
| float | fSlope |
| Gain (dB/oct). | |
| int | iOverlap |
| Overlap (). | |
| bool | bLinear |
| Linear/logarithmic scaling. | |
| bool | bNormalize |
| Normalize? | |
| int | iRemoveNoise |
| Noise removal algorithm. | |
| float | fAlpha |
| Alpha for noise removal. | |
| long | lMeanLength |
| Mean length for noise removal. | |
| long | lGapLength |
| Gap length for TPSW noise removal. | |
| float | fDynRange |
| Dynamic range for logarithmic (dB) level. | |
Definition at line 210 of file Messages.hh.
|
|
Channel.
Definition at line 212 of file Messages.hh. Referenced by clSpectrum::ConnectStream(), clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), clSpectrum::ProcessLoop(), and clSpectMsg::SetRequest(). |
|
|
Type (STFT, Hankel, etc).
Definition at line 213 of file Messages.hh. Referenced by clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), clSpectrum::Init(), clSpectrum::ProcessLoop(), and clSpectMsg::SetRequest(). |
|
|
Window function.
Definition at line 214 of file Messages.hh. Referenced by clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), clSpectrum::Init(), and clSpectMsg::SetRequest(). |
|
|
Optional window parameter.
Definition at line 215 of file Messages.hh. Referenced by clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), clSpectrum::Init(), and clSpectMsg::SetRequest(). |
|
|
Number of points.
Definition at line 216 of file Messages.hh. Referenced by clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), clSpectrum::Init(), and clSpectMsg::SetRequest(). |
|
|
Lower frequency limit (Hz).
Definition at line 217 of file Messages.hh. Referenced by clSpectrum::CreateFilter(), clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), and clSpectMsg::SetRequest(). |
|
|
Higher frequency limit (Hz).
Definition at line 218 of file Messages.hh. Referenced by clSpectrum::CreateFilter(), clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), and clSpectMsg::SetRequest(). |
|
|
Gain (dB).
Definition at line 219 of file Messages.hh. Referenced by clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), clSpectrum::ProcessLoop(), and clSpectMsg::SetRequest(). |
|
|
Gain (dB/oct).
Definition at line 220 of file Messages.hh. Referenced by clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), clSpectrum::ProcessLoop(), and clSpectMsg::SetRequest(). |
|
|
Overlap ().
Definition at line 221 of file Messages.hh. Referenced by clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), clSpectrum::Init(), and clSpectMsg::SetRequest(). |
|
|
Linear/logarithmic scaling.
Definition at line 222 of file Messages.hh. Referenced by clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), clSpectrum::ProcessLoop(), and clSpectMsg::SetRequest(). |
|
|
Normalize?
Definition at line 223 of file Messages.hh. Referenced by clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), clSpectrum::ProcessLoop(), and clSpectMsg::SetRequest(). |
|
|
Noise removal algorithm.
Definition at line 224 of file Messages.hh. Referenced by clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), clSpectrum::ProcessLoop(), and clSpectMsg::SetRequest(). |
|
|
Alpha for noise removal.
Definition at line 225 of file Messages.hh. Referenced by clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), clSpectrum::ProcessLoop(), and clSpectMsg::SetRequest(). |
|
|
Mean length for noise removal.
Definition at line 226 of file Messages.hh. Referenced by clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), clSpectrum::ProcessLoop(), and clSpectMsg::SetRequest(). |
|
|
Gap length for TPSW noise removal.
Definition at line 227 of file Messages.hh. Referenced by clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), clSpectrum::ProcessLoop(), and clSpectMsg::SetRequest(). |
|
|
Dynamic range for logarithmic (dB) level.
Definition at line 228 of file Messages.hh. Referenced by clSpectMsg::GetRequest(), clSpectGUI::GetSettings(), clSpectGUI::OnMotionSpect(), clSpectrum::ProcessLoop(), clSpectGUI::ReConfigDisplay(), and clSpectMsg::SetRequest(). |
1.3.3