|  | SDRAngel
    4.11.5
    Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware. | 
#include <testmisettings.h>
| Public Types | |
| enum | fcPos_t { FC_POS_INFRA = 0, FC_POS_SUPRA, FC_POS_CENTER } | 
| enum | AutoCorrOptions { AutoCorrNone, AutoCorrDC, AutoCorrDCAndIQ, AutoCorrLast } | 
| enum | Modulation { ModulationNone, ModulationAM, ModulationFM, ModulationPattern0, ModulationPattern1, ModulationPattern2, ModulationLast } | 
| Public Member Functions | |
| TestMIStreamSettings () | |
| void | resetToDefaults () | 
| Public Attributes | |
| quint64 | m_centerFrequency | 
| qint32 | m_frequencyShift | 
| quint32 | m_sampleRate | 
| quint32 | m_log2Decim | 
| fcPos_t | m_fcPos | 
| quint32 | m_sampleSizeIndex | 
| qint32 | m_amplitudeBits | 
| AutoCorrOptions | m_autoCorrOptions | 
| Modulation | m_modulation | 
| int | m_modulationTone | 
| 10'Hz  More... | |
| int | m_amModulation | 
| percent  More... | |
| int | m_fmDeviation | 
| 100'Hz  More... | |
| float | m_dcFactor | 
| -1.0 < x < 1.0  More... | |
| float | m_iFactor | 
| -1.0 < x < 1.0  More... | |
| float | m_qFactor | 
| -1.0 < x < 1.0  More... | |
| float | m_phaseImbalance | 
| -1.0 < x < 1.0  More... | |
Definition at line 23 of file testmisettings.h.
| Enumerator | |
|---|---|
| AutoCorrNone | |
| AutoCorrDC | |
| AutoCorrDCAndIQ | |
| AutoCorrLast | |
Definition at line 30 of file testmisettings.h.
| Enumerator | |
|---|---|
| ModulationNone | |
| ModulationAM | |
| ModulationFM | |
| ModulationPattern0 | |
| ModulationPattern1 | |
| ModulationPattern2 | |
| ModulationLast | |
Definition at line 37 of file testmisettings.h.
| TestMIStreamSettings::TestMIStreamSettings | ( | ) | 
Definition at line 22 of file testmisettings.cpp.
References resetToDefaults().
Referenced by TestMISettings::TestMISettings().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| void TestMIStreamSettings::resetToDefaults | ( | ) | 
Definition at line 27 of file testmisettings.cpp.
References AutoCorrNone, FC_POS_CENTER, m_amModulation, m_amplitudeBits, m_autoCorrOptions, m_centerFrequency, m_dcFactor, m_fcPos, m_fmDeviation, m_frequencyShift, m_iFactor, m_log2Decim, m_modulation, m_modulationTone, m_phaseImbalance, m_qFactor, m_sampleRate, m_sampleSizeIndex, and ModulationNone.
Referenced by TestMIStreamSettings().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| int TestMIStreamSettings::m_amModulation | 
| qint32 TestMIStreamSettings::m_amplitudeBits | 
Definition at line 53 of file testmisettings.h.
Referenced by resetToDefaults().
| AutoCorrOptions TestMIStreamSettings::m_autoCorrOptions | 
Definition at line 54 of file testmisettings.h.
Referenced by resetToDefaults().
| quint64 TestMIStreamSettings::m_centerFrequency | 
Definition at line 47 of file testmisettings.h.
Referenced by resetToDefaults().
| float TestMIStreamSettings::m_dcFactor | 
| fcPos_t TestMIStreamSettings::m_fcPos | 
Definition at line 51 of file testmisettings.h.
Referenced by resetToDefaults().
| int TestMIStreamSettings::m_fmDeviation | 
| qint32 TestMIStreamSettings::m_frequencyShift | 
Definition at line 48 of file testmisettings.h.
Referenced by resetToDefaults().
| float TestMIStreamSettings::m_iFactor | 
| quint32 TestMIStreamSettings::m_log2Decim | 
Definition at line 50 of file testmisettings.h.
Referenced by resetToDefaults().
| Modulation TestMIStreamSettings::m_modulation | 
Definition at line 55 of file testmisettings.h.
Referenced by resetToDefaults().
| int TestMIStreamSettings::m_modulationTone | 
| float TestMIStreamSettings::m_phaseImbalance | 
| float TestMIStreamSettings::m_qFactor | 
| quint32 TestMIStreamSettings::m_sampleRate | 
Definition at line 49 of file testmisettings.h.
Referenced by resetToDefaults().
| quint32 TestMIStreamSettings::m_sampleSizeIndex | 
Definition at line 52 of file testmisettings.h.
Referenced by resetToDefaults().
 1.8.13
 1.8.13