#include <Messages.hh>
Public Attributes | |
| long | lWindowSize |
| Window size. | |
| float | fSoundSpeed |
| Speed of sound (m/s). | |
| float | fLowFreqLimit |
| Lower frequecy limit (Hz). | |
| float | fIntegrationTime |
| Integration time (s). | |
| int | iScaling |
| Scaling algorithm. | |
| float | fScalingExp |
| Exponent for exponential scaling. | |
| 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. | |
This is used by locate server.
Definition at line 287 of file Messages.hh.
|
|
Window size.
Definition at line 289 of file Messages.hh. Referenced by clSubLocate::ConnectDir(), clDirMsg2::GetRequest(), and clDirection3::InitDir(). |
|
|
Speed of sound (m/s).
Definition at line 290 of file Messages.hh. Referenced by clSubLocate::ConnectDir(), clDirMsg2::GetRequest(), and clDirection3::InitDir(). |
|
|
Lower frequecy limit (Hz).
Definition at line 291 of file Messages.hh. Referenced by clSubLocate::ConnectDir(), clDirMsg2::GetRequest(), and clDirection3::ProcessLoop(). |
|
|
Integration time (s).
Definition at line 292 of file Messages.hh. Referenced by clSubLocate::ConnectDir(), clDirMsg2::GetRequest(), and clDirection3::InitDir(). |
|
|
Scaling algorithm.
Definition at line 293 of file Messages.hh. Referenced by clSubLocate::ConnectDir(), clDirMsg2::GetRequest(), and clDirection3::ProcessLoop(). |
|
|
Exponent for exponential scaling.
Definition at line 294 of file Messages.hh. Referenced by clSubLocate::ConnectDir(), and clDirMsg2::GetRequest(). |
|
|
Background noise estimation and removal algorithm.
Definition at line 295 of file Messages.hh. Referenced by clSubLocate::ConnectDir(), clDirMsg2::GetRequest(), and clDirection3::ProcessLoop(). |
|
|
Alpha for noise removal.
Definition at line 296 of file Messages.hh. Referenced by clSubLocate::ConnectDir(), clDirMsg2::GetRequest(), and clDirection3::ProcessLoop(). |
|
|
Mean length for noise removal.
Definition at line 297 of file Messages.hh. Referenced by clSubLocate::ConnectDir(), clDirMsg2::GetRequest(), and clDirection3::ProcessLoop(). |
|
|
Gap length for TPSW noise removal algorithm.
Definition at line 298 of file Messages.hh. Referenced by clSubLocate::ConnectDir(), clDirMsg2::GetRequest(), and clDirection3::ProcessLoop(). |
1.3.3