Skip to content

Struct SYN_FilterFIR

ClassList > SYN_FilterFIR

FIR filter state (Q16 fixed-point).

  • #include <syn_filter.h>

Public Attributes

Type Name
uint16_t head
q16_t * history
uint16_t num_taps
const q16_t * taps

Public Attributes Documentation

variable head

uint16_t SYN_FilterFIR::head;

Circular history write index


variable history

q16_t* SYN_FilterFIR::history;

Sample history buffer (length num_taps)


variable num_taps

uint16_t SYN_FilterFIR::num_taps;

Number of taps / filter length


variable taps

const q16_t* SYN_FilterFIR::taps;

Filter coefficient array (length num_taps)



The documentation for this class was generated from the following file src/syntropic/dsp/syn_filter.h