Path: news.mathworks.com!not-for-mail
From: "Pavle Boskoski" <pavleb@freemail.com.mk>
Newsgroups: comp.soft-sys.matlab
Subject: Re: local maxima lines:MATLAB CODE
Date: Sun, 11 May 2008 15:39:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 13
Message-ID: <g073un$l12$1@fred.mathworks.com>
References: <1178277079.853382.320360@n59g2000hsh.googlegroups.com> <g073hi$rre$1@fred.mathworks.com>
Reply-To: "Pavle Boskoski" <pavleb@freemail.com.mk>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1210520343 21538 172.30.248.37 (11 May 2008 15:39:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 11 May 2008 15:39:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1382874
Xref: news.mathworks.com comp.soft-sys.matlab:467796


There was a small error in my previous script:

r=cwt(sig,'haar',15000);

should be:

r=cwt(sig,a_coefs,'haar');

where a_coefs are the scales on which you would like to
perform the CWT

Pavle