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

E X T R E M E software
Filter: All | Freeware | Demo
 

E X T R E M E

< 1 2 3 4 5 > 
Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 289

WaveTaper R8 Introducing The WaveTaper R8, a Digital Audio Recorder based on ideas from Analogue Reel-to-Reel recorders of old. A simple, sleek, 8 track audio recorder. Record and Play to and from R.A.M (No disk streaming!) In memory bouncing.



Platforms: Mac

License: Shareware Cost: $2.99 USD Size: 11 MB Download (47): WaveTaper R8 Download

Added: August 05, 2013 | Visits: 400

Estimatenoise Some curve fitting or smoothing tools can benefit from knowledge of the noise variance to expect on your data. Kalman filters use this information, also some spline fitting tools. So I wrote a function to extract the noise variance from a signal vector. It also works on any specified dimension of...





Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Estimatenoise Download

Added: May 21, 2013 | Visits: 369

getvarargin Utility function that makes it easier to work with variable number of input arguments. GETVARARGIN allows:*An optional logical check on the inputs (ie, check input type, range etc), issuing an error on the calling function if condition are not met.*An easy way to assign default values*Input...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): getvarargin Download

Added: August 04, 2013 | Visits: 494

RKN1210 - A 12th/10th order Runge-Kutta-Nystrom integrator RKN1210 12th/10th order Runge-Kutta-Nystrom integratorRKN1210() is a 12th/10th order numerical integrator for ordinary differential equations of the form y'' = f(t, y) (1)with initial conditions y(t0) = y0, y'(t0) = yp0 (2)This second-order differential equation is integrated with...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (46): RKN1210 - A 12th/10th order Runge-Kutta-Nystrom integrator Download

Added: September 01, 2013 | Visits: 387

Spearman Rank Correlation It calculates the Spearman rank correlation coefficient from 2 or more data sets, and the associated t-test and p-values. The code is adapted with major changes from the Numerical Recipes book (http://www.nr.com/)Example:>> x = [1 2 3 3 3]';>> y = [1 2 2 4 3; rand(1,5)]';>> [r,t,p] = spear(x,y)>>...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Spearman Rank Correlation Download

Added: April 20, 2013 | Visits: 427

Moving variance Moving variance v=movingvar(x,m) x is the timeseries. m is the window length. v is the variance. Aslak Grinsted 2005


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Moving variance Download

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: July 23, 2013 | Visits: 286

SAT solver by CE & BK algorithms SAT solvers by Cross-Entropy (CE) and a Botev-Kroeze (BK) optimization algorithmsCNF SAT problems can be formulated as :S(X)=sum(j=1,...,m)C_j, where C_j=max(0 , (2X_i-1)*AjiPlease run the demo filestest_ce_satA.mtest_cemcmc_satA.mIn order to compile mex-files on your platform, please run...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 276.48 KB Download (46): SAT solver by CE & BK algorithms Download

LMFsolve.m: Levenberg-Marquardt-Fletcher algorithm for nonlinear least squares problems The function LMFsolve.m serves for finding optimal solution of an overdetermined system of nonlinear equations in the least-squares sense. The standard Levenberg- Marquardt algorithm was modified by Fletcher and coded in FORTRAN many years ago. LMFsolve is its essentially shortened version...


Platforms: Matlab


Added: June 24, 2013 | Visits: 470

Volatility Forecast Toolbox The Toolbox forecasts the volatility of a (mxn) vector of data and from a variety of in-built / non-in-built GARCH models with various distributions, as well as the univariate RiskMetrics. The toolbox also estimates a number of Volatility Forecast Loss Functions and if selected Value-at-Risk for...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (45): Volatility Forecast Toolbox Download

Added: August 07, 2013 | Visits: 427

Make FSL-compatible Transformation Matrix MAKEFSLXFMMATRIX Make FSL-compatible transformation matrix. M = MAKEFSLXFMMATRIX(T,R,S,FILENAME) outputs a 4x4 transformation matrix performing the translations in T, the rotations in R and the scalings in S and writes this matrix to the file specified by the string FILENAME. This file is...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Make FSL-compatible Transformation Matrix Download

Added: June 09, 2013 | Visits: 354

Multivariate Gaussian Distribution Creates a number of samples from a specified number of dimensions and centers them around a given mean, and within a given covariance range. You might not find it very useful, but hey, I need something to do this so why not.To use:You need to generate 1000 samples from a 3 dimensional Gaussian...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Multivariate Gaussian Distribution Download

Added: August 11, 2013 | Visits: 1.899

Contact form fields This module allows to add additional fields to site wide contact form like the profile module interface. Admin can define the fields and those will be available on site wide contact form. Please note that these fields will not be available to personal contact form for now as I don't see any...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (45): Contact form fields Download

Added: August 02, 2013 | Visits: 444

Curve intersection [xs,ys] = cint(x1,y1,x2,y2) finds intersection points of the curves defined by straight lines between the length(x1) points in the plane, (x1,y1), and the length(x2) points in the plane (x2,y2).The function essentially solvesx1(m) + t*diff(x1)(m) = x2(n) + s*diff(x2)(n);y1(m) + t*diff(y1)(m) =...


Platforms: Matlab

License: Freeware Size: 102.4 KB Download (45): Curve intersection Download

Added: December 10, 2013 | Visits: 743

Image intensity statistics This function returns statistics on the intensity of an image, including the sum, mean, standard deviation, min and max. A rectangular region of interest can be selected by the user by using 'r' as the 2nd parameter. Alternatively, the region of interest can be more accurately defined by a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Image intensity statistics Download

Added: May 14, 2013 | Visits: 210

DNorm2 Fast euclidian norm over N.th dimension of a DOUBLE arrayY = DNorm2(X, N)INPUT: X: Real DOUBLE array. N: Dimension to operate on.OUTPUT: Y: Euclidian norm over N.th dimension: Y = sqrt(sum(X .* X, N)). Length of N.th dimension of Y is 1. NaN's are considered.Matlab's built-in function NORM is...


Platforms: Matlab

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

Added: April 18, 2013 | Visits: 300

ARCPATCH ARCPATCH creates a semicircle wedge as a MATLAB patch. Useful for highlighting the angle between two lines, low level pie chart creation, etc.USES:arcpatch(x,y,r,phi)arcpatch(x,y,r,[phi0 phi1])h = archpatch(...)Creates an arcpatch with center (x,y), radius r, and from either [zero to phi] degrees...


Platforms: Matlab

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

Added: September 08, 2013 | Visits: 612

STDATMO: Standard Atmosphere Function A standard atmosphere function based on the 1976 Standard Atmosphere returns density, speed of sound, temperature, pressure, and viscosity for a given altitude input up to 86km.This function is designed to be useful for those designing and analyzing aircraft and has the following features that...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): STDATMO: Standard Atmosphere Function Download

Added: April 05, 2013 | Visits: 335

Analog Computer using operational amplifiers Two applications to set up Analog Computer using operational amplifiers have been shown here using Simscape 2.1 version. The applications solvei) Simultaneous Equations X+Y=2; 2X+Y=2.5 andii) Differential Equation m(d^2x/dt^2)+b(dx/dt)+kx=F(t) with inputs m=2; b=0.7; k=1 and F(t)=0.5.The results...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (44): Analog Computer using operational amplifiers Download

Added: April 30, 2013 | Visits: 321

DRAGZOOM - Drag and zoom tool DRAGZOOM allows you to interactively manage the axes in figure. This simple function for usable dragging and zooming of axes, rotate 3D axes, using the mouse and the keyboard shortcuts.Features:- Supports 2D-Plots, 3D-plots, Log plots and Images- Supports multiple mixed (subplots) (2D, 3D) axes...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (44): DRAGZOOM - Drag and zoom tool Download

< 1 2 3 4 5 >