filter_arrays Struct Reference

#include <filters.h>

Data Fields

float buf_in [MAX_FILTERS][B_SIZE+OFFSET]
 CPU buffer. More...
 
float buf_out [MAX_FILTERS][A_SIZE+OFFSET]
 for IIR filter More...
 
int m_offb [MAX_FILTERS]
 offset counter for CPU buffers More...
 
float * bk
 filter coefficients array More...
 

Detailed Description

Definition at line 48 of file filters.h.

Field Documentation

float* filter_arrays::bk

filter coefficients array

Definition at line 52 of file filters.h.

float filter_arrays::buf_in[MAX_FILTERS][B_SIZE+OFFSET]

CPU buffer.

Definition at line 49 of file filters.h.

float filter_arrays::buf_out[MAX_FILTERS][A_SIZE+OFFSET]

for IIR filter

Definition at line 50 of file filters.h.

int filter_arrays::m_offb[MAX_FILTERS]

offset counter for CPU buffers

Definition at line 51 of file filters.h.


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