![]() |
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 <inthalfbandfilterst.h>
Public Member Functions | |
| IntHalfbandFilterST () | |
| bool | workDecimateCenter (Sample *sample) |
| bool | workInterpolateCenter (Sample *sampleIn, Sample *SampleOut) |
| bool | workDecimateCenter (int32_t *x, int32_t *y) |
| bool | workDecimateLowerHalf (Sample *sample) |
| bool | workInterpolateLowerHalf (Sample *sampleIn, Sample *sampleOut) |
| bool | workDecimateUpperHalf (Sample *sample) |
| 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 | myInterpolate (Sample *sample1, Sample *sample2) |
| void | myInterpolate (int32_t *x1, int32_t *y1, int32_t *x2, int32_t *y2) |
Protected Member Functions | |
| int32_t m_samplesAligned [HBFilterOrder][2] | __attribute__ ((aligned(16))) |
| void | storeSample (const FixReal &sampleI, const FixReal &sampleQ) |
| void | storeSample (int32_t x, int32_t y) |
| void | advancePointer () |
| void | doFIR (Sample *sample) |
| void | doFIR (int32_t *x, int32_t *y) |
Protected Attributes | |
| int32_t | m_samplesDB [2 *HBFilterOrder][2] |
| int | m_ptr |
| int | m_size |
| int | m_state |
| int32_t | m_iEvenAcc |
| int32_t | m_qEvenAcc |
| int32_t | m_iOddAcc |
| int32_t | m_qOddAcc |
Definition at line 32 of file inthalfbandfilterst.h.
| IntHalfbandFilterST< HBFilterOrder >::IntHalfbandFilterST | ( | ) |
Definition at line 561 of file inthalfbandfilterst.h.
References i.
|
protected |
|
inlineprotected |
Definition at line 457 of file inthalfbandfilterst.h.
|
inlineprotected |
Definition at line 462 of file inthalfbandfilterst.h.
References i, Sample::setImag(), Sample::setReal(), and IntHalfbandFilterSTIntrinsics< HBFilterOrder >::workNA().
Here is the call graph for this function:
|
inlineprotected |
Definition at line 510 of file inthalfbandfilterst.h.
References i, and IntHalfbandFilterSTIntrinsics< HBFilterOrder >::workNA().
Here is the call graph for this function:
|
inline |
Definition at line 387 of file inthalfbandfilterst.h.
References Sample::imag(), and Sample::real().
Here is the call graph for this function:
|
inline |
Definition at line 397 of file inthalfbandfilterst.h.
|
inline |
Definition at line 407 of file inthalfbandfilterst.h.
References Sample::imag(), and Sample::real().
Here is the call graph for this function:
|
inline |
Definition at line 418 of file inthalfbandfilterst.h.
|
inlineprotected |
Definition at line 441 of file inthalfbandfilterst.h.
|
inlineprotected |
Definition at line 449 of file inthalfbandfilterst.h.
|
inline |
Definition at line 37 of file inthalfbandfilterst.h.
References Sample::imag(), and Sample::real().
Here is the call graph for this function:
|
inline |
Definition at line 96 of file inthalfbandfilterst.h.
|
inline |
Definition at line 124 of file inthalfbandfilterst.h.
References Sample::imag(), and Sample::real().
Here is the call graph for this function:
|
inline |
Definition at line 256 of file inthalfbandfilterst.h.
References Sample::imag(), and Sample::real().
Here is the call graph for this function:
|
inline |
Definition at line 66 of file inthalfbandfilterst.h.
References Sample::imag(), and Sample::real().
Here is the call graph for this function:
|
inline |
Definition at line 175 of file inthalfbandfilterst.h.
References Sample::imag(), Sample::real(), Sample::setImag(), and Sample::setReal().
Here is the call graph for this function:
|
inline |
Definition at line 307 of file inthalfbandfilterst.h.
References Sample::imag(), Sample::real(), Sample::setImag(), and Sample::setReal().
Here is the call graph for this function:
|
protected |
Definition at line 435 of file inthalfbandfilterst.h.
|
protected |
Definition at line 437 of file inthalfbandfilterst.h.
|
protected |
Definition at line 432 of file inthalfbandfilterst.h.
|
protected |
Definition at line 436 of file inthalfbandfilterst.h.
|
protected |
Definition at line 438 of file inthalfbandfilterst.h.
|
protected |
Definition at line 430 of file inthalfbandfilterst.h.
|
protected |
Definition at line 433 of file inthalfbandfilterst.h.
|
protected |
Definition at line 434 of file inthalfbandfilterst.h.
1.8.13