|
liba 0.1.15
An algorithm library based on C/C++
|
transfer function More...
#include "a.h"Go to the source code of this file.
Data Structures | |
| struct | a_tf |
| instance structure for transfer function More... | |
Typedefs | |
| typedef struct a_tf | a_tf |
| typedef struct a_tf | a::tf |
Functions | |
| void | a_tf_set_num (a_tf *ctx, unsigned int num_n, a_real const *num_p, a_real *input) |
| set numerator for transfer function | |
| void | a_tf_set_den (a_tf *ctx, unsigned int den_n, a_real const *den_p, a_real *output) |
| set denominator for transfer function | |
| void | a_tf_init (a_tf *ctx, unsigned int num_n, a_real const *num_p, a_real *input, unsigned int den_n, a_real const *den_p, a_real *output) |
| initialize for transfer function | |
| a_real | a_tf_iter (a_tf const *ctx, a_real x) |
| compute for transfer function | |
| void | a_tf_zero (a_tf const *ctx) |
| zeroing for transfer function | |
transfer function