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

Ingles Sin Barreras Precio freeware
Filter: All | Freeware | Demo
 

Ingles Sin Barreras Precio

< 1 2 3 4 5 > 
Added: August 05, 2013 | Visits: 403

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: March 24, 2013 | Visits: 449

Quaternion Library for Simulink Quaternion Library for SimulinkVersion 1.7 (JASP) 12-Dec-2009This is a library of blocks that allows manipulation of quaternions.The available blocks are: Quaternion Normalize Quaternion Conjugate Quaternion Multiply Quaternion Propagation Quaternion Vector Transform Quaternion Vector Rotation... Platforms: Matlab

License: Freeware Size: 71.68 KB Download (45): Quaternion Library for Simulink Download

Added: June 22, 2013 | Visits: 791

Minimum Entropy Deconvolution (MED 1D and 2D) This is the iterative 2D Minimum Entropy Deconvolution implemented according to an iterative method in the original paper:R.A. Wiggins, Minimum Entropy Deconvolution, Geoexploration, vol. 16, Elsevier Scientific Publishing, Amsterdam, 1978. pp. 21d-deOCt35.This also works applying the 1D MED when... Platforms: Matlab

License: Freeware Size: 10 KB Download (65): Minimum Entropy Deconvolution (MED 1D and 2D) Download

Added: July 14, 2013 | Visits: 434

1D Non-derivative Peak Finder PEAKFIND general 1D peak finding algorithm peakfind(x_data,y_data) peakfind(x_data,y_data,upsam) peakfind(x_data,y_data,upsam,gsize,gstd) peakfind(x_data,y_data,upsam,htcut,'cuttype') peakfind(x_data,y_data,upsam,gsize,gstd,htcut,'cuttype') [xpeaks]=peakfind() [xout,yout,peakspos]=peakfind()... Platforms: Matlab

License: Freeware Size: 10 KB Download (54): 1D Non-derivative Peak Finder Download

Added: July 07, 2013 | Visits: 478

iPeak: Interactive Peak Detector function P=ipeak(DataMatrix,PeakD,AmpT,SlopeT,SmoothW,FitW)Keyboard-operated Interactive Peak Finder for data in data matrix "DataMatrix", with x values in row 1 and y values in row 2. Returns the peak table in P (Peak #, Position, Height, Width.) See... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): iPeak: Interactive Peak Detector Download

Added: August 09, 2013 | Visits: 495

Quaternion Toolbox For purposes of these tools, a quaternion, q, is just a four element vector where q(1:3) is the "imaginary" or "vector" portion of the hypercomplex number, and q(4) is the "real" or "scalar" portion. Consequently, if q represents a rotation, then: q(1) = v1*sin(phi/2) q(2) = v2*sin(phi/2) q(3) =... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (44): Quaternion Toolbox Download

Added: July 17, 2013 | Visits: 433

GODLIKE - A robust single-& multi-objective optimizer GODLIKE (Global Optimum Determination by Linking and Interchanging Kindred Evaluators) is a generization of various population-based global optimization schemes. Also, it handles both single- and multi-objective optimization, simply by adding additional objective functions.GODLIKE solves... Platforms: Matlab

License: Freeware Size: 286.72 KB Download (47): GODLIKE - A robust single-& multi-objective optimizer Download

Added: May 31, 2013 | Visits: 435

Temperature Profile in a Rectangular Plate The method uses finite differences to solve Laplace equation and matrix inversion to solve the resulting system of linear algebraic equations. The rectangular plate has both dimensions set equal to unity. Each dimension is discretized and the total number of nodal points is equal to 29*29. To... Platforms: Matlab

License: Freeware Size: 30.72 KB Download (45): Temperature Profile in a Rectangular Plate Download

Added: July 22, 2013 | Visits: 375

easyfitGUI easyfitGUI(varargin) fits real data Y = f(X) easyfitGUI open a figure with uimenus devoted to process the data. VARARGIN: one or several matrix [X, Y] having: first column = vector of the independant variable (X) second column = vector of the dependant variable (Y). The Y-data are plotted... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): easyfitGUI Download

Added: June 19, 2013 | Visits: 421

Disk Harmonic Functions Computes Disk Harmonic Functions; uses Bessel functions and derivatives Requires BessDerivZerosBisect2.mfunction dnm = DiskHarmonic(m,n,r,theta) if(m == 0) dnm = 1*Rnm elseif(m 0) dnm = sqrt(2)*Rnm.*cos(mu*theta) end m0: dnm(r,theta) = sqrt(2)*Rnm(r)*cos(m*theta) (m = |mu|) n = 0,1,2,... m =... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Disk Harmonic Functions Download

Added: June 05, 2013 | Visits: 400

conduct your cpu time This is a popular problem in MSRA interview.interviewer:How do you know about the operation system?interviewee:Very!......interviewer:Well, can you make the cpu time curve act as a straight line?can you make it act as a sin curve?interviewee:.....Example:%complie:mex... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): conduct your cpu time Download

Added: April 12, 2013 | Visits: 622

PlotData - display plot raw-data in data-tables Syntax: plotdata; plotdata(hPlotFig); plotdata(figureName,sheetName,xdata,ydata, xAxisName,yHeaders,...); [hDataFig, hSpreadsheet] = plotdata(...); PLOTDATA(hPlotFig) scans the supplied figure handle for any plot axes; for each plot axes found, a new spreadsheet is created with the plot data... Platforms: Matlab

License: Freeware Size: 40.96 KB Download (46): PlotData - display plot raw-data in data-tables Download

Added: May 22, 2013 | Visits: 346

isfun: a pedestrian matlab construct determiner res = isfun(arg1,arg2,'-opt',...,argN,'-opt')determines the definition of ML constructs arg1 ... argN andreturns result-code(s)in res.f(x) = arg(x)res.r(x) = code(x)SEEhelp isfunfor more exhaustive explanations of precedence, return-codes and optionsisfun -hfor... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): isfun: a pedestrian matlab construct determiner Download

Added: August 20, 2013 | Visits: 477

Fuzzy Approximation Here we have an unknown function but we can have every value of function respect to every input. so there I used a fuzzy approximation method Ito approximate the function, here I used sin function to compare answers.there is a function "isinrange" to find membership values. Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Fuzzy Approximation Download

Added: June 08, 2013 | Visits: 470

Temperature Controller This program simulate temperature control of one or two series tank. it's use simulink for simulation and matlab graphic to plot data as an animation.you can set physical property and controller(P,PI,PID)and set type of input(step,impulse,sin) Platforms: Matlab

License: Freeware Size: 133.12 KB Download (46): Temperature Controller Download

Added: May 17, 2013 | Visits: 511

twittifier Twittifier! es un plugin de WordPress, que utiliza las Api's de Bit.ly y Twitter para realizar notificaciones en Twitter que puedan ser traceadas y asdoTs conocer a que enlaces le dieron clic tus Followers en Twitter.No requiere de otros plugins para trabajar y esta hecho para integrarse con... Platforms: PHP

License: Freeware Size: 10 KB Download (43): twittifier Download

Added: July 20, 2013 | Visits: 420

JSoundCard In this JSoundCard software, generating (speakers) and receiving (microphone) realtime audio is as easy as a loop that uses numbers from -1 to 1 for the amount of electricity that should be in the speaker/microphone wire at that time. There are no codecs or compression. Those things are for... Platforms: Mac

License: Freeware Size: 10.24 KB Download (35): JSoundCard Download

Added: August 19, 2013 | Visits: 374

Mpmath mpmath is a replacement for Python's float/complex types and math/cmath modules with unlimited precision and exponent sizes. The mpmath software is written entirely in Python without any external dependencies and hence runs almost anywhere, without the need for compilation. To install, unpack... Platforms: Mac

License: Freeware Size: 460.8 KB Download (45): Mpmath Download

Added: November 28, 2013 | Visits: 765

cocos2d for iPhone cocos2d for iPhone is a framework for building 2D games, demos, and other graphical/interactive applications for iPod Touch, iPhone, iPad and Mac. It is based on the cocos2d design but instead of using python it, uses objective-c. Main features * Scene management (workflow) * Transitions... Platforms: Mac

License: Freeware Size: 34.2 MB Download (46): cocos2d for iPhone Download

Added: August 14, 2013 | Visits: 435

cocos2d-iphone cocos2d for iPhone is a framework for building 2D games, demos, and other graphical/interactive applications for iPod Touch, iPhone, iPad and Mac. It is based on the cocos2d design but instead of using python it, uses objective-c. * Scene management (workflow) * Transitions between scenes *... Platforms: Mac

License: Freeware Size: 32.46 MB Download (45): cocos2d-iphone Download

< 1 2 3 4 5 >