driver specific part below More...
#include <nmrpulse.h>

Public Member Functions | |
|
const std::vector < std::complex< double > > & | wave () const |
| Time-domain Wave. | |
| const std::vector< double > & | darkPSD () const |
| Power spectrum of the noise estimated from the background. [V^2/Hz]. | |
| double | dFreq () const |
| freq. resolution [Hz] | |
| double | interval () const |
| time resolution [sec.] | |
| double | startTime () const |
| time diff. of the first point from trigger [sec.] | |
| int | waveWidth () const |
| Length of the wave(). | |
| int | waveFTPos () const |
| Position of the origin of FT. | |
| int | ftWidth () const |
| Length of FT. | |
Private Member Functions | |
|
const std::vector < std::complex< double > > & | ftWave () const |
| FFT Wave. | |
Private Attributes | |
|
std::vector< std::complex < double > > | m_wave |
| std::vector< double > | m_darkPSD |
| double | m_ftWavePSDCoeff |
|
std::vector< std::complex < double > > | m_ftWave |
|
std::vector< std::complex < double > > | m_dsoWave |
| int | m_dsoWaveStartPos |
| int | m_waveFTPos |
| int | m_waveWidth |
| double | m_dFreq |
| int | m_avcount |
of summations. | |
|
std::vector< std::complex < double > > | m_waveSum |
| Stored Waves for avg. | |
| std::vector< double > | m_darkPSDSum |
| double | m_interval |
| time resolution | |
| double | m_startTime |
| time diff. of the first point from trigger | |
| shared_ptr< FFT > | m_ftDark |
| XTime | m_timeClearRequested |
Friends | |
| class | XNMRPulseAnalyzer |
driver specific part below
Definition at line 55 of file nmrpulse.h.
|
private |
1.8.3