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< 64 > Struct Template Reference

#include <hbfiltertraits.h>

Static Public Member Functions

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

Static Public Attributes

static const int32_t hbOrder = 64
 
static const int32_t hbShift = 12
 
static const int16_t hbMod [64+6]
 
static const float hbCoeffsF [16]
 

Detailed Description

template<>
struct HBFIRFilterTraits< 64 >

Definition at line 79 of file hbfiltertraits.h.

Member Function Documentation

◆ __attribute__()

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

Member Data Documentation

◆ hbCoeffsF

const float HBFIRFilterTraits< 64 >::hbCoeffsF
static
Initial value:
= {
-0.0004653050334792540416659067936677729449,
0.0007120490624526883919470643391491648799,
-0.0012303473710125558716887983479182366864,
0.0019716520179919017584369012041634050547,
-0.0029947484165425580261710170049127555103,
0.0043703902150498061263128590780979720876,
-0.0061858352927315653213558022116558277048,
0.0085554408639278121950777489246320328675,
-0.0116397924445187355563247066925214312505,
0.0156852221106748394852115069397768820636,
-0.0211070832238078286147153761476147337817,
0.0286850846890029896607554604770484729670,
-0.0400956173930921908055147184768429724500,
0.0597215923200692666572564348825835622847,
-0.1036982054813635201195864965484361164272,
0.3175014394028848885298543791577685624361,
}

Definition at line 89 of file hbfiltertraits.h.

◆ hbMod

const int16_t HBFIRFilterTraits< 64 >::hbMod
static
Initial value:
= {
63,64,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,33,34,35,36,37,38,39,40,41,42,43,44,45,46,
47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,0,1,2
}

Definition at line 83 of file hbfiltertraits.h.

◆ hbOrder

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

Definition at line 81 of file hbfiltertraits.h.

◆ hbShift

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

Definition at line 82 of file hbfiltertraits.h.


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