#include <Messages.hh>
Public Attributes | |
| int | iChannel |
| Channel. | |
| int | iType |
| Type; FFT, Hankel, Cepstrum, etc. | |
| int | iWindow |
| Window function. | |
| float | fWinParameter |
| Parameter for window function. | |
| long | lWinLength |
| Window length in points. | |
| float | fLowFreq |
| Lower frequency limit (Hz). | |
| float | fHighFreq |
| Higher frequency limit (Hz). | |
| int | iOverlap |
| Overlap (). | |
| bool | bLinear |
| Linear/logarithmic 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. | |
| bool | bDemon |
| LOFAR/DEMON. | |
| int | iClip |
| Predefined clipping function. | |
| long | lAvgCount |
| Number of spectrums to average. | |
Definition at line 320 of file Messages.hh.
|
|
Channel.
Definition at line 322 of file Messages.hh. Referenced by clLofarDemon::GetDataHdr(), clLofarMsg::GetRequest(), clGUILofar::SendSettings(), and clLofarMsg::SetRequest(). |
|
|
Type; FFT, Hankel, Cepstrum, etc.
Definition at line 323 of file Messages.hh. Referenced by clLofarDemon::CalcSpect(), clLofarMsg::GetRequest(), clLofarDemon::InitFFT(), clGUILofar::SendSettings(), and clLofarMsg::SetRequest(). |
|
|
Window function.
Definition at line 324 of file Messages.hh. Referenced by clLofarMsg::GetRequest(), clLofarDemon::InitFFT(), clGUILofar::SendSettings(), and clLofarMsg::SetRequest(). |
|
|
Parameter for window function.
Definition at line 325 of file Messages.hh. Referenced by clLofarMsg::GetRequest(), clLofarDemon::InitFFT(), clGUILofar::SendSettings(), and clLofarMsg::SetRequest(). |
|
|
Window length in points.
Definition at line 326 of file Messages.hh. Referenced by clGUILofar::BuildTable2(), clGUILofar::BuildTableLofar(), clLofarDemon::CalcSpect(), clGUILofar::clGUILofar(), clLofarMsg::GetRequest(), clGUILofar::InitConnection(), clLofarDemon::InitFFT(), clLofarDemon::MainLoop(), clGUILofar::SendSettings(), and clLofarMsg::SetRequest(). |
|
|
Lower frequency limit (Hz).
Definition at line 327 of file Messages.hh. Referenced by clGUILofar::BuildTable2(), clGUILofar::clGUILofar(), clLofarMsg::GetRequest(), clLofarDemon::InitFilter(), clGUILofar::SendSettings(), and clLofarMsg::SetRequest(). |
|
|
Higher frequency limit (Hz).
Definition at line 328 of file Messages.hh. Referenced by clGUILofar::BuildTable2(), clGUILofar::clGUILofar(), clLofarMsg::GetRequest(), clLofarDemon::InitFilter(), clGUILofar::SendSettings(), and clLofarMsg::SetRequest(). |
|
|
Overlap ().
Definition at line 329 of file Messages.hh. Referenced by clLofarMsg::GetRequest(), clLofarDemon::InitFFT(), clGUILofar::SendSettings(), and clLofarMsg::SetRequest(). |
|
|
Linear/logarithmic scaling.
Definition at line 330 of file Messages.hh. Referenced by clLofarDemon::CalcSpect(), clLofarMsg::GetRequest(), clGUILofar::SendSettings(), and clLofarMsg::SetRequest(). |
|
|
Background noise estimation and removal algorithm.
Definition at line 331 of file Messages.hh. Referenced by clGUILofar::BuildTable3(), clLofarDemon::CalcSpect(), clGUILofar::clGUILofar(), clLofarMsg::GetRequest(), clGUILofar::SendSettings(), and clLofarMsg::SetRequest(). |
|
|
Alpha for noise removal.
Definition at line 332 of file Messages.hh. Referenced by clGUILofar::BuildTable3(), clLofarDemon::CalcSpect(), clGUILofar::clGUILofar(), clLofarMsg::GetRequest(), clGUILofar::SendSettings(), and clLofarMsg::SetRequest(). |
|
|
Mean length for noise removal.
Definition at line 333 of file Messages.hh. Referenced by clGUILofar::BuildTable3(), clLofarDemon::CalcSpect(), clGUILofar::clGUILofar(), clLofarMsg::GetRequest(), clLofarDemon::InitFFT(), clGUILofar::SendSettings(), clLofarMsg::SetRequest(), and clLofarDemon::SpectStdDev(). |
|
|
Gap length for TPSW noise removal algorithm.
Definition at line 334 of file Messages.hh. Referenced by clGUILofar::BuildTable3(), clLofarDemon::CalcSpect(), clGUILofar::clGUILofar(), clLofarMsg::GetRequest(), clGUILofar::SendSettings(), and clLofarMsg::SetRequest(). |
|
|
LOFAR/DEMON.
Definition at line 335 of file Messages.hh. Referenced by clLofarDemon::CalcSpect(), clGUILofar::Configure(), clLofarMsg::GetRequest(), clLofarDemon::InitFilter(), clLofarDemon::MainLoop(), clGUILofar::OnSaveClicks(), clGUILofar::PrintStatus(), clLofarDemon::PullData(), clLofarDemon::PutData(), clGUILofar::SaveInfo(), clGUILofar::SendSettings(), and clLofarMsg::SetRequest(). |
|
|
Predefined clipping function.
Definition at line 336 of file Messages.hh. Referenced by clGUILofar::BuildTable3(), clLofarDemon::CalcSpect(), clGUILofar::clGUILofar(), clLofarMsg::GetRequest(), clLofarDemon::InitFFT(), clGUILofar::SendSettings(), and clLofarMsg::SetRequest(). |
|
|
Number of spectrums to average.
Definition at line 337 of file Messages.hh. Referenced by clGUILofar::BuildTable3(), clLofarDemon::CalcSpect(), clGUILofar::clGUILofar(), clLofarMsg::GetRequest(), clLofarDemon::MainLoop(), clGUILofar::SendSettings(), and clLofarMsg::SetRequest(). |
1.3.3