liba 0.1.15
An algorithm library based on C/C++
Loading...
Searching...
No Matches
a_tf Struct Reference

instance structure for transfer function More...

#include <tf.h>

Public Member Functions

void init (unsigned int num_n_, a_real const *num_p_, a_real *input_, unsigned int den_n_, a_real const *den_p_, a_real *output_)
void set_num (unsigned int num_n_, a_real const *num_p_, a_real *input_)
void set_den (unsigned int den_n_, a_real const *den_p_, a_real *output_)
a_real operator() (a_real x) const
void zero () const

Data Fields

a_realinput
a_realoutput
a_real const * num_p
a_real const * den_p
unsigned int num_n
unsigned int den_n

Detailed Description

instance structure for transfer function

Field Documentation

◆ den_n

unsigned int a_tf::den_n

denominator number

◆ den_p

a_real const* a_tf::den_p

denominator

◆ input

a_real* a_tf::input

input

◆ num_n

unsigned int a_tf::num_n

numerator number

◆ num_p

a_real const* a_tf::num_p

numerator

◆ output

a_real* a_tf::output

output


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