notch filter using butter

조회 수: 4 (최근 30일)
Deep Tayal
Deep Tayal 2013년 10월 11일
답변: Honglei Chen 2013년 10월 14일
>> [z p k] = butter(10, [55 65]./(fs/2), 'stop'); >> [sos,g]=zp2sos(z,p,k); >> h=dfilt.df2sos(sos,g); >> fvtool(h);
how do apply this to my signal...
  댓글 수: 1
Jonathan LeSage
Jonathan LeSage 2013년 10월 14일
Could you provide more information on what you are trying to accomplish? Are you just trying to filter a signal in the MATLAB environment?

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

답변 (1개)

Honglei Chen
Honglei Chen 2013년 10월 14일
If your signal is x, just do
y = filter(h,x)

카테고리

Help CenterFile Exchange에서 Single-Rate Filters에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by