필터 지우기
필터 지우기

butterworth passband filter transfer function in matlab

조회 수: 2 (최근 30일)
djamaleddine djeldjli
djamaleddine djeldjli 2018년 6월 26일
댓글: djamaleddine djeldjli 2018년 6월 26일
hello,
i am using the function butter as a butterworth passband filter but i need its transfer function order n
thanks in advance

채택된 답변

Star Strider
Star Strider 2018년 6월 26일
The butter function returns the numerator polynomial ‘b’ and denominator polynomial ‘a’ of the transfer function as vectors if you request it:
[b,a] = butter(n,Wn,ftype)
See the documentation for details.
  댓글 수: 3
Walter Roberson
Walter Roberson 2018년 6월 26일
tf(b,a) on the results of calling butter()
djamaleddine djeldjli
djamaleddine djeldjli 2018년 6월 26일
thank you very much it is working

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

추가 답변 (0개)

제품


릴리스

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by