MATLAB: Cheby1

cheby1

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
Related Question