Advertisement
Ostu

Untitled

May 11th, 2021
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.21 KB | None | 0 0
  1. p1=0.7
  2. p2= 0.0
  3. p3=0.796
  4. z=tf('z')
  5. delay=z^-15
  6. licz=0.0242*z^2 + 0.0233*z
  7. mian=(z-0.8356 - 0.1846i)*(z- 0.0000 -0.0000i)*(z-0.8356 +0.1846i)
  8. Gz=(licz/mian)*delay
  9. nmian=(z-p1)*(z-p2)*(z-p3)
  10. nGz=(licz/nmian)*delay
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement