Esteban82 / mrinterp

A multigrid/multiresolution interpolation method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mrinterp

This is a set of functions written in Octave that implement a multigrid/multiresolution algorithm for 2-D interpolation of scalar data.

  • mrinterp.m This is the simplest multigrid/multiresolution interpolation algorithm. The function receives the X,Y,Z coordinates and the spatial resolution dxy, and returns a matrix with the interpolated values and a spatial domain.
  • mrinterpfract.m This is a multigrid/multiresolution interpolation algorithm with fractal extrapolation.

About

A multigrid/multiresolution interpolation method

License:GNU General Public License v3.0


Languages

Language:MATLAB 59.3%Language:R 40.7%