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.470.415 Times

Interpolating software
 

Interpolating

Hermite cubic interpolating polynomial with specified derivatives PP = PCHIPD(X,Y,D) provides the piecewise cubic polynomial which interpolates values Y and derivatives D at the sites X. This is meant to augment the built-in Matlab function PCHIP, which does not allow the user to specify derivatives.X must be a vector.If Y and D are vectors, then Y(i) and D(i)...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Hermite cubic interpolating polynomial with specified derivatives Download

Added: February 18, 2010 | Visits: 1.044

PDL::GSL::INTERP PDL::GSL::INTERP is a PDL interface to Interpolation routines in GSL. SYNOPSIS use PDL; use PDL::GSL::INTERP; my $x = sequence(10); my $y = exp($x); my $spl = PDL::GSL::INTERP->init(cspline,$x,$y); my $res = $spl->eval(4.35); $res = $spl->deriv(4.35); $res = $spl->deriv2(4.35);...





Platforms: *nix

License: Freeware Size: 2.1 MB Download (93): PDL::GSL::INTERP Download

Added: June 26, 2013 | Visits: 833

Ayam Ayam is a free 3D modelling environment for the RenderMan interface, distributed under the BSD licence. This means that neither the author nor any contributors make money out of this software. We need your (yes your!) feedback to keep this project alive. If you use Ayam, please submit your...


Platforms: *nix

License: Freeware Size: 8.61 MB Download (104): Ayam Download

Added: August 02, 2013 | Visits: 431

imagescnan.m (Aug 2009) Syntax:>> imagescnan(Z) % Uncolored NaNs>> imagescnan(Z,'k') % ColoredIMAGESC is a good option when the user doesn't like the interpolating behaviour of SURF or PCOLOR, because EVERY element is drawn as a single pixel CENTERED with the axis value.The problem with this function is that it doesn't...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): imagescnan.m (Aug 2009) Download

Added: July 09, 2013 | Visits: 415

Inpaint over missing data in N-D arrays Y = INPAINTN(X) replaces the missing data in X by extra/interpolating the non-missing elements. The non finite values (NaN or Inf) in X are considered as missing data. X can be any N-D array. Important note:----------------INPAINTN uses an iterative process that converges toward the solution. Y =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Inpaint over missing data in N-D arrays Download

Added: June 19, 2013 | Visits: 254

Multivalued function interpolation When interpolating a multivalued function (more than one y for each x), interp1 produces, at best, an error (if there are identical x data), and at worst, garbage (see the attached image). This function performs meaningful interpolation of a multivalued function, when the inverse (x = g(y)) is a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Multivalued function interpolation Download

Added: May 13, 2013 | Visits: 233

hullfit When interpolating on a given data set, convhull is used to set the boundaries of the interpolation area. Because convhull only minimizes the outline length, there might be interpolation lines which are unwanted (see figure).hullfit tries to minimze the polygon area instead resulting in a hull...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): hullfit Download

Added: May 14, 2013 | Visits: 258

Robust interpolation [Yinterp warningflag] = robustinterp(Xdata, Ydata, targetX)Linearly interpolates in columns of X and Y values with reversals or failures of strict monotonicity in x or y (e.g. noisy and/or quantized observations of ideally monotonic relationships).Ydata and Xdata are column vectors or matrices of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Robust interpolation Download

Added: September 06, 2013 | Visits: 318

A Parabolic Lagrangian Interpolating Polynomial Function This function uses a non-linear interpolation (Lagrange) to estimate y given x, based on a set of observed x-y points. Coordinates will be sorted based on the x-value of the pair. The x-value provided by the user to calculate y will be estimated using two points left and two points right of the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): A Parabolic Lagrangian Interpolating Polynomial Function Download

Added: June 29, 2013 | Visits: 118

mapcolors MAPCOLORS Create a custom RGB colormap by interpolating between two pre-defined extremes. MAPCOLORS(START,FINISH) returns a 64 x 3 matrix containing RGB intensities linearly interpolated between the values specified in START and FINISH, which are 3-element vectors containing RGB intensities...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): mapcolors Download

Released: May 11, 2019  |  Added: May 20, 2019 | Visits: 2.458

Able RAWer Able RAWer is an easy to use program targeted to view and correct RAW images (photos) taken with digital cameras. Supported formats: raw, crw, cr2, nef, pef, raf, x3f, bay, orf, srf, mrw, dcr. Able RAWer is a utility to read and manipulate raw images from digital cameras. Program allows to...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.29 MB Download (359): Able RAWer Download

Added: July 01, 2010 | Visits: 854

Locale::Maketext::Simple Locale::Maketext::Simple is a simple interface to Locale::Maketext::Lexicon. SYNOPSIS Minimal setup (looks for auto/Foo/*.po and auto/Foo/*.mo): package Foo; use Locale::Maketext::Simple; # exports loc loc_lang(fr); # set language to French sub hello { print loc("Hello, [_1]!",...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (89): Locale::Maketext::Simple Download

Added: July 16, 2010 | Visits: 941

Sub::Quotelike Sub::Quotelike is a Perl module that allows to define quotelike functions. SYNOPSIS use Sub::Quotelike; sub myq () { my $s = shift; # Do something with $s... return $s; } sub myqq (") { my $s = shift; # Do something with $s... return $s; } print myq/abc def/; print myqq{abc...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Sub::Quotelike Download

Added: August 07, 2010 | Visits: 747

GD::Image::CopyIFS GD::Image::CopyIFS is a Perl module for fractal-based image copying and resizing. SYNOPSIS # zoom in on an area of an image use GD::Image::CopyIFS; my $width = 64; my $height = 60; my $scale = 4; my $neww = $scale * $width; my $newh = $scale * $height; my $src_file = src.jpeg; my...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (95): GD::Image::CopyIFS Download

Added: September 18, 2010 | Visits: 1.766

BRL-CAD BRL-CAD project is a powerful Constructive Solid Geometry (CSG) solid modeling system. BRL-CAD includes an interactive geometry editor, ray tracing support for rendering and geometric analysis, network distributed framebuffer support, image-processing and signal-processing tools. The entire...


Platforms: *nix

License: Freeware Size: 41 MB Download (122): BRL-CAD Download

Added: January 25, 2010 | Visits: 485

Twixtor Twixtor enables you to speed up, slow down or frame rate convert your image sequences with visually stunning results. In order to achieve its unparalleled image quality, Twixtor synthesizes unique new frames by warping and interpolating frames of the original sequence... employing RE:Vision's...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 4.2 MB Download (113): Twixtor Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 292

Twixtor for Mac OS Enables you to speed up or slow down your image sequences with visually stunning results. In order to achieve its unparalleled image quality, Twixtor synthesizes unique new frames by warping and interpolating frames of the original sequence... employing RE:Vision's proprietary tracking technology...


Platforms: Mac

License: Freeware Size: 4.1 MB Download (459): Twixtor for Mac OS Download

Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 310

JOpenChart Toolkit JOpenChart is an open source Java library and toolkit for creating different kinds of charts and embedding them into web applications or Swing applications. It further supports interpolating data and plotting mathematical functions etc. pp.


Platforms: Windows, Mac, Linux

License: Freeware Size: 68.04 KB Download (43): JOpenChart Toolkit Download

Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 318

MolMaster A Java based molecular modeling program. Has support for generating movies by interpolating between given positions, interactive display and manipulation of atoms and bonds, and dynamic modeling of substance formation.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.4 MB Download (48): MolMaster Download

Added: June 13, 2013 | Visits: 398

CONFIGR (CONtour FIgure and GRound) This software has been realized at the CNS Technology Lab at Boston University - http://techlab.bu.edu. The main author of this software is Chaitanya Sai ( http://techlab.bu.edu/members/sai/ ).CONFIGR (CONtour FIgure GRound) is a computational model based on principles of biological vision that...


Platforms: Matlab

License: Freeware Size: 256 KB Download (41): CONFIGR (CONtour FIgure and GRound) Download