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

Zygotech Polynomial Interpolation software
Filter: All | Freeware | Demo
 

Zygotech Polynomial Interpolation

< 1 2 3 4 5 

Polynomial coefficient vector derived from sub-polynomial factors For given p(x) = PROD[i=1,m]{SUM[j=2,n+2]{(A(i,j)*x^(j-2))^A(i,1)}} we shall get p(x) = SUM[s=1,N+1]{p(s)^(N+1-s)} For example If p(x) = (x-4)^5 * (3x^6-7x^3+5x+2)^2 * (x^3+8)^3 * x^2 or A = [ 5 -4 1 0 0 0 0 0 2 2 5 0 -7 0 0 3 3 8 0 0 1 0 0 0 1 0 0 1 0 0 0 0 ] then from p = polyget(A) we get p =...



Platforms: Matlab


Added: May 22, 2013 | Visits: 410

fSGolayFilt fSGolayFilt is a fast polynomial smoothing filter for uniformly spaced signals. This implementation offers less flexibility than other versions found in the MATLAB Central (eg. from Jianwen Luo, YangQuan Chen or Vassili Pastushenko), but it is optimized for speed by using a C-Mex function for the...





Platforms: Matlab

License: Freeware Size: 20.48 KB Download (46): fSGolayFilt Download

Added: August 19, 2013 | Visits: 293

zooming an image using nearest neighbor interpolation zooming a given image by a given positive factor can be done..copy nearest_neighbor_zoom.m file and the image file that should be zoomed to your work directory.if the name of the image file is image.jpg and the zooming factor needed is 2.23,run following command on command...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): zooming an image using nearest neighbor interpolation Download

Added: April 09, 2013 | Visits: 446

Haxby color map Colormap is based on the colors used by W. F. Haxby's Gravity field of World's oceans, 1985, developed for geoid and gravity maps. The version used here is formed from a linear interpolation of the GMT color table used by MB-System by David W. Caress and Dale N. Chayes...


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Haxby color map Download

Added: June 17, 2013 | Visits: 412

B-spline tools B-splines is a natural signal representation for continous signals, wheremany continous-domain operations can be carried out exactly once theB-spline approximation has been done.The B-spline estimation procedure in this toolbox using allpole filtersis based on the classic papers by M. Unser and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 593.92 KB Download (46): B-spline tools Download

MDF Import Tool and Function - with resampling/interpolation This mdf-import function is a modification of Stuarts MDF import tool. A resampling functionality to a unique time signal has been added to allow easy access to all signals and simplify plotting and other analysis with a comon time vector. The help file also shows a possibility to shorten all...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (46): MDF Import Tool and Function - with resampling/interpolation Download

Released: December 03, 2023  |  Added: February 24, 2024 | Visits: 185

Estimate Missing Climate Data The Estimate Missing Climate Data Tool (EMCD) stands as a comprehensive solution designed to address and fill gaps in climate data, ensuring a robust and accurate dataset for comprehensive analysis. EMCD incorporates advanced techniques to overcome missing values, utilizing neighboring stations...


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

License: Shareware Cost: $99.00 USD Size: 11.62 MB Download (46): Estimate Missing Climate Data Download

Added: August 17, 2013 | Visits: 400

Lagrange polynomial % Polynomial Interpolation Problem: Lagrange Form% x and y are vectors with the same dimensions% Given n points: (x_k,y_k) k = 1,2,...n% this function finds a polynomial P(x) of degree less% than n such that P(x_k) = y_k% --% Remarks:% The resulting polynomial is displayed in symbolic notation%...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (45): Lagrange polynomial Download

Added: August 12, 2013 | Visits: 379

compatible2d interpolation function with code generation This function allow you to perform 2d interpolation for matlab code that have to be compiled to C.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): compatible2d interpolation function with code generation Download

Added: April 21, 2013 | Visits: 341

Polynomial Composition POLYCOMP Polynomial compositionR = POLYCOMP(P,Q) returns the composition of Q(P(x)) given polynomials P and Q with coefficients in descending order. If Q is a scalar, with value N, it assumes shorthand notation for Q(x)=x^N. Output is a polynomial with coefficients in descending order. Example:%...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Polynomial Composition Download

Added: September 07, 2013 | Visits: 462

Multiple-root polynomial solved by partial fraction expansion A given polynomial p(x) is transformed into a rational function r(x). The poles and residues of the derived rational function are found to be equivalent to the roots and multiplicities of the original polynomial. p(x) = Given polynomial = PROD[k=1:K]{(x - z_k)^m_k} d(x) = (d/dx)p(x) g(x) =...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Multiple-root polynomial solved by partial fraction expansion Download

Added: June 24, 2013 | Visits: 235

3D Data Interpolation Syntax: ui=NewtFit(x,y,z,u,xi,yi,zi)3D interpolation. It may be used where griddata3 fails to find a triangularization of the datagrid (x,y,z). The function uses a modified 4 point Newton interpolation formula for vector arguments in 3D instread of scalars used in 1D. The interpolation is...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): 3D Data Interpolation Download

Added: May 12, 2013 | Visits: 302

Piecewise Parabolic Interpolation Script It performs piecewise parabolic interpolation and approximated calculation of first and second derivative at the interpolation point.


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Piecewise Parabolic Interpolation Script Download

Added: June 11, 2013 | Visits: 347

Faddeev-Leverrier Algorithm The code implements the so called Faddeev-Leverrier algorithm to compute the coefficients of the characteristic polynomial of a given matrix and to get the inverse of the matrix without extra cost.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Faddeev-Leverrier Algorithm Download

Added: August 19, 2013 | Visits: 467

plotfit [coef, RSquared]=plotfit(x,y,polyorder)A simple function that accepts x,y data pairs in in the vectors "x" and "y", fits it to a polynomial of order "polyorder", plots the data and the fit, and displays the fit coefficients and the goodness-of-fit measure R-squared in the upper left corner of the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): plotfit Download

Added: July 01, 2013 | Visits: 366

Background correction This program estimates the background (or baseline) of optical spectra by the polynomial minimizing a cost function. If the cost function was quadratic, the solution is the least squares estimation, which is not appropriate in this problem. Instead, we need to use of non-quadratic cost function...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Background correction Download

Added: May 21, 2013 | Visits: 629

Synchronize Time Series When drawing financial time series from various markets, one usually needs to make some adjustments before evaluating the series. One of the major concerns is that due to different national holidays or working days across countries, the dates happen to be not synchronized. Clearly this could make...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Synchronize Time Series Download

Added: May 20, 2013 | Visits: 454

gapolyfitn This function implements a method of using genetic algorithms to optimise the form of a polynomial, i.e. reducing the number of terms required in comparison to a least-squares fit using all possible terms, as described in the following paper:Clegg, J. et al, "The use of a genetic algorithm to...


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): gapolyfitn Download

Added: July 05, 2013 | Visits: 410

3D Crouzeix-Raviart mortar finite element method Software to paper (please cite when using the software)Leszek Marcinkowski, Talal Rahman and Jan Valdman,A 3D Crouzeix-Raviart mortar finite element.Computing 86, No. 4, 313-330 (2009)download: http://www.springerlink.com/content/p8nx4573480hm98h/?p=31e284c1655141f691369102e361c9a4&pi=1This...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (45): 3D Crouzeix-Raviart mortar finite element method Download

Added: September 13, 2013 | Visits: 386

Plots a surface coloring by layers (using contour curves) Different elevations cannot be identified with standard matlab functions such as surf, even changing FaceColor attribute to activate interpolation. In contrast, with this function alows one can define contour levels and different colors are applied to each level.Instead of using surf(x,y,z), you...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Plots a surface coloring by layers (using contour curves) Download

< 1 2 3 4 5