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