![]() |
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 <datvdemod.h>
Collaboration diagram for config:Public Member Functions | |
| config () | |
Public Attributes | |
| DATVDemodSettings::dvb_version | standard |
| DATVDemodSettings::dvb_sampler | sampler |
| int | buf_factor |
| float | Fs |
| float | Fderot |
| int | anf |
| bool | cnr |
| unsigned int | decim |
| float | Fm |
| leansdr::cstln_lut< leansdr::eucl_ss, 256 >::predef | constellation |
| leansdr::code_rate | fec |
| float | Ftune |
| bool | allow_drift |
| bool | fastlock |
| bool | viterbi |
| bool | hard_metric |
| bool | resample |
| float | resample_rej |
| int | rrc_steps |
| float | rrc_rej |
| float | rolloff |
| bool | hdlc |
| bool | packetized |
| float | Finfo |
Definition at line 68 of file datvdemod.h.
|
inline |
Definition at line 96 of file datvdemod.h.
| bool config::allow_drift |
Definition at line 83 of file datvdemod.h.
Referenced by DATVDemod::InitDATVFramework(), and DATVDemod::InitDATVS2Framework().
| int config::anf |
Definition at line 76 of file datvdemod.h.
Referenced by DATVDemod::InitDATVFramework(), and DATVDemod::InitDATVS2Framework().
| int config::buf_factor |
Definition at line 73 of file datvdemod.h.
Referenced by DATVDemod::InitDATVFramework(), and DATVDemod::InitDATVS2Framework().
| bool config::cnr |
Definition at line 77 of file datvdemod.h.
Referenced by DATVDemod::InitDATVFramework().
| leansdr::cstln_lut<leansdr::eucl_ss, 256>::predef config::constellation |
Definition at line 80 of file datvdemod.h.
Referenced by DATVDemod::InitDATVFramework(), and DATVDemod::InitDATVS2Framework().
| unsigned int config::decim |
Definition at line 78 of file datvdemod.h.
| bool config::fastlock |
Definition at line 84 of file datvdemod.h.
Referenced by DATVDemod::InitDATVFramework(), and DATVDemod::InitDATVS2Framework().
| float config::Fderot |
Definition at line 75 of file datvdemod.h.
| leansdr::code_rate config::fec |
Definition at line 81 of file datvdemod.h.
Referenced by DATVDemod::InitDATVFramework(), and DATVDemod::InitDATVS2Framework().
| float config::Finfo |
Definition at line 94 of file datvdemod.h.
Referenced by DATVDemod::InitDATVS2Framework().
| float config::Fm |
Definition at line 79 of file datvdemod.h.
Referenced by DATVDemod::InitDATVFramework(), and DATVDemod::InitDATVS2Framework().
| float config::Fs |
Definition at line 74 of file datvdemod.h.
Referenced by DATVDemod::InitDATVFramework(), and DATVDemod::InitDATVS2Framework().
| float config::Ftune |
Definition at line 82 of file datvdemod.h.
Referenced by DATVDemod::InitDATVS2Framework().
| bool config::hard_metric |
Definition at line 86 of file datvdemod.h.
Referenced by DATVDemod::InitDATVFramework(), and DATVDemod::InitDATVS2Framework().
| bool config::hdlc |
Definition at line 92 of file datvdemod.h.
| bool config::packetized |
Definition at line 93 of file datvdemod.h.
| bool config::resample |
Definition at line 87 of file datvdemod.h.
| float config::resample_rej |
Definition at line 88 of file datvdemod.h.
| float config::rolloff |
Definition at line 91 of file datvdemod.h.
Referenced by DATVDemod::InitDATVFramework(), and DATVDemod::InitDATVS2Framework().
| float config::rrc_rej |
Definition at line 90 of file datvdemod.h.
Referenced by DATVDemod::InitDATVFramework(), and DATVDemod::InitDATVS2Framework().
| int config::rrc_steps |
Definition at line 89 of file datvdemod.h.
Referenced by DATVDemod::InitDATVFramework(), and DATVDemod::InitDATVS2Framework().
| DATVDemodSettings::dvb_sampler config::sampler |
Definition at line 71 of file datvdemod.h.
Referenced by DATVDemod::InitDATVFramework(), and DATVDemod::InitDATVS2Framework().
| DATVDemodSettings::dvb_version config::standard |
Definition at line 70 of file datvdemod.h.
Referenced by DATVDemod::InitDATVFramework(), and DATVDemod::InitDATVS2Framework().
| bool config::viterbi |
Definition at line 85 of file datvdemod.h.
Referenced by DATVDemod::InitDATVFramework(), and DATVDemod::InitDATVS2Framework().
1.8.13