Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. [B, A] = butter( 2, 3000/16000*2, 'high' );
  2.  
  3. fvtool
  4.  
  5. plot(w)
  6.  
  7. [H,W] = freqz(B,A,N) returns the N-point complex frequency response
  8. vector H and the N-point frequency vector W in radians/sample of
  9. the filter.
  10.  
  11. plt(w, angle(h));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement