| Inports
| |
| In | Input In(k) |
| Outports
| |
| Out | Output Out(k) |
| Mask Parameters | ||
| Name | ID | Description |
| b0 | 1 | Filter coefficient b0 |
| b1 | 2 | Filter coefficient b1 |
| b2 | 3 | Filter coefficient b2 |
| a0 | 4 | Filter coefficient a0 |
| a1 | 5 | Filter coefficient a1 |
| a2 | 6 | Filter coefficient a2 |
| ts_fact | 7 | Multiplication factor of base sampling time (in integer format) |
Second order transfer function:
H(z) = (b0.z2 + b1.z + b2) / (a0.z2 + a1.z + a2)
Alternative representation of the same transfer function:
![]() |
| FiP16 | 16 Bit Fixed Point Implementation |
| FiP32 | 32 Bit Fixed Point Implementation |
| Float32 | 32 Bit Floating Point Implementation |
| Float64 | 64 Bit Floating Point Implementation |
16 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | int16 |
| Outports Data Type
| |
| Out | int16 |
32 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | int32 |
| Outports Data Type
| |
| Out | int32 |
32 Bit Floating Point Implementation
| Inports Data Type
| |
| In | float32 |
| Outports Data Type
| |
| Out | float32 |
64 Bit Floating Point Implementation
| Inports Data Type
| |
| In | float64 |
| Outports Data Type
| |
| Out | float64 |