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_float const *num_p_, a_float *input_, unsigned int den_n_, a_float const *den_p_, a_float *output_)
 
void set_num (unsigned int num_n_, a_float const *num_p_, a_float *input_)
 
void set_den (unsigned int den_n_, a_float const *den_p_, a_float *output_)
 
a_float operator() (a_float x) const
 
void zero () const
 

Data Fields

a_floatinput
 
a_floatoutput
 
a_float const * num_p
 
a_float 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_float const* a_tf::den_p

denominator

◆ input

a_float* a_tf::input

input

◆ num_n

unsigned int a_tf::num_n

numerator number

◆ num_p

a_float const* a_tf::num_p

numerator

◆ output

a_float* a_tf::output

output


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