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

Interpolation Equation software
Filter: All | Freeware | Demo
 

Interpolation Equation

< 1 2 3 4 5 > 
Added: June 24, 2013 | Visits: 473

Excel Builder Demo: Univariate Interpolation This is a demo of MATLAB Excel Builder. This demo explains how one can compile MATLAB code into an Excel based COM component using MATLAB Excel Builder. This demo compiles a MATLAB code that depicts Univariate Interpolation into an Excel based COM component. Following this, it also explains how... Platforms: Matlab

License: Freeware Size: 266.24 KB Download (44): Excel Builder Demo: Univariate Interpolation Download

Ant colony optimization for wavelet-based image interpolation This is a demo program of the paper Ant colony optimization for wavelet-based image interpolation using a three-component exponential mixture model," Expert Systems with Applications, Vol. 38, No. 10, Sept. 2011, pp. 12514-12520. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 245.76 KB Download (43): Ant colony optimization for wavelet-based image interpolation Download

Added: April 08, 2013 | Visits: 550

A Linear Dynamical System Associated To Wave Equation In this paper i try to associate a linear dynamical system dX/dt=AX to the PDE wave equation.So i discretize the space to step h,and set the limited develpment.it is well application also for spherical wave.J.C Willems gives good standing from ODE to PDE,and From PDe to ODE. Platforms: Matlab

License: Freeware Size: 10 KB Download (44): A Linear Dynamical System Associated To Wave Equation Download

Added: April 19, 2013 | Visits: 568

Boundary Control via Smith Predictor for Beam Equation Boundary Control via Modified Smith Predictors for Beam Equation with Delayed Boundary MeasurementSmith predictor and its variants are applied to the boundary control of Euler-Bernoulli beam equation with delayed boundary measurement. The well-known instability problem due to a small time delay... Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Boundary Control via Smith Predictor for Beam Equation Download

Added: June 24, 2013 | Visits: 280

Image Interpolation (ba_interp2) % Fast nearest, bi-linear and bi-cubic interpolation for image data%% Usage:% ------% Z = ba_interp2(F, X, Y, [method])%% where method is one off nearest, linear, or cubic.%% F is a WxHxD Image with an arbitrary number of layers D.% X, Y are I_1 x ... x I_n matrices with the x and y coordinates... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1.89 MB Download (43): Image Interpolation (ba_interp2) Download

Added: July 16, 2013 | Visits: 361

NVIDIA CUDA-based bilinear (2D) interpolation This code was inspired by Alexander Huth's bilinear interpolation approach( http://www.mathworks.com/matlabcentral/fileexchange/20248 )also using the GPU's built-in bilinear texture interpolation capability, which is indeed very fast.The speedup is depending on your CUDA enabled graphics... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (44): NVIDIA CUDA-based bilinear (2D) interpolation Download

Added: April 12, 2013 | Visits: 361

Piecewise Hermite Cubic Interpolation Piecewise Hermite cubic interpolation between 2 points knowing derivative valuesSyntax: y=p3hermite(x,pointx,pointy,yprime,plt)Wherepointx = data points of the independent variable (The points do not have to be equally spaced)pointy = data points of the dependent variable. pointy is the value of... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Piecewise Hermite Cubic Interpolation Download

Finite Difference solution to nonlinear diffusion equation Solves nonlinear diffusion equation which can be linearised as shown for the general nonlinear diffusion equation in Richtmyer & Morton [1]. The approach is to linearise the pde and apply a Crank-Nicolson implicit finite difference scheme to solve the equation numerically.Matlab run... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 194.56 KB Download (48): Finite Difference solution to nonlinear diffusion equation Download

Added: June 03, 2013 | Visits: 558

Linear equation system 'Ax=r' by Gauss elimination method This Matlab program Solve N-equation with Gauss elimination method and check results with Matlab Function. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (52): Linear equation system 'Ax=r' by Gauss elimination method Download

Added: May 29, 2013 | Visits: 543

COM Builder Example: Univariate Interpolation This demo shows how you can create a COM component from a MATLAB code using MATLAB COM Builder and use the same in an external project independent of MATLAB. This demo compiles a function that uses MATLAB Interpolation capability into a COM component and uses it in an external Visual Basic... Platforms: Matlab

License: Freeware Size: 184.32 KB Download (46): COM Builder Example: Univariate Interpolation Download

Added: August 18, 2013 | Visits: 370

Stochastic Differential Equation (SDE) Solutions The linear Stochastic Differential Equation (LSDE) is very widely used equation in the noise analysis of LTI circuits. It involves the input signal to be perturbed with Gaussian white noise. To find the solution statistics like mean, varaiance is a tasking job and requires full power of... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Stochastic Differential Equation (SDE) Solutions Download

Added: August 09, 2013 | Visits: 555

Generate many examples of Ramanujam's Diophantine Equation This programme is about finding many examples of Ramanujam's Diophantine Equation. For mathematical formulas used in making this programme, I have referred to the article MATHEMATICAL MINIATURE 9.pdf by John Butcher, butcher@math.auckland.ac.nz.To circumvent the problem of editing the Greek... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Generate many examples of Ramanujam's Diophantine Equation Download

Added: June 24, 2013 | Visits: 236

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: August 18, 2013 | Visits: 199

Hermite interpolation This is a solution of Hermite interpolation problem. example: A=[-1 2 -1 inf; 0 1 inf inf;1 -1 -1 8] x f(x) f'(x) f''(x) . . . A = -1 2 -1 Inf 0 1 Inf Inf 1 -1 -1 8 If you don't know the derive values, just write Inf. Use this command: difftable(A) And you can see the divided difference table,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Hermite interpolation Download

Added: August 19, 2013 | Visits: 255

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: August 03, 2013 | Visits: 340

Fast interpolation This function performs interpolation faster than MATLAB's "interp1" function. In the limit of small library and search arrays, it is ~5x faster. In the limit of large library arrays, qinterp1 has a flat scaling, while interp1 has a linearly increasing scaling (see the image for this file).... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Fast interpolation 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: August 31, 2013 | Visits: 437

Equation of Time Compute the equation of time with accuracy on the order of seconds. This routine can handle multiple millenniums.Function Call With Time String:>> EQtime = EquationOfTime('2000/01/01 00:00:00');Function Call With Julian Date:>> EQtime = EquationOfTime(2451544.5);Input List:UTCjd (Coordinated... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Equation of Time Download

Added: March 26, 2013 | Visits: 280

Eason Fenton Equation following files are there:Eason Fenton Equation.mSteepest Descent .m and other two important files. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Eason Fenton Equation Download

Potential & Field Distribution in Microstrip Line - Application of FDM solution to Laplace Equation -Objective of the program is to solve for the steady state voltage distribution of a microstrip line in air using FDM of Laplace's equation. The x dimension is 7 units in length and y dimension is 2 units in length, of the entire simulation domain. A microstrip of 1 unit length in x-direction is... Platforms: Matlab


< 1 2 3 4 5 >