cheby1

2 次查看(过去 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