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 <inthalfbandfiltereo2.h>
Public Member Functions | |
IntHalfbandFilterEO2 () | |
bool | workDecimateCenter (Sample *sample) |
bool | workInterpolateCenterZeroStuffing (Sample *sampleIn, Sample *SampleOut) |
bool | workInterpolateCenter (Sample *sampleIn, Sample *SampleOut) |
bool | workDecimateCenter (int32_t *x, int32_t *y) |
bool | workDecimateLowerHalf (Sample *sample) |
bool | workInterpolateLowerHalfZeroStuffing (Sample *sampleIn, Sample *sampleOut) |
bool | workInterpolateLowerHalf (Sample *sampleIn, Sample *sampleOut) |
bool | workDecimateUpperHalf (Sample *sample) |
bool | workInterpolateUpperHalfZeroStuffing (Sample *sampleIn, Sample *sampleOut) |
bool | workInterpolateUpperHalf (Sample *sampleIn, Sample *sampleOut) |
void | myDecimate (const Sample *sample1, Sample *sample2) |
void | myDecimate (int32_t x1, int32_t y1, int32_t *x2, int32_t *y2) |
void | myInterpolateZeroStuffing (Sample *sample1, Sample *sample2) |
void | myInterpolateZeroStuffing (int32_t *x1, int32_t *y1, int32_t *x2, int32_t *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 (const FixReal &sampleI, const FixReal &sampleQ) |
void | storeSample32 (int32_t x, int32_t y) |
void | storeSample64 (qint64 x, qint64 y) |
void | advancePointer () |
void | doFIR (Sample *sample) |
void | doFIR (int32_t *x, int32_t *y) |
void | doInterpolateFIR (Sample *sample) |
void | doInterpolateFIR (qint32 *x, qint32 *y) |
Protected Attributes | |
qint64 | m_even [2][HBFIRFilterTraits< HBFilterOrder >::hbOrder] |
qint64 | m_odd [2][HBFIRFilterTraits< HBFilterOrder >::hbOrder] |
int32_t | m_samples [HBFIRFilterTraits< HBFilterOrder >::hbOrder][2] |
int | m_ptr |
int | m_size |
int | m_state |
Definition at line 33 of file inthalfbandfiltereo2.h.
IntHalfbandFilterEO2< HBFilterOrder >::IntHalfbandFilterEO2 | ( | ) |
Definition at line 847 of file inthalfbandfiltereo2.h.
References i.
|
inlineprotected |
Definition at line 719 of file inthalfbandfiltereo2.h.
|
inlineprotected |
Definition at line 724 of file inthalfbandfiltereo2.h.
References i, Sample::setImag(), and Sample::setReal().
|
inlineprotected |
Definition at line 763 of file inthalfbandfiltereo2.h.
References i.
|
inlineprotected |
Definition at line 803 of file inthalfbandfiltereo2.h.
References i, Sample::setImag(), and Sample::setReal().
|
inlineprotected |
Definition at line 824 of file inthalfbandfiltereo2.h.
References i.
|
inline |
Definition at line 556 of file inthalfbandfiltereo2.h.
References Sample::imag(), and Sample::real().
|
inline |
Definition at line 566 of file inthalfbandfiltereo2.h.
|
inline |
Optimized upsampler by 2 not calculating FIR with inserted null samples
Definition at line 601 of file inthalfbandfiltereo2.h.
|
inline |
Definition at line 624 of file inthalfbandfiltereo2.h.
|
inline |
Definition at line 640 of file inthalfbandfiltereo2.h.
|
inline |
Simple zero stuffing and filter
Definition at line 577 of file inthalfbandfiltereo2.h.
References Sample::imag(), and Sample::real().
|
inline |
Simple zero stuffing and filter
Definition at line 589 of file inthalfbandfiltereo2.h.
|
inlineprotected |
Definition at line 665 of file inthalfbandfiltereo2.h.
|
inlineprotected |
Definition at line 683 of file inthalfbandfiltereo2.h.
|
inlineprotected |
Definition at line 701 of file inthalfbandfiltereo2.h.
|
inline |
Definition at line 38 of file inthalfbandfiltereo2.h.
References Sample::imag(), and Sample::real().
|
inline |
Definition at line 131 of file inthalfbandfiltereo2.h.
|
inline |
Definition at line 159 of file inthalfbandfiltereo2.h.
References Sample::imag(), and Sample::real().
|
inline |
Definition at line 358 of file inthalfbandfiltereo2.h.
References Sample::imag(), and Sample::real().
|
inline |
Optimized upsampler by 2 not calculating FIR with inserted null samples
Definition at line 98 of file inthalfbandfiltereo2.h.
References Sample::imag(), Sample::real(), Sample::setImag(), and Sample::setReal().
|
inline |
Definition at line 67 of file inthalfbandfiltereo2.h.
References Sample::imag(), and Sample::real().
|
inline |
Optimized upsampler by 2 not calculating FIR with inserted null samples
Definition at line 291 of file inthalfbandfiltereo2.h.
References Sample::imag(), Sample::real(), Sample::setImag(), and Sample::setReal().
|
inline |
Definition at line 210 of file inthalfbandfiltereo2.h.
References Sample::imag(), Sample::real(), Sample::setImag(), and Sample::setReal().
|
inline |
Optimized upsampler by 2 not calculating FIR with inserted null samples
Definition at line 490 of file inthalfbandfiltereo2.h.
References Sample::imag(), Sample::real(), Sample::setImag(), and Sample::setReal().
|
inline |
Definition at line 409 of file inthalfbandfiltereo2.h.
References Sample::imag(), Sample::real(), Sample::setImag(), and Sample::setReal().
|
protected |
Definition at line 657 of file inthalfbandfiltereo2.h.
|
protected |
Definition at line 658 of file inthalfbandfiltereo2.h.
|
protected |
Definition at line 661 of file inthalfbandfiltereo2.h.
|
protected |
Definition at line 659 of file inthalfbandfiltereo2.h.
|
protected |
Definition at line 662 of file inthalfbandfiltereo2.h.
|
protected |
Definition at line 663 of file inthalfbandfiltereo2.h.