Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.findmycountry>
Newsgroups: comp.soft-sys.matlab
Subject: Re: interpolating/smoothing w/ monotonically increasing
Date: Thu, 13 Aug 2009 17:51:05 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 3
Message-ID: <h61jq9$5hq$1@fred.mathworks.com>
References: <ged003$oi7$1@fred.mathworks.com> <ged11r$f59$1@fred.mathworks.com> <ged2vl$ep1$1@fred.mathworks.com> <ged7g2$ki3$1@fred.mathworks.com> <gedajd$mp$1@fred.mathworks.com> <gedfqa$am6$1@fred.mathworks.com> <h60o8v$e66$1@fred.mathworks.com> <h60up2$dpn$1@fred.mathworks.com> <h610h9$8ig$1@fred.mathworks.com>
Reply-To: "Bruno Luong" <b.luong@fogale.findmycountry>
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 1250185865 5690 172.30.248.37 (13 Aug 2009 17:51:05 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 13 Aug 2009 17:51:05 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:563168


A remark that might be relevant: once the points are adjusted monotonically, a Hermit cublic interpolation (PCHIP) can be used for higher order interpolation properly. The monotonic will be prevailed.

Bruno