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

Polynomial Interpolation software
Filter: All | Freeware | Demo
 

Polynomial Interpolation

< 1 2 3 4 5 > 
Added: August 12, 2013 | Visits: 465

Gauss-Jacobi quadrature Ever wonder how the weights and abscissae are calculated for the numerical conversion from radiance to flux? The long and the short of it is that Gauss-Jacobi quadrature determines the weights and abscissae which is similar to Gaussian for low-point quadrature but differs substantially for...



Platforms: Matlab

License: Freeware Size: 20.48 KB Download (53): Gauss-Jacobi quadrature Download

Added: June 26, 2013 | Visits: 326

Simple CRC calculator and veifier type "untitled" to run.The 7 bit data can be inputted or generated randomly.The crc polynomial used is fixed and cant be changed.The function that calculates and verifies the crc is " mycrc ".The file untitled is the gui but its m file also contains code for generation of random data. Iv included...





Platforms: Matlab

License: Freeware Size: 10 KB Download (52): Simple CRC calculator and veifier Download

Added: July 31, 2013 | Visits: 300

Interpolation for missing data While interpolation functions are available builtin in MATLAB, it requires data in specified griddata format. Consider sampling data from an experiment and you are missing some points and you don't want to repeat the experiment but require data at all grid-points for full calculation. This might...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 6.34 MB Download (51): Interpolation for missing data Download

Added: March 23, 2013 | Visits: 232

Jury's array in symbolic way [M, L] = jury(P,N)This function gives the Jury's array from a numerical or SYMBOLIC polynomial and includes the two special cases: (1) the first element of the second row of a block is zero; (b) a row of zeros (when there are roots on unit circle or reciprocal roots like (r,1/r). The symbolic...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): Jury's array in symbolic way Download

Added: April 29, 2013 | Visits: 558

Kriging and Inverse Distance Interpolation using GSTAT Kriging and inverse distance are popular interpolation methods, especially in earth sciences. There are some routines already available on matlab but are severely limited by matlabs memory constraints. By using gstat to handle interpolation and variogram modelling, very large datasets are easily...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Kriging and Inverse Distance Interpolation using GSTAT Download

Added: May 12, 2013 | Visits: 329

Polynomial Square Root It returns a vector POL, if it exists, such that conv(POL,POL) = P. P is a vector whose elements are the coefficients of a polynomial in descending powers


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Polynomial Square Root Download

Added: August 19, 2013 | Visits: 248

Multidimensional interpolation with integer inputs iminterpn uses Image Processing Toolbox functions to implement multidimensional interpolation. Unlike the MATLAB function interpn, iminterpn can interpolate an integer array (such as uint8, uint16, etc.) without converting it to double.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Multidimensional interpolation with integer inputs Download

Added: June 05, 2013 | Visits: 480

2D polynomial fitting with SVD Use coeffs = fit2dPolySVD(x, y, z, order) to fit a polynomial of x and y so that it provides a best fit to the data z.Uses SVD which is robust even if the data is degenerate. Will always produce a least-squares best fit to the data even if the data is overspecified or underspecified.x, y, z are...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): 2D polynomial fitting with SVD Download

Added: June 09, 2013 | Visits: 653

Contrast Limited Adaptive Histogram Equalization (CLAHE) This is an image contrast enhancement algorithm that overcomes limitations in standard histogram equalization (HE). The two primary features is adaptive HE (AHE), which divides the images into regions and performs local HE, and the contrast limited AHE (CLAHE), which reduces noise by partially...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Contrast Limited Adaptive Histogram Equalization (CLAHE) Download

Added: June 01, 2013 | Visits: 328

Generalized Laguerre polynomial LaguerreGen calculates the generalized Laguerre polynomial L{n, alpha}This function computes the generalized Laguerre polynomial L{n,alpha}.If no alpha is supplied, alpha is set to zero and this function calculates the "normal" Laguerre polynomial.Input: - n = nonnegative integer as degree level...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Generalized Laguerre polynomial Download

Added: May 31, 2013 | Visits: 315

Ferrigno&D'Amico window These windows are obtained by the polynomial expression w(n)=(16(n/Ns-1))^4-8(n/8Ns-1))^2+1)^L0


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Ferrigno&D'Amico window Download

Added: June 23, 2013 | Visits: 417

NeoClassic Growth Model in Dynamic Economic Theory Demonstration of Neoclassic Growth Model in Dynamic Economics, deterministic model, using both discrete optimization and interpolation method. Utility function and production function defined seperately. Generate plot to show the Policy function and Value function generated by optimization...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): NeoClassic Growth Model in Dynamic Economic Theory Download

Added: July 06, 2013 | Visits: 182

othercolor This is an embarrassingly simple function to augment the currently available MATLAB colormaps. It works as a seamless replacement for the current maps like jet and hsv. So to use it you just call colormap(othercolor('colorname')). The function handles interpolating to any number of points...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 184.32 KB Download (49): othercolor Download

Added: July 15, 2013 | Visits: 548

Matrix Polynomial Fraction These functions show some advances about MPF (Matrix Polynomial Fraction) using for represent multivariable models and design multivariable control system.


Platforms: Matlab

License: Freeware Size: 419.84 KB Download (48): Matrix Polynomial Fraction Download

Added: August 30, 2013 | Visits: 295

The polynomial regression method This code implements the 1D polynomial regression method. It uses the least square method for the finding of regression polynomial coefficents. Outputs of the script are polynomial regression coefficients, residuals, the sum of squared errors, the determination index and the graphical comparison...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): The polynomial regression method Download

Polynomiography of Newton method for one parameter cubic polynomial This code permits us to generate the polynomiographyof the Newton's method for the one parameter cubic polynomial p(z)= z^3+(c-1)*z-c, where c is the parameter spaceWe first check that 0 is a free critical point of Newton method for the polynomial p(z)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Polynomiography of Newton method for one parameter cubic polynomial Download

Added: August 19, 2013 | Visits: 335

Line drawing by DDA DDA algorithm uses fast interpolation and rounding method to implement rasterization of lines, triangle and polygons. This technique has been used here to produce a straight line.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Line drawing by DDA Download

image processing-zooming an image using Bilinear interpolation An image in your root directory can be zoomed by calling the above program.*First try with a small image. Because when the image is smaller, program response quickly.How to Run the Program*copy bilinear_zoom.m file and the image file to your work directory.Example-*if the name of image in root...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): image processing-zooming an image using Bilinear interpolation Download

Added: April 28, 2013 | Visits: 200

Chebyshev to Legendre conversion Given a Chebyshev polynomial expansion where the coefficients are stored in a column vector, this script computes the expansion in terms of Legendre polynomials. Useful for spectral methods.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Chebyshev to Legendre conversion Download

CTrecon-an improved parallel data image reconstruct function Reconstruct an image from parallel projection data using the convolution-backprojection algorithmfunction [img,H] = CTrecon(prj,varargin)for a discussion of this function including examples see: http://aprendtech.com/wordpress/?p=74Mathworks has created a workaround to fix the offset problem in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 225.28 KB Download (48): CTrecon-an improved parallel data image reconstruct function Download

< 1 2 3 4 5 >