FilterGen  1.0.0
A library to design digital filters in embedded systems.
butterworth.h
Go to the documentation of this file.
1 #ifndef DH_BUTTERWORTH_H_INCLUDED
2 #define DH_BUTTERWORTH_H_INCLUDED
3 
10 #include "dh/filter-types.h"
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
27 
28 #ifdef __cplusplus
29 }
30 #endif
31 
32 #endif /* DH_BUTTERWORTH_H_INCLUDED */
DH_FILTER_CHARACTERISTIC
DH_FILTER_CHARACTERISTIC
Definition: filter-types.h:69
dh_filter_data
Definition: filter-types.h:206
dh_filter_parameters
Definition: filter-types.h:81
dh_compute_butterworth_filter_coefficients
DH_FILTER_RETURN_VALUE dh_compute_butterworth_filter_coefficients(dh_filter_data *filter, dh_filter_parameters *options, DH_FILTER_CHARACTERISTIC characteristic)
Computes all coefficients for a butterworth filter.
filter-types.h
The data types for the filter library.
DH_FILTER_RETURN_VALUE
DH_FILTER_RETURN_VALUE
Definition: filter-types.h:188