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

サインインしてコメントする。

 採用された回答

その他の回答 (1 件)

Honglei Chen
Honglei Chen 2012 年 2 月 27 日

0 投票

This is clearly explained in documentation.
doc cheby1
x is the input signal, also see the doc
doc filter

カテゴリ

タグ

質問済み:

Tom
2012 年 2 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by