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 <inthalfbandfilterdbf.h>
Public Member Functions | |
IntHalfbandFilterDBF () | |
void | myDecimate (AccuType x1, AccuType y1, AccuType *x2, AccuType *y2) |
void | myInterpolate (qint32 *x1, qint32 *y1, qint32 *x2, qint32 *y2) |
void | myInterpolateInf (qint32 *x1, qint32 *y1, qint32 *x2, qint32 *y2, qint32 *x3, qint32 *y3, qint32 *x4, qint32 *y4) |
void | myInterpolateSup (qint32 *x1, qint32 *y1, qint32 *x2, qint32 *y2, qint32 *x3, qint32 *y3, qint32 *x4, qint32 *y4) |
Protected Member Functions | |
void | storeSample (AccuType x, AccuType y) |
void | advancePointer () |
void | doFIR (AccuType *x, AccuType *y) |
void | doInterpolateFIR (qint32 *x, qint32 *y) |
Protected Attributes | |
SampleType | m_samplesDB [2 *(HBFIRFilterTraits< HBFilterOrder >::hbOrder - 1)][2] |
int | m_ptr |
int | m_size |
int | m_state |
Definition at line 31 of file inthalfbandfilterdbf.h.
IntHalfbandFilterDBF< AccuType, SampleType, HBFilterOrder >::IntHalfbandFilterDBF | ( | ) |
Definition at line 165 of file inthalfbandfilterdbf.h.
References i.
|
inlineprotected |
Definition at line 115 of file inthalfbandfilterdbf.h.
|
inlineprotected |
Definition at line 120 of file inthalfbandfilterdbf.h.
References i.
|
inlineprotected |
Definition at line 142 of file inthalfbandfilterdbf.h.
References i, and SDR_RX_SCALED.
|
inline |
Definition at line 35 of file inthalfbandfilterdbf.h.
|
inline |
Optimized upsampler by 2 not calculating FIR with inserted null samples
Definition at line 46 of file inthalfbandfilterdbf.h.
|
inline |
Definition at line 69 of file inthalfbandfilterdbf.h.
|
inline |
Definition at line 85 of file inthalfbandfilterdbf.h.
|
inlineprotected |
Definition at line 107 of file inthalfbandfilterdbf.h.
|
protected |
Definition at line 103 of file inthalfbandfilterdbf.h.
|
protected |
Definition at line 102 of file inthalfbandfilterdbf.h.
|
protected |
Definition at line 104 of file inthalfbandfilterdbf.h.
|
protected |
Definition at line 105 of file inthalfbandfilterdbf.h.