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 <decimators.h>
Public Member Functions | |
void | decimate1 (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate2_u (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate2_inf (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate2_sup (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate2_cen (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate4_inf (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate4_inf_txsync (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate4_sup (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate4_sup_txsync (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate4_cen (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate8_inf (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate8_inf_txsync (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate8_sup (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate8_sup_txsync (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate8_cen (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate16_inf (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate16_inf_txsync (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate16_sup (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate16_sup_txsync (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate16_cen (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate32_inf (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate32_inf_txsync (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate32_sup (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate32_sup_txsync (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate32_cen (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate64_inf (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate64_inf_txsync (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate64_sup (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate64_sup_txsync (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate64_cen (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate1 (SampleVector::iterator *it, const T *bufI, const T *bufQ, qint32 len) |
void | decimate2_u (SampleVector::iterator *it, const T *bufI, const T *bufQ, qint32 len) |
void | decimate2_cen (SampleVector::iterator *it, const T *bufI, const T *bufQ, qint32 len) |
void | decimate4_cen (SampleVector::iterator *it, const T *bufI, const T *bufQ, qint32 len) |
void | decimate8_cen (SampleVector::iterator *it, const T *bufI, const T *bufQ, qint32 len) |
void | decimate16_cen (SampleVector::iterator *it, const T *bufI, const T *bufQ, qint32 len) |
void | decimate32_cen (SampleVector::iterator *it, const T *bufI, const T *bufQ, qint32 len) |
void | decimate64_cen (SampleVector::iterator *it, const T *bufI, const T *bufQ, qint32 len) |
Private Attributes | |
IntHalfbandFilterEO< qint32, qint32, DECIMATORS_HB_FILTER_ORDER > | m_decimator2 |
IntHalfbandFilterEO< qint32, qint32, DECIMATORS_HB_FILTER_ORDER > | m_decimator4 |
IntHalfbandFilterEO< qint32, qint32, DECIMATORS_HB_FILTER_ORDER > | m_decimator8 |
IntHalfbandFilterEO< qint32, qint32, DECIMATORS_HB_FILTER_ORDER > | m_decimator16 |
IntHalfbandFilterEO< qint32, qint32, DECIMATORS_HB_FILTER_ORDER > | m_decimator32 |
IntHalfbandFilterEO< qint32, qint32, DECIMATORS_HB_FILTER_ORDER > | m_decimator64 |
Decimators with integer input and integer output
Definition at line 392 of file decimators.h.
void Decimators< StorageType, T, SdrBits, InputBits >::decimate1 | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 462 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), PerseusThread::callback(), HackRFInputThread::callback(), AirspyThread::callback(), LimeSDRInputThread::callback(), XTRXInputThread::callbackSI(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateII(), MainBench::decimateInfII(), MainBench::decimateSupII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate1 | ( | SampleVector::iterator * | it, |
const T * | bufI, | ||
const T * | bufQ, | ||
qint32 | len | ||
) |
Definition at line 3507 of file decimators.h.
void Decimators< StorageType, T, SdrBits, InputBits >::decimate16_cen | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 1483 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), HackRFInputThread::callback(), AirspyThread::callback(), LimeSDRInputThread::callback(), XTRXInputThread::callbackSI(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate16_cen | ( | SampleVector::iterator * | it, |
const T * | bufI, | ||
const T * | bufQ, | ||
qint32 | len | ||
) |
Definition at line 3663 of file decimators.h.
void Decimators< StorageType, T, SdrBits, InputBits >::decimate16_inf | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 1117 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), AirspyThread::callback(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateInfII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate16_inf_txsync | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 1250 of file decimators.h.
Referenced by HackRFInputThread::callback().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate16_sup | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 1300 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), AirspyThread::callback(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateSupII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate16_sup_txsync | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 1433 of file decimators.h.
Referenced by HackRFInputThread::callback().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate2_cen | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 554 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), PerseusThread::callback(), HackRFInputThread::callback(), AirspyThread::callback(), LimeSDRInputThread::callback(), XTRXInputThread::callbackSI(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate2_cen | ( | SampleVector::iterator * | it, |
const T * | bufI, | ||
const T * | bufQ, | ||
qint32 | len | ||
) |
Definition at line 3545 of file decimators.h.
void Decimators< StorageType, T, SdrBits, InputBits >::decimate2_inf | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 498 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), HackRFInputThread::callback(), AirspyThread::callback(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateInfII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate2_sup | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 526 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), HackRFInputThread::callback(), AirspyThread::callback(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateSupII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate2_u | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 477 of file decimators.h.
void Decimators< StorageType, T, SdrBits, InputBits >::decimate2_u | ( | SampleVector::iterator * | it, |
const T * | bufI, | ||
const T * | bufQ, | ||
qint32 | len | ||
) |
Definition at line 3522 of file decimators.h.
void Decimators< StorageType, T, SdrBits, InputBits >::decimate32_cen | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 2212 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), HackRFInputThread::callback(), AirspyThread::callback(), LimeSDRInputThread::callback(), XTRXInputThread::callbackSI(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate32_cen | ( | SampleVector::iterator * | it, |
const T * | bufI, | ||
const T * | bufQ, | ||
qint32 | len | ||
) |
Definition at line 3772 of file decimators.h.
void Decimators< StorageType, T, SdrBits, InputBits >::decimate32_inf | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 1592 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), AirspyThread::callback(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateInfII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate32_inf_txsync | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 1845 of file decimators.h.
Referenced by HackRFInputThread::callback().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate32_sup | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 1902 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), AirspyThread::callback(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateSupII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate32_sup_txsync | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 2155 of file decimators.h.
Referenced by HackRFInputThread::callback().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate4_cen | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 782 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), PerseusThread::callback(), HackRFInputThread::callback(), AirspyThread::callback(), LimeSDRInputThread::callback(), XTRXInputThread::callbackSI(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate4_cen | ( | SampleVector::iterator * | it, |
const T * | bufI, | ||
const T * | bufQ, | ||
qint32 | len | ||
) |
Definition at line 3567 of file decimators.h.
void Decimators< StorageType, T, SdrBits, InputBits >::decimate4_inf | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 582 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), AirspyThread::callback(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateInfII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate4_inf_txsync | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 632 of file decimators.h.
Referenced by HackRFInputThread::callback().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate4_sup | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 682 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), AirspyThread::callback(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateSupII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate4_sup_txsync | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 732 of file decimators.h.
Referenced by HackRFInputThread::callback().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate64_cen | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 3040 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), HackRFInputThread::callback(), AirspyThread::callback(), LimeSDRInputThread::callback(), XTRXInputThread::callbackSI(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate64_cen | ( | SampleVector::iterator * | it, |
const T * | bufI, | ||
const T * | bufQ, | ||
qint32 | len | ||
) |
Definition at line 3978 of file decimators.h.
void Decimators< StorageType, T, SdrBits, InputBits >::decimate64_inf | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 2418 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), AirspyThread::callback(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateInfII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate64_inf_txsync | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 2911 of file decimators.h.
Referenced by HackRFInputThread::callback().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate64_sup | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 2975 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), AirspyThread::callback(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateSupII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate64_sup_txsync | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 3440 of file decimators.h.
Referenced by HackRFInputThread::callback().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate8_cen | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 1057 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), HackRFInputThread::callback(), AirspyThread::callback(), LimeSDRInputThread::callback(), XTRXInputThread::callbackSI(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate8_cen | ( | SampleVector::iterator * | it, |
const T * | bufI, | ||
const T * | bufQ, | ||
qint32 | len | ||
) |
Definition at line 3602 of file decimators.h.
void Decimators< StorageType, T, SdrBits, InputBits >::decimate8_inf | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 825 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), AirspyThread::callback(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateInfII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate8_inf_txsync | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 898 of file decimators.h.
Referenced by HackRFInputThread::callback().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate8_sup | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 941 of file decimators.h.
Referenced by Bladerf1InputThread::callback(), SDRPlayThread::callback(), AirspyThread::callback(), BladeRF2InputThread::callbackSI(), SoapySDRInputThread::callbackSI12(), SoapySDRInputThread::callbackSI16(), SoapySDRInputThread::callbackSI8(), PlutoSDRInputThread::convert(), TestMIThread::convert_12(), TestSourceThread::convert_12(), TestMIThread::convert_16(), TestSourceThread::convert_16(), TestMIThread::convert_8(), TestSourceThread::convert_8(), MainBench::decimateSupII(), FCDProThread::work(), and FCDProPlusThread::work().
void Decimators< StorageType, T, SdrBits, InputBits >::decimate8_sup_txsync | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 1014 of file decimators.h.
Referenced by HackRFInputThread::callback().
|
private |
Definition at line 455 of file decimators.h.
|
private |
Definition at line 452 of file decimators.h.
|
private |
Definition at line 456 of file decimators.h.
|
private |
Definition at line 453 of file decimators.h.
|
private |
Definition at line 457 of file decimators.h.
|
private |
Definition at line 454 of file decimators.h.