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 <interpolators.h>
Public Member Functions | |
void | interpolate1 (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate2_cen (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate2_inf (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate2_sup (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate4_cen (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate4_inf (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate4_sup (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate8_cen (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate8_inf (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate8_sup (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate16_cen (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate16_inf (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate16_sup (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate32_cen (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate32_inf (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate32_sup (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate64_cen (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate64_inf (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
void | interpolate64_sup (SampleVector::iterator *it, T *buf, qint32 len, bool invertIQ=false) |
Definition at line 105 of file interpolators.h.
void Interpolators< T, SdrBits, OutputBits >::interpolate1 | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 154 of file interpolators.h.
Referenced by Bladerf1OutputThread::callback(), HackRFOutputThread::callback(), LimeSDROutputThread::callback(), XTRXOutputThread::callback(), BladeRF2OutputThread::callbackSO(), XTRXOutputThread::callbackSO(), SoapySDROutputThread::callbackSO12(), SoapySDROutputThread::callbackSO16(), SoapySDROutputThread::callbackSO8(), and PlutoSDROutputThread::convert().
void Interpolators< T, SdrBits, OutputBits >::interpolate16_cen | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 575 of file interpolators.h.
Referenced by Bladerf1OutputThread::callback(), HackRFOutputThread::callback(), LimeSDROutputThread::callback(), XTRXOutputThread::callback(), BladeRF2OutputThread::callbackSO(), XTRXOutputThread::callbackSO(), SoapySDROutputThread::callbackSO12(), SoapySDROutputThread::callbackSO16(), SoapySDROutputThread::callbackSO8(), PlutoSDROutputThread::convert(), and FileSinkThread::tick().
void Interpolators< T, SdrBits, OutputBits >::interpolate16_inf | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 654 of file interpolators.h.
Referenced by HackRFOutputThread::callback().
void Interpolators< T, SdrBits, OutputBits >::interpolate16_sup | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 710 of file interpolators.h.
Referenced by HackRFOutputThread::callback().
void Interpolators< T, SdrBits, OutputBits >::interpolate2_cen | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 177 of file interpolators.h.
Referenced by Bladerf1OutputThread::callback(), HackRFOutputThread::callback(), LimeSDROutputThread::callback(), XTRXOutputThread::callback(), BladeRF2OutputThread::callbackSO(), XTRXOutputThread::callbackSO(), SoapySDROutputThread::callbackSO12(), SoapySDROutputThread::callbackSO16(), SoapySDROutputThread::callbackSO8(), PlutoSDROutputThread::convert(), and FileSinkThread::tick().
void Interpolators< T, SdrBits, OutputBits >::interpolate2_inf | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 212 of file interpolators.h.
Referenced by HackRFOutputThread::callback().
void Interpolators< T, SdrBits, OutputBits >::interpolate2_sup | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 257 of file interpolators.h.
Referenced by HackRFOutputThread::callback().
void Interpolators< T, SdrBits, OutputBits >::interpolate32_cen | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 766 of file interpolators.h.
Referenced by Bladerf1OutputThread::callback(), HackRFOutputThread::callback(), LimeSDROutputThread::callback(), XTRXOutputThread::callback(), BladeRF2OutputThread::callbackSO(), XTRXOutputThread::callbackSO(), SoapySDROutputThread::callbackSO12(), SoapySDROutputThread::callbackSO16(), SoapySDROutputThread::callbackSO8(), PlutoSDROutputThread::convert(), and FileSinkThread::tick().
void Interpolators< T, SdrBits, OutputBits >::interpolate32_inf | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 893 of file interpolators.h.
Referenced by HackRFOutputThread::callback().
void Interpolators< T, SdrBits, OutputBits >::interpolate32_sup | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 966 of file interpolators.h.
Referenced by HackRFOutputThread::callback().
void Interpolators< T, SdrBits, OutputBits >::interpolate4_cen | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 302 of file interpolators.h.
Referenced by Bladerf1OutputThread::callback(), HackRFOutputThread::callback(), LimeSDROutputThread::callback(), XTRXOutputThread::callback(), BladeRF2OutputThread::callbackSO(), XTRXOutputThread::callbackSO(), SoapySDROutputThread::callbackSO12(), SoapySDROutputThread::callbackSO16(), SoapySDROutputThread::callbackSO8(), PlutoSDROutputThread::convert(), and FileSinkThread::tick().
void Interpolators< T, SdrBits, OutputBits >::interpolate4_inf | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 343 of file interpolators.h.
Referenced by HackRFOutputThread::callback().
void Interpolators< T, SdrBits, OutputBits >::interpolate4_sup | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 385 of file interpolators.h.
Referenced by HackRFOutputThread::callback().
void Interpolators< T, SdrBits, OutputBits >::interpolate64_cen | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 1039 of file interpolators.h.
Referenced by Bladerf1OutputThread::callback(), HackRFOutputThread::callback(), LimeSDROutputThread::callback(), XTRXOutputThread::callback(), BladeRF2OutputThread::callbackSO(), XTRXOutputThread::callbackSO(), SoapySDROutputThread::callbackSO12(), SoapySDROutputThread::callbackSO16(), SoapySDROutputThread::callbackSO8(), PlutoSDROutputThread::convert(), and FileSinkThread::tick().
void Interpolators< T, SdrBits, OutputBits >::interpolate64_inf | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 1245 of file interpolators.h.
Referenced by HackRFOutputThread::callback().
void Interpolators< T, SdrBits, OutputBits >::interpolate64_sup | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 1325 of file interpolators.h.
Referenced by HackRFOutputThread::callback().
void Interpolators< T, SdrBits, OutputBits >::interpolate8_cen | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 427 of file interpolators.h.
Referenced by Bladerf1OutputThread::callback(), HackRFOutputThread::callback(), LimeSDROutputThread::callback(), XTRXOutputThread::callback(), BladeRF2OutputThread::callbackSO(), XTRXOutputThread::callbackSO(), SoapySDROutputThread::callbackSO12(), SoapySDROutputThread::callbackSO16(), SoapySDROutputThread::callbackSO8(), PlutoSDROutputThread::convert(), and FileSinkThread::tick().
void Interpolators< T, SdrBits, OutputBits >::interpolate8_inf | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 481 of file interpolators.h.
Referenced by HackRFOutputThread::callback().
void Interpolators< T, SdrBits, OutputBits >::interpolate8_sup | ( | SampleVector::iterator * | it, |
T * | buf, | ||
qint32 | len, | ||
bool | invertIQ = false |
||
) |
Definition at line 528 of file interpolators.h.
Referenced by HackRFOutputThread::callback().
|
private |
Definition at line 147 of file interpolators.h.
|
private |
Definition at line 144 of file interpolators.h.
|
private |
Definition at line 148 of file interpolators.h.
|
private |
Definition at line 145 of file interpolators.h.
|
private |
Definition at line 149 of file interpolators.h.
|
private |
Definition at line 146 of file interpolators.h.