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.
Static Public Member Functions | Static Public Attributes | List of all members
HBFIRFilterTraits< 32 > Struct Template Reference

#include <hbfiltertraits.h>

Static Public Member Functions

static const int32_t hbCoeffs [8] __attribute__ ((aligned(32)))
 

Static Public Attributes

static const int32_t hbOrder = 32
 
static const int32_t hbShift = 12
 
static const int16_t hbMod [32+6]
 
static const double hbCoeffsF [8]
 

Detailed Description

template<>
struct HBFIRFilterTraits< 32 >

Definition at line 51 of file hbfiltertraits.h.

Member Function Documentation

◆ __attribute__()

static const int32_t hbCoeffs [8] HBFIRFilterTraits< 32 >::__attribute__ ( (aligned(32))  )
static

Member Data Documentation

◆ hbCoeffsF

const double HBFIRFilterTraits< 32 >::hbCoeffsF
static
Initial value:
= {
-0.0018878783958199373254477348993418672762,
0.0038624783041994003966734805288751886110,
-0.0082424665965482504098593707908548822161,
0.0159471139705940345709933581019868142903,
-0.0286765592339759019246958615667608682998,
0.0507185615622293764492845014046906726435,
-0.0980159074728618323613105189906491432339,
0.3159417644358786247948955860920250415802,
}

Definition at line 61 of file hbfiltertraits.h.

◆ hbMod

const int16_t HBFIRFilterTraits< 32 >::hbMod
static
Initial value:
= {
31,32,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19, 20,21,22,
23,24,25,26,27,28,29,30,31,32,0,1,2
}

Definition at line 55 of file hbfiltertraits.h.

◆ hbOrder

const int32_t HBFIRFilterTraits< 32 >::hbOrder = 32
static

Definition at line 53 of file hbfiltertraits.h.

◆ hbShift

const int32_t HBFIRFilterTraits< 32 >::hbShift = 12
static

Definition at line 54 of file hbfiltertraits.h.


The documentation for this struct was generated from the following files: