cheby1

조회 수: 3 (최근 30일)
Tom
Tom 2012년 2월 27일
Hi, I'm having problems finding something out something simple.
If I'm given this: -
[b,a] = cheby1(8,1,0.4);
y = filter(b,a,x);
then what do the three digits in the brackets after 'cheby1' mean?
Also what does b, a and x mean?
Many thanks,
Tom
  댓글 수: 2
Matt Fig
Matt Fig 2012년 11월 2일
Hi, I'm having problems finding something out something simple.
If I'm given this: -
[b,a] = cheby1(8,1,0.4); y = filter(b,a,x);
then what do the three digits in the brackets after 'cheby1' mean?
Also what does b, a and x mean?
Many thanks,
Tom
Matt Fig
Matt Fig 2012년 11월 2일
Tom's question
Hi, I'm having problems finding something out something simple.
If I'm given this: -
[b,a] = cheby1(8,1,0.4); y = filter(b,a,x);
then what do the three digits in the brackets after 'cheby1' mean?
Also what does b, a and x mean?
Many thanks,
Tom

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

채택된 답변

Kevin Holst
Kevin Holst 2012년 2월 27일

추가 답변 (1개)

Honglei Chen
Honglei Chen 2012년 2월 27일
This is clearly explained in documentation.
doc cheby1
x is the input signal, also see the doc
doc filter

카테고리

Help CenterFile Exchange에서 Matched Filter and Ambiguity Function에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by