Advertisement
Ostu

Untitled

May 25th, 2021
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.14 KB | None | 0 0
  1. Wpb = 100/(0.5*Fs);
  2. Wsb = 130/(0.5*Fs);
  3. Rp = 3;
  4. Rs = 40;
  5. [nb,Wnb] = buttord(Wpb,Wsb,Rp,Rs)
  6. [bb,ab] = butter(nb,Wnb);
  7. Gb=tf(bb,ab,1/Fs)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement