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) |
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 |
Name | FiP16 |
ID | 3297 |
Revision | 0.1 |
C filename | TF2_FiP16.c |
H filename | TF2_FiP16.h |
16 Bit Fixed Point Implementation
Controller Parameters | |
b0 |
|
b1 |
|
b2 | |
a0 |
|
a1 | |
sfrb |
|
sfra |
|
in_old | In(k-1) |
in_veryold | In(k-2) |
out_old | Out(k-1) |
out_veryold | Out(k-2) |
Data Structure:
Name | FiP8 |
ID | 3296 |
Revision | 0.1 |
C filename | TF2_FiP8.c |
H filename | TF2_FiP8.h |
8 Bit Fixed Point Implementation
Controller Parameters | |
b0 |
|
b1 |
|
b2 | |
a0 |
|
a1 | |
sfrb |
|
sfra |
|
in_old | In(k-1) |
in_veryold | In(k-2) |
out_old | Out(k-1) |
out_veryold | Out(k-2) |
Data Structure:
Name | FiP32 |
ID | 3298 |
Revision | 0.1 |
C filename | TF2_FiP32.c |
H filename | TF2_FiP32.h |
32 Bit Fixed Point Implementation
Controller Parameters | |
b0 |
|
b1 |
|
b2 | |
a0 |
|
a1 | |
sfrb |
|
sfra |
|
in_old | In(k-1) |
in_veryold | In(k-2) |
out_old | Out(k-1) |
out_veryold | Out(k-2) |
Data Structure:
Name | Float32 |
ID | 3299 |
Revision | 0.1 |
C filename | TF2_Float32.c |
H filename | TF2_Float32.h |
32 Bit Floating Point Implementation
Controller Parameters | |
b0 |
|
b1 |
|
b2 | |
a0 |
|
a1 | |
in_old | In(k-1) |
in_veryold | In(k-2) |
out_old | Out(k-1) |
out_veryold | Out(k-2) |
Data Structure:
Name | Float64 |
ID | 3300 |
Revision | 0.1 |
C filename | TF2_Float64.c |
H filename | TF2_Float64.h |
64 Bit Floating Point Implementation
Controller Parameters | |
b0 |
|
b1 |
|
b2 | |
a0 |
|
a1 | |
in_old | In(k-1) |
in_veryold | In(k-2) |
out_old | Out(k-1) |
out_veryold | Out(k-2) |
Data Structure: