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.
Public Attributes | List of all members
DevicePlutoSDRBox::SampleRates Struct Reference

#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...
 

Detailed Description

Definition at line 54 of file deviceplutosdrbox.h.

Member Data Documentation

◆ m_addaConnvRate

uint32_t DevicePlutoSDRBox::SampleRates::m_addaConnvRate

◆ m_bbRateHz

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().

◆ m_firRate

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().

◆ m_hb1Rate

uint32_t DevicePlutoSDRBox::SampleRates::m_hb1Rate

◆ m_hb2Rate

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().

◆ m_hb3Rate

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().


The documentation for this struct was generated from the following file: