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

Fudge Factor freeware
Filter: All | Freeware | Demo
 

Fudge Factor

< 1 2 3 4 5 > 
Added: May 01, 2013 | Visits: 472

Continuous Dynamic Time Warping If you pass in 2 vectors it returns the unnormalized distance between the vectors, the accumulated distance between them, the length of the warping path (the normalizing factor), the warping path points and both warped input vectors.You can plot the results too if select the pflag=1 Platforms: Matlab

License: Freeware Size: 10 KB Download (60): Continuous Dynamic Time Warping Download

Added: June 14, 2013 | Visits: 470

2D Multiwall model Compute 2D - MultiWall model Usage------ rs_amp = multiwall_model(TXpoint , RXpoint , walls , material , [L0] , [n]); Inputs------- TXpoint Transmitter points (2 x Nt)RXpoint Receiver points (2 x Nr)walls Walls (4 x nwall) where [xi,0 ; yi,0 ; xi,1 ; yi,1] are coordinates of the i'th wall, i =... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): 2D Multiwall model Download

Added: March 22, 2013 | Visits: 383

decimation matrix This function gives the decimation matrix which after post mulitpling it with the given signal gives the downsampled version of the original signal...D = decimmtx(x,N)decimates the given signal by a factor of N.[D,y] = decimmtx(x,N)gives D as well as the decimated signal y Platforms: Matlab

License: Freeware Size: 10 KB Download (48): decimation matrix Download

Added: July 06, 2013 | Visits: 376

elementary signals The signals presented here can be used in demonstrating how the signal varies when the operation is made on either independent variable or dependent variable. The parameters can be varied to have a feel of the variation.Example(1): rect(1,2) plots the rectangular signal of amplitude 1 and a width... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): elementary signals Download

Added: June 04, 2013 | Visits: 437

Continuous Sound and Vibration Analysis The main program is Main_sound_and_vibs.m. Up to 100 metrics are for each of sound, hand arm vibrations, whole body vibrations, and motion sickness. Main_sound_and_vibs calls the primary depedent function"Continuous_Sound_and_Vibrations_Analysis" which contains the switch statement controlling... Platforms: Matlab

License: Freeware Size: 1.51 MB Download (43): Continuous Sound and Vibration Analysis Download

Added: August 29, 2013 | Visits: 345

mex_rref Same functionality as the MATLAB rref function, but quicker.>> mex_rref_demo A = rand(200); R1 = rref(A);Elapsed time is 1.435837 seconds. R2 = mex_rref(A);Elapsed time is 0.012729 seconds. max(max(abs(R1 - R2))): 0Speed-up factor: 113 Platforms: Matlab

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

Added: August 31, 2013 | Visits: 387

ScaleTime ScaleTime - fast linear matrix interpolationI have recorded timeseries of e.g. size [100'000 x 10] and cut out chunks of about 100 frames according to some events and normalize them to exactly 100 frames.For this task, the direct approach with Matlab's INTERP1 works, but it is slow:... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): ScaleTime Download

Isothermal flash calculation using Soave equation of state You only have to run main01.m, is easy to change the composition and operating conditions. If you want to add new components just add the critical propeties and acentric factor. Also is possible to use binary interaction parameters differents to zero. Platforms: Matlab

License: Freeware Size: 40.96 KB Download (46): Isothermal flash calculation using Soave equation of state Download

Added: June 05, 2013 | Visits: 468

Three Phase Sinosoidal PWM based Rectifier The model simulates a three phase Sinusoidal PWM rectifier. Applied Voltage, switching frequency and sampling factor can be changed from the model properties block. Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Three Phase Sinosoidal PWM based Rectifier Download

Added: September 15, 2013 | Visits: 628

View Factors View factor is a MATLAB function that uses the CDIF (contour double integral formula) to calculates view factors between planar surfaces(polygons), no matter what are the shape and the orientation of the two figures.All you need to enter is the coordinates of the vertices that define the outlines... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): View Factors Download

Added: August 05, 2013 | Visits: 843

Exercises in Advanced Risk and Portfolio Management Exercises and case studies for a rigorous approach to risk- and portfolio-management. This booklet stems from the review sessions of the six-day ARPM bootcamp.Contents include:Advanced multivariate statistics; copula-marginal decompositionAnnualization/projection (FFT, cumulants,... Platforms: Matlab

License: Freeware Size: 1.46 MB Download (49): Exercises in Advanced Risk and Portfolio Management Download

Calculation of High-Pressure Chemical Equilibrium: Case of ammonia synthesis We use the SRK equation of state to compute the correction factor due to gas-phase nonideality as a result of the high pressure applied in the ammonia synthesis. We also compute the extent of reaction. Plots of these two quantities versus pressure for temperature equal to 800K are presented. The... Platforms: Matlab


Added: April 23, 2013 | Visits: 482

Hamilton-Jacobi solver on unstructured triangular grids Implementation based on:"Finite-Element Discretization Of Static Hamilton-Jacobi Equations Based On A Local Variational Principle"by F. Bornemann and C. RaschComments:1. There is no restriction on the type of triangulation, i.e. it does not need to be acute. But the method will require more than... Platforms: Matlab

License: Freeware Size: 307.2 KB Download (44): Hamilton-Jacobi solver on unstructured triangular grids Download

Added: June 03, 2013 | Visits: 389

damped simle pendulum after downloadingto run program, enter damping(r,R,h,l,m)m=mass of bobh=height to which bob is thrownl=damping factor(i.e gamma=(l/2m))r=length of pendulmr=radius of bobenter ur values...for programm..enjoy... Platforms: Matlab

License: Freeware Size: 10 KB Download (50): damped simle pendulum Download

Added: June 18, 2013 | Visits: 638

units.m y = units(x,'unit1','unit2') - Converts x from physical unit1 to unit2example: units(1,'in','mm') = 25.4The following units are supported:Acceleration: m/s^2, cm/s^2, mm/s^2, ft/s^2, in/s^2, GAngle: rad, deg, revArea: km^2, m^2, cm^2, mm^2, ym^2 (square-micrometer), sq-mile, sq-yd, sq-ft, sq-in,... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): units.m Download

Added: August 15, 2013 | Visits: 758

PDD Melt Simple function to calculate melt rates in meter water equivalent per year for a digital elevation model (DEM) based on positive degree days factor (PDD) using seasonal variation.User can specify factors: mean annual temperature, PDD_ice, seasonal variation in degrees and year length.Approach... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): PDD Melt Download

Added: April 20, 2013 | Visits: 420

PortVaR Value-at-Risk calculation for portfolio stocks using variance-covariance, historical and MonteCarlo methods. Portfolio can be larger as you want including either the risk factor (stock index, currency, etc.) Platforms: Matlab

License: Freeware Size: 276.48 KB Download (52): PortVaR Download

Added: July 01, 2013 | Visits: 356

anomvarbal According to Wludyka and Nelson (1997), the Analysis of Means (ANOM), which is a test of location, can be converted into a test of scale and used to test the homogeneity of variances test, when the normality assumption is reasonable.The analysis of means for variances (ANOMV) is used for testing... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): anomvarbal Download

Added: April 09, 2013 | Visits: 348

Back Propogation Algorithm The training input vectors and target vectors are read from files data1in and data1out respectively. The no of nodes in input and output layer is decided depending on the no. of rows in these datasets.The no of hidden layers, No of nodes in each hidden layer and the target error (put 0.1) is to... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Back Propogation Algorithm Download

Fast Computation of the Expected Tranche Loss of CDO Credit Portfolio The code is explained in the article P. Okunev, "A Fast Algorithm for Computing Expected Loan Portfolio Tranche Loss in the Gaussian Factor Model", LBNL-57676, 2005.http://www-library.lbl.gov/docs/LBNL/576/7.../LBNL-57676.pdfFuther refinments of this algorithm are descibed in Okunev, Pavel,... Platforms: Matlab


< 1 2 3 4 5 >