[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Cubic Spline Interpolation
From: |
Paulo Jabardo |
Subject: |
Re: [Help-gsl] Cubic Spline Interpolation |
Date: |
Thu, 1 Mar 2007 13:12:13 -0300 (ART) |
If the data is available in a regular grid then this
is the best solution. If it is not...
There is a procedure developed by Akima. The method
can be used to interpolate irregularly spaced data. It
basically builds a triangular mesh on the data and
uses this mesh to interpolate the data (linear or
spline).
I've used the implementation available as a package
for r-project (http://cran.r-project.org) look for the
akima package.
Maybe we could try to port this package to GSL? We can
not just use the fortran code because the license is
for non-comercial use only. I will see if I can
reimplement the method. It would be a nice addition to
GSL
Paulo
--- Patrick Alken <address@hidden>
escreveu:
> Hi,
>
> I've never actually done 2D interpolation, but a
> quick glance
> at Numerical Recipes indicates it can be done by
> applying the
> 1D routine on a 2D grid. The book is available
> online so I'll
> just refer you to section 3.6 and say good luck :-).
>
> Patrick Alken
>
>
> _______________________________________________
> Help-gsl mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-gsl
>
__________________________________________________
Fale com seus amigos de graça com o novo Yahoo! Messenger
http://br.messenger.yahoo.com/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Help-gsl] Cubic Spline Interpolation,
Paulo Jabardo <=