#include <Messages.hh>
Public Attributes | |
| int | iAlgorithm |
| Algorithm. | |
| float | fSoundSpeed |
| Speed of sound (m/s). | |
| float | fLowFreqLimit |
| Lower frequency limit (Hz). | |
| float | fIntegrationTime |
| Itegration time (s). | |
| int | iScaling |
| Scaling function. | |
| float | fScalingExp |
| Exponent for exponential scaling. | |
| bool | bNormalize |
| Normalization. | |
| float | fLeftDir |
| Left direction (rad). | |
| float | fRightDir |
| Right direction (rad). | |
| long | lSectorCount |
| Number of sectors. | |
| int | iRemoveNoise |
| Background noise estimation and removal algorithm. | |
| float | fAlpha |
| Alpha for noise removal. | |
| long | lMeanLength |
| Mean length for noise removal. | |
| long | lGapLength |
| Gap length for TPSW noise removal algorithm. | |
| bool | bDisableFilter |
| Disable all filtering of input signal. | |
Definition at line 250 of file Messages.hh.
|
|
Algorithm.
Definition at line 252 of file Messages.hh. Referenced by clDirMsg::GetRequest(), clGUIDir::GetSettings(), clDirection::InitArray(), clGUIDir::InitConnection(), clDirection2::InitDir(), main(), and clDirection::ProcessData(). |
|
|
Speed of sound (m/s).
Definition at line 253 of file Messages.hh. Referenced by clDirMsg::GetRequest(), clGUIDir::GetSettings(), clDirection::InitArray(), clDirection2::InitDir(), and main(). |
|
|
Lower frequency limit (Hz).
Definition at line 254 of file Messages.hh. Referenced by clDirMsg::GetRequest(), clGUIDir::GetSettings(), clDirection::InitArray(), main(), and clDirection2::ProcessLoop(). |
|
|
Itegration time (s).
Definition at line 255 of file Messages.hh. Referenced by clDirMsg::GetRequest(), clGUIDir::GetSettings(), clDirection::InitArray(), clDirection2::InitDir(), and main(). |
|
|
Scaling function.
Definition at line 256 of file Messages.hh. Referenced by clDirMsg::GetRequest(), clGUIDir::GetSettings(), main(), clDirection2::ProcessLoop(), and clDirection::Scale(). |
|
|
Exponent for exponential scaling.
Definition at line 257 of file Messages.hh. Referenced by clDirMsg::GetRequest(), clGUIDir::GetSettings(), main(), and clDirection::Scale(). |
|
|
Normalization.
Definition at line 258 of file Messages.hh. Referenced by clDirMsg::GetRequest(), clGUIDir::GetSettings(), main(), and clDirection::SendResults(). |
|
|
Left direction (rad).
Definition at line 259 of file Messages.hh. Referenced by clDirection::CalcDipoleBeams(), clDirection::CalcDipoleCorrs(), clDirMsg::GetRequest(), clGUIDir::GetSettings(), main(), and clGUIDir::SaveInfo(). |
|
|
Right direction (rad).
Definition at line 260 of file Messages.hh. Referenced by clDirection::CalcDipoleBeams(), clDirection::CalcDipoleCorrs(), clDirMsg::GetRequest(), clGUIDir::GetSettings(), main(), and clGUIDir::SaveInfo(). |
|
|
Number of sectors.
Definition at line 261 of file Messages.hh. Referenced by clDirection::CalcDipoleBeams(), clDirection::CalcDipoleCorrs(), clDirection::Exec(), clDirMsg::GetRequest(), clGUIDir::GetSettings(), clDirection2::InitDir(), main(), clDirection::ProcessData(), clDirection2::ProcessLoop(), and clDirection::SendResults(). |
|
|
Background noise estimation and removal algorithm.
Definition at line 262 of file Messages.hh. Referenced by clDirection::Exec(), clDirMsg::GetRequest(), clGUIDir::GetSettings(), clDirection2::ProcessLoop(), and clDirection::SendResults(). |
|
|
Alpha for noise removal.
Definition at line 263 of file Messages.hh. Referenced by clDirMsg::GetRequest(), clGUIDir::GetSettings(), clDirection2::ProcessLoop(), and clDirection::SendResults(). |
|
|
Mean length for noise removal.
Definition at line 264 of file Messages.hh. Referenced by clDirMsg::GetRequest(), clGUIDir::GetSettings(), clDirection2::ProcessLoop(), and clDirection::SendResults(). |
|
|
Gap length for TPSW noise removal algorithm.
Definition at line 265 of file Messages.hh. Referenced by clDirMsg::GetRequest(), clGUIDir::GetSettings(), clDirection2::ProcessLoop(), and clDirection::SendResults(). |
|
|
Disable all filtering of input signal.
Definition at line 266 of file Messages.hh. Referenced by clDirMsg::GetRequest(), and clGUIDir::GetSettings(). |
1.3.3