Block: TF2



PIC




Inports


In

Input In(k)






Outports


Out

Output Out(k)






Mask Parameters


b2

b2



b1

b1



b0

b0



a1

a1



a0

a0



ts_fact

Multiplication factor of base sampling time (in integer format)




Description:

Second order transfer function:

G(z) = (b2.z2 + b1.z + b0) / (z2 + a1.z + a0)

Implementations:
FiP16 16 Bit Fixed Point Implementation
FiP8 8 Bit Fixed Point Implementation
FiP32 32 Bit Fixed Point Implementation
Float32 32 Bit Floating Point Implementation
Float64 64 Bit Floating Point Implementation

Implementation: FiP16


16 Bit Fixed Point Implementation



Inports Data Type


In

int16






Outports Data Type


Out

int16




Implementation: FiP8


8 Bit Fixed Point Implementation



Inports Data Type


In

int8






Outports Data Type


Out

int8




Implementation: FiP32


32 Bit Fixed Point Implementation



Inports Data Type


In

int32






Outports Data Type


Out

int32




Implementation: Float32


32 Bit Floating Point Implementation



Inports Data Type


In

float32






Outports Data Type


Out

float32




Implementation: Float64


64 Bit Floating Point Implementation



Inports Data Type


In

float64






Outports Data Type


Out

float64