필터 지우기
필터 지우기

I need help making a bandpass filter

조회 수: 3 (최근 30일)
Reed
Reed 2014년 2월 4일
댓글: Anuj 2014년 2월 4일
I am wanting to make a chebyshev bandpass filter, remove 6-18 hz, sampled at 1000 hz. I am confused as to the parameters and which filter function to use.

채택된 답변

Anuj
Anuj 2014년 2월 4일
you can use this function- fdesign.bandpass
  댓글 수: 2
Reed
Reed 2014년 2월 4일
Thanks. I went ahead and used the filter design tool, saved it as matlab code. but now I am not sure how to apply that filter to my signal. this is the end of the code h = fdesign.bandpass('N,Fst1,Fst2,Ast', N, Fstop1, Fstop2, Astop, Fs); Hd = design(h, 'cheby2');
Anuj
Anuj 2014년 2월 4일
Try this:
output = filter(Hd,input);

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Digital Filter Design에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by