필터 지우기
필터 지우기

fault in matlab help?

조회 수: 1 (최근 30일)
Dries billiet
Dries billiet 2014년 3월 20일
댓글: Dries billiet 2014년 3월 24일
Hello,
I am working on my thesis and I have to use a matlab filter for this. When I using the example on this page butter I tried the exact same filter. But mine was all but stable. How is this possible? Can somebody try this aswell? Thank you!
[z,p,k] = butter(9,300/500,'high');
sos = zp2sos(z,p,k);
fvtool(sos,'Analysis','freq')
  댓글 수: 2
Honglei Chen
Honglei Chen 2014년 3월 20일
편집: Honglei Chen 2014년 3월 20일
What version are you using? It works fine for me in R2013b.
Dries billiet
Dries billiet 2014년 3월 24일
I am working with the R2012b.

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

채택된 답변

Chad Greene
Chad Greene 2014년 3월 20일
편집: Chad Greene 2014년 3월 20일
Here's the result I get. Definitely does not match the documented example.
  댓글 수: 2
Honglei Chen
Honglei Chen 2014년 3월 20일
What version are you using? It works fine for me in R2013b.
Chad Greene
Chad Greene 2014년 3월 20일
Interesting. I have R2012b.

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

추가 답변 (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