Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Wpb = 100/(0.5*Fs);
- Wsb = 130/(0.5*Fs);
- Rp = 3;
- Rs = 40;
- [nb,Wnb] = buttord(Wpb,Wsb,Rp,Rs)
- [bb,ab] = butter(nb,Wnb);
- Gb=tf(bb,ab,1/Fs)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement