Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Question on filtering
Date: Sun, 4 May 2008 12:43:04 +0000 (UTC)
Organization: DW-TV
Lines: 12
Message-ID: <fvkb0o$kpu$1@fred.mathworks.com>
References: <fvenjf$b10$1@fred.mathworks.com> <fvkahn$mob$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1209904984 21310 172.30.248.35 (4 May 2008 12:43:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 4 May 2008 12:43:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1095707
Xref: news.mathworks.com comp.soft-sys.matlab:466502




sorry bad mistake:

numerator (b)
denominator (a) 

then you can filter your signal by computing

>> filter(b,a,signal) 

Regards, Lars