| Inports
| |
| In | Input In(k) |
| Outports
| |
| Out | Output Out(k) |
| Mask Parameters | ||
| Name | ID | Description |
| b2 | 1 | b2 |
| b1 | 2 | b1 |
| b0 | 3 | b0 |
| a1 | 4 | a1 |
| a0 | 5 | a0 |
| ts_fact | 6 | Multiplication factor of base sampling time (in integer format) |
Second order transfer function:
G(z) = (b2.z2 + b1.z + b0) / (z2 + a1.z + a0)
| 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 |
16 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | int16 |
| Outports Data Type
| |
| Out | int16 |
8 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | int8 |
| Outports Data Type
| |
| Out | int8 |
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 |