liba 0.1.15
An algorithm library based on C/C++
|
instance structure for transfer function More...
#include <tf.h>
Data Fields | |
double * | input |
input | |
double * | output |
output | |
double const * | num_p |
numerator | |
double const * | den_p |
denominator | |
unsigned int | num_n |
numerator number | |
unsigned int | den_n |
denominator number | |
instance structure for transfer function