cheby1

3 visualizaciones (últimos 30 días)
Tom
Tom el 27 de Feb. de 2012
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 comentarios
Matt Fig
Matt Fig el 2 de Nov. de 2012
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 el 2 de Nov. de 2012
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

Iniciar sesión para comentar.

Respuesta aceptada

Kevin Holst
Kevin Holst el 27 de Feb. de 2012

Más respuestas (1)

Honglei Chen
Honglei Chen el 27 de Feb. de 2012
This is clearly explained in documentation.
doc cheby1
x is the input signal, also see the doc
doc filter

Categorías

Más información sobre Matched Filter and Ambiguity Function en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by