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 <deviceplutosdrbox.h>
Public Attributes | |
uint32_t | m_bbRateHz |
Baseband PLL rate (Hz) - used internally. More... | |
uint32_t | m_addaConnvRate |
A/D or D/A converter rat - this is the HB3 working sample rate. More... | |
uint32_t | m_hb3Rate |
Rate of the HB3/(DEC3 or INT3) filter (Rx: out, Tx: in) - this is the HB2 working sample rate. More... | |
uint32_t | m_hb2Rate |
Rate of the HB2 filter (Rx: out, Tx: in) - this is the HB1 working sample rate. More... | |
uint32_t | m_hb1Rate |
Rate of the HB1 filter (Rx: out, Tx: in) - this is the FIR working sample rate. More... | |
uint32_t | m_firRate |
Rate of FIR filter (Rx: out, Tx: in) - this is the host/device communication sample rate. More... | |
Definition at line 54 of file deviceplutosdrbox.h.
uint32_t DevicePlutoSDRBox::SampleRates::m_addaConnvRate |
A/D or D/A converter rat - this is the HB3 working sample rate.
Definition at line 56 of file deviceplutosdrbox.h.
Referenced by PlutoSDROutput::applySettings(), PlutoSDRInput::applySettings(), PlutoSDRInput::getADCSampleRate(), PlutoSDROutput::getDACSampleRate(), DevicePlutoSDRBox::parseSampleRates(), and DevicePlutoSDRBox::setFIR().
uint32_t DevicePlutoSDRBox::SampleRates::m_bbRateHz |
Baseband PLL rate (Hz) - used internally.
Definition at line 55 of file deviceplutosdrbox.h.
Referenced by PlutoSDROutput::applySettings(), PlutoSDRInput::applySettings(), and DevicePlutoSDRBox::parseSampleRates().
uint32_t DevicePlutoSDRBox::SampleRates::m_firRate |
Rate of FIR filter (Rx: out, Tx: in) - this is the host/device communication sample rate.
Definition at line 60 of file deviceplutosdrbox.h.
Referenced by PlutoSDROutput::applySettings(), PlutoSDRInput::applySettings(), and DevicePlutoSDRBox::parseSampleRates().
uint32_t DevicePlutoSDRBox::SampleRates::m_hb1Rate |
Rate of the HB1 filter (Rx: out, Tx: in) - this is the FIR working sample rate.
Definition at line 59 of file deviceplutosdrbox.h.
Referenced by PlutoSDROutput::applySettings(), PlutoSDRInput::applySettings(), PlutoSDROutput::getFIRSampleRate(), PlutoSDRInput::getFIRSampleRate(), DevicePlutoSDRBox::parseSampleRates(), and DevicePlutoSDRBox::setFIR().
uint32_t DevicePlutoSDRBox::SampleRates::m_hb2Rate |
Rate of the HB2 filter (Rx: out, Tx: in) - this is the HB1 working sample rate.
Definition at line 58 of file deviceplutosdrbox.h.
Referenced by PlutoSDROutput::applySettings(), PlutoSDRInput::applySettings(), and DevicePlutoSDRBox::parseSampleRates().
uint32_t DevicePlutoSDRBox::SampleRates::m_hb3Rate |
Rate of the HB3/(DEC3 or INT3) filter (Rx: out, Tx: in) - this is the HB2 working sample rate.
Definition at line 57 of file deviceplutosdrbox.h.
Referenced by PlutoSDROutput::applySettings(), PlutoSDRInput::applySettings(), and DevicePlutoSDRBox::parseSampleRates().