Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.334.346 Times

Inverse Distance Weighted (IDW) or Simple Moving Average (SMA) INTERPOLATION 1.0

  Date Added: April 22, 2013  |  Visits: 516

Inverse Distance Weighted (IDW) or Simple Moving Average (SMA) INTERPOLATION

Report Broken Link
Printer Friendly Version


Product Homepage
Download (46 downloads)



This function computes at (Xi,Yi) unknown locations the IDW (w P=1, Q=1 yields interpolation at one point --> P>1, Q=1 yields interpolation at a vector of points --> P>1, Q>1 yields interpolation at a (ir)regular grid of points======================================== INPUTS Xc: (mandatory) [Nx1] x coordinates of known points Yc: (mandatory) [Nx1] y coordinates of known points Vc: (mandatory) [Nx1] known values at [Xc, Yc] locations Xi: (mandatory) [PxQ] x coordinates of points to be interpolated Yi: (mandatory) [PxQ] y coordinates of points to be interpolated w: (mandatory) [scalar] distance weight --> w w=0, for Simple Moving Average (only if neighorhood size is local and not global) [SMA] r1: (optional) [string] neighbourhood type --> 'n' (default) number of neighbours --> 'r' fixed radius length r2: (optional) [scalar] neighbourhood size --> number of neighbours, if r1=='n' default is length(Xc) --> radius length, if r1=='r' default is largest distance between known points======================================== SYNTAX --- IDW --- all inputs: Vi = gIDW(Xc,Yc,Vc,Xi,Yi,-2,'n',30); 6 inputs: Vi = gIDW(Xc,Yc,Vc,Xi,Yi,-2); --> r1='n'; r2=length(Xc); 7 inputs: Vi = gIDW(Xc,Yc,Vc,Xi,Yi,-2,'n'); --> r2=length(Xc); Vi = gIDW(Xc,Yc,Vc,Xi,Yi,-2,'r'); --> r2=largest distance between know points [Xi,Yi] (see D1 calculation) --- SMA --- Vi = gIDW(Xc,Yc,Vc,Xi,Yi,0,'n',10); --- Spatial Map --- Vi = gIDW(Xc,Yc,Vc,Xi,Yi,-2,'n',10); -with Xi and Yi 2D arrays of coordinates relative to an (ir)regular grid.======================================== EXAMPLES Interpolation at one point location: Vi = gIDW([1:1:10]',[2:2:20]',rand(10,1)*100,5.5,11,-2,'n'); --- Interpolation at a regular grid of unknown points: XYc = [1:1:10]'; Vc = rand(10,1)*100; Xi = rand(50,50)*10; Yi = rand(50,50)*10; [Xi,Yi] = meshgrid(XYc); Vi = gIDW(XYc,XYc,Vc,Xi,Yi,-2,'r',3); hold on mapshow(Xi,Yi,Vi,'DisplayType','surface') colormap gray scatter(XYc,XYc,Vc,'filled','MarkerFaceColor','g','MarkerEdgeColor','y') axis([0,11,0,11]) hold off

Requirements: No special requirements
Platforms: Matlab
Keyword: 039r039 Calculation Dlargest Dlengthxc Fixed Gidwxcycvcxiyi Inputs Largest Length Lengthxc R13d039n039 R13d3d039n039 R13d3d039r039 Radius Syntax
Users rating: 0/10

License: Freeware Size: 10 KB
USER REVIEWS
More Reviews or Write Review


INVERSE DISTANCE WEIGHTED (IDW) OR SIMPLE MOVING AVERAGE (SMA) INTERPOLATION RELATED
Development Tools  -  Fractional-order differential order equation solver 1.0
This function solves the linear fractional-order differential equations (FODE) with constant coefficients. The short memory principle has not neen used here, so the length of input signal is limited to few hundred samples. The parameters of the...
10 KB  
Development Tools  -  polyfitweighted 1.0
Like polyfit.m but includes weighting of each data point.Summary----------------Find a least-squares fit of 1D data y(x) with an nth order polynomial, weighted by w(x).Usage-----P = polyfitweighted(X,Y,N,W) finds the coefficients of a polynomial...
10 KB  
Modules  -  RokCandy 1.2
What is RokCandy?RokCandy provides BBCode style macro functionality for Joomla. It provides a WYSIWYG-safe macro syntax to allow you to easily add complex HTML with a simple BBCode macro. RokCandy changes the preset syntax, such as [example] to...
61.44 KB  
Programming  -  g95
g95 projects goal is to create a free, open source Fortran 95 compiler. The code has been donated to the Free Software Foundation for inclusion in GCC, the Gnu Compiler Collection. G95 is still in a beta state. G95 can compile most fortran 90/95...
3.2 MB  
Network & Internet  -  Stompy 0.04
Stompy provides a tool to check the security of Web session IDs and other tokens. Stompy the session stomper is a penetration testing tool that performs an automated analysis and runs an array of fairly sophisticated tests on WWW session...
31.74 KB  
Multimedia & Graphics  -  SAFKAS Image Resizer 1.0
SAFKAS Image Resizer is a reliable application designed to enable you to quickly resize your images. With SAFKAS Image Resizer you can automatically resize your images or pictures, like JPG, JPEG, PNG, GIF or BMP, to an arbitrary size. Choose...
 
Development Tools  -  Fixed Income calculation(Chinese Version) 1.0
This is a part of my books, a book to introduce the matlab use in finance, this is the first part of the series.We discuss the calculation rules and how to use the matlab functions to calculate the fixed income securities. Also we have analyze the...
512 KB  
Development Tools  -  MATLAB simulation of fixed-mass rigid-body 6DOF 1.0
SIXDOF Calculate aircraft fixed-mass rigid-body six-degrees-of-freedom equations of motion using MATLAB ODE45 solver. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Inputs: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Forces = 3x1 vector of forces in...
10 KB  
Development Tools  -  Heat exchanger cost estimation 1.0
Calculation with variety of inputs parametres, such as:type of exchangerheat exchange arealengthmaterialpressure
30.72 KB  
Libraries  -  Tk::Image::Calculation 0.04
Tk::Image::Calculation is a Perl extension for graphic calculations. SYNOPSIS #------------------------------------------------- use Tk::Image::Calculation; my @points_oval = (10, 10, 30, 50); my @points_circle = (20, 20, 60, 60); my...
7.17 KB  
NEW DOWNLOADS IN SCRIPTS, DEVELOPMENT TOOLS
Scripts  -  Free Ecommerce website creator 1.2
Free Ecommerce website creator is a free PHP shop creating script. This allows you to put a online shop on your own website. Create your own free ecommerce website for Your Business. Create an online shop using easyGUI online shop creator. The...
1.44 KB  
Scripts  -  MochiGames PHP Script ZDR 1.00
MochiGames PHP Script ZDR is web site, ready for use, for flash games. These flash games are downloaded automatically by "MochiGames PHP Script ZDR" from MochiGames media. The use of the games is free, you can use your own Mochi Publisher ID and...
368.54 KB  
Scripts  -  Php Chat 2.0
Add a free php site, single sign-on and multiple skins, 100% free 1. Server Modes: The chat server has paid mode and free mode. If the free chat mode, a free chat room will be assigned to your website with your domain as the room name. 2....
938.87 KB  
Scripts  -  Nibbleblog 3.0.1
Nibbleblog it's a powerful engine for creation and manipulation of BLOG's completely free. Very simple to install and configure (Only 1 step). The database used is based on XML files and this way it is not necessary to use MySQL or similar DBMS....
371.09 KB  
Scripts  -  PHP File Manager | CloudOsys 2.9b8
CloudOsys is a PHP file manager, a tool that allows your visitors upload files such as media content directly to your website. Your visitors will upload files directly to your website, where they can share and comment on them. Through cloud...
1.41 MB  
Development Tools  -  Aml2CHM 3.50
Those who use the popular Aml Pages text editor might be looking out for a way of generating help files from their text and notes. Aml2CHM is a plug-in that was developed to offer people a quick and efficient way of converting Aml Pages documents...
549.99 KB  
Development Tools  -  VMP Viewer 1.0
This is a very rudimentary tool to visualize the VMP files generated by BrainVoyager. Useful to share files with people who do not have BV.
10 KB  
Development Tools  -  7-Zip for Script 4.42
7-Zip is a file archiver with a high compression ratio.Features:- High compression ratio in new 7z format with LZMA compression- Supported formats:- Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR- Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM,...
624.64 KB  
Development Tools  -  PHP Docbook Displayer for Scripts 1.0b
PHP Docbook Displayer provides XSL and CSS stylesheets, and PHP scripts, to generate easily and dynamically websites from Docbook files.It aims at simplifying to the max the web publication process : simply drop the docbook file under the site root !
102.4 KB  
Development Tools  -  WP Translate 1.0
This simple language translation plugin allows your users to quickly translate your webpages, through a widget on your blog.You have the option to select the title of the Widget, which will be displayed above the language translation form. Users...
10 KB