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

Fractal Interpolation software
Filter: All | Freeware | Demo
 

Fractal Interpolation

< 1 2 3 4 5 > 
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: August 11, 2013 | Visits: 342

Hausdorff (Box-Counting) Fractal Dimension Returns the Haussdorf fractal dimension D of an object represented by the binary image I. Nonzero pixels belong to an object and 0 pixels constitute the background.Algorithm:1 - Pad the image with background pixels so that its dimensions are a power of 2.2 - Set the box size 'e' to the size of...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Hausdorff (Box-Counting) Fractal Dimension Download

Semi variance method and scaled windowed variance method for fractal time series analysis Semi variance method and scaled windowed variance method for fractal time series analysis.Referernce: Evaluating scaled windowed variance methods for estimating the Hurst coefficient of time series Physica A: Statistical and Theoretical PhysicsVolume 241, Issues 3-4, 15 July 1997, Pages 606-626


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 102.4 KB Download (48): Semi variance method and scaled windowed variance method for fractal time series analysis Download

Added: June 24, 2013 | Visits: 467

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: June 24, 2013 | Visits: 273

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: 355

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: 356

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 (43): Piecewise Hermite Cubic Interpolation Download

Calculation of fractal dimension of a 3D volume using fft This matlab scprit calculates fractal dimension and intercept of a 3D volume along each redial line using Fourier analytical technique. Directionally averaged fractal dimension, intercept and Hedgehog plots of fractal dimension and intercept of each direction are given.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Calculation of fractal dimension of a 3D volume using fft Download

Added: April 16, 2013 | Visits: 361

Generation of 2D fractal trees % This function allow you to bild fractal trees% by using modified algorithms based on the so-called Kantor`s array% and method of inverse trace% These methods allow you to economise time and computer memory% considerably% It`s arguments:% Fraktal(n,r,phi,xb,yb)% n - number of iterations% r -...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Generation of 2D fractal trees Download

Added: May 29, 2013 | Visits: 538

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

Fractal Stock Price Generator This script implements Mandelbrot's method for generating realistic stock price graphs based on a simple fractal rule. It keeps subdividing the graph by three and adding a "generator" to create fractal behavior.Reference:Benoit B. Mandelbrot, A Multifractal Walk down Wall Street, Scientific...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Fractal Stock Price Generator Download

Added: June 24, 2013 | Visits: 231

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: 194

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: July 08, 2013 | Visits: 446

Dragon Curve (aka Jurassic Park Fractal) The Dragon Curve is a fractal that was made famous in Jurassic Park, a novel by Michael Crichton.This file calculates and plots the Dragon Curve. The user is encouraged to make their own variations of the fractal by experimenting with the following options:(1) Initial starting shape(2) Angle of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Dragon Curve (aka Jurassic Park Fractal) Download

Added: August 19, 2013 | Visits: 246

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: 335

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: 249

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 (43): Multivalued function interpolation Download

Added: September 05, 2013 | Visits: 284

Fractal Mound This above Fractal code generates a small fractal mound in using the basic trigonometric operations. This involves a basic logic of an exponential surface that modifies the vector along the XY plane while the modifying function modifies the surface to yield a 3D likesurface as can be expected...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Fractal Mound Download

Added: June 21, 2013 | Visits: 380

Fractal Volatility of Financial Time Series [DIMENSION STANDARD_DEV] = fractalvol(DATA) calculates the fractal dimension of the 1 dimensional random walk, DATA. DATA is assumed to be a function of its indices. Finds fractal volatility by embedding in the unit square and box counting. Y axis will be rescaled values of DATA, x axis is...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Fractal Volatility of Financial Time Series Download

< 1 2 3 4 5 >