HighPass2ndOrder
| HighPass2ndOrder is a high-pass filter of 2nd order. |
Element | Direction | Remark |
in::continuous | input | filter input |
out::continuous | output | filter output |
x1::continuous | discrete state | |
x2::continuous | discrete state | |
HP_c0:: continuous | parameter; signification: see formula below | |
HP_c1:: continuous | parameter; signification: see formula below | |
HP_c2:: continuous | parameter; signification: see formula below | |
HP_d2:: continuous | parameter; signification: see formula below |
Transfer function of filter:
- y(t) is output, u(t) is input
- Y(s) and U(s) are the Laplace transforms of y(t) and u(t), respectively.
H(s) | = | Y(s) | = | 0.0 + 0.0*s + HP_d2*s2 |
U(s) | HP_c0 + HP_c1*s + HP_c2*s2 |
