Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fir_float_state_t Struct Reference

#include <fir.h>

Data Fields

int taps
 
int curr_pos
 
const float * coeffs
 
float * history
 

Detailed Description

Definition at line 84 of file fir.h.

Field Documentation

const float* coeffs

Definition at line 87 of file fir.h.

int curr_pos

Definition at line 86 of file fir.h.

float* history

Definition at line 88 of file fir.h.

int taps

Definition at line 85 of file fir.h.


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