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 <decimatorsu.h>
Public Member Functions | |
void | decimate1 (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_sup (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_sup (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_sup (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_sup (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_sup (SampleVector::iterator *it, const T *buf, qint32 len) |
void | decimate64_cen (SampleVector::iterator *it, const T *buf, 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 |
Definition at line 177 of file decimatorsu.h.
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate1 | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 220 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate16_cen | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 2538 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate16_inf | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 543 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate16_sup | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 683 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate2_cen | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 2407 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate2_inf | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 235 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate2_sup | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 263 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate32_cen | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 2647 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate32_inf | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 823 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate32_sup | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 1091 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate4_cen | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 2435 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate4_inf | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 291 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate4_sup | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 341 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate64_cen | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 2853 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate64_inf | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 1359 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate64_sup | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 1883 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate8_cen | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 2478 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate8_inf | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 391 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
void DecimatorsU< StorageType, T, SdrBits, InputBits, Shift >::decimate8_sup | ( | SampleVector::iterator * | it, |
const T * | buf, | ||
qint32 | len | ||
) |
Definition at line 467 of file decimatorsu.h.
Referenced by RTLSDRThread::callback().
|
private |
Definition at line 213 of file decimatorsu.h.
|
private |
Definition at line 210 of file decimatorsu.h.
|
private |
Definition at line 214 of file decimatorsu.h.
|
private |
Definition at line 211 of file decimatorsu.h.
|
private |
Definition at line 215 of file decimatorsu.h.
|
private |
Definition at line 212 of file decimatorsu.h.