Listing of Development Tools in Scripts
- finite fourier series
- License: Shareware
- Price: .price.

finite fourier series m file.
- Publisher: Alok D
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Image Noise Reduction by Local Statistics
- License: Shareware
- Price: .price.

Reduce image noise by measuring local pixel statistics and remapping intensities. Tristan Ursell (c) Relative Noise Transform March 2012 Iout=relnoise(Iin,sz,sigma); Iout=relnoise(Iin,sz,sigma,'field'); [Iout,Ivar]=relnoise(Iin,sz,sigma,...); [Iout,Ivar,Imean]=relnoise(Iin,sz,sigma,.
- Publisher: Tristan Ursell
- Date: 25-06-2013
- Size: 154 KB
- Platform: Scripts, Matlab
- Car
- License: Shareware
- Price: .price.

This is inspired from BMW's roadster Z4. It is the final homework for a course in Numerical Analysis by Ronald Biro, Royal Institute of Technology, Stockholm. To see more you can visit my homepage http://www.nada.kth.se/~ronaldb/.
- Publisher: Ronald Biro
- Date: 25-06-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- anomunbal
- License: Freeware
- Price: 0.00

Analysis of Means (ANOM) is a statistical procedure for troubleshooting industrial processes and analyzing the results of experimental designs with factors at fixed levels. ANOM is an alternative to ANOVA for a fixed effects model. Unlike ANOVA only determines if there is a significant difference between the treatment means, ANOM identifies the means that are significantly different.
- Publisher: Antonio Trujillo-Ortiz
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- H2MEX
- License: Freeware
- Price: 0.00

H2Mex is a program that gernerates automatically an interface file (MEX file) from header file (the .h file). The Header file format is a clean C format, It's extended with some modifiers that allows to H2MEX to understand the exact task of a C routine.
- Publisher: Alaa Makdissi
- Date: 25-06-2013
- Size: 379 KB
- Platform: Scripts, Matlab
- Coordinate descent for Compressed Sensing
- License: Freeware
- Price: 0.00

This package has solvers for constrained and unconstrained L1 minimization, which is useful for compressed sensing. u = COORDL1BREG(A,f,lambda) solves the minimization problem min_u ||u||_1 subject to A*u = f where A is an MxN matrix and f is a vector of length M.
- Publisher: Yingying Li
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- SVN Profiling
- License: Shareware
- Price: .price.

Read data from files tagged with SVN keywords [svn_profile,svn_str] = build_svn_profile(folders,keywords,strs) This function extracts SVN keyword data from specified files, and returns the filename, path and keyword data to a cell array (and optional char array).
- Publisher: Christopher Hummersone
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Near Perfect Reconstruction Polyphase Filterbank
- License: Shareware
- Price: .price.

This set of files can be used to construct a polyphase filter bank with near perfect reconstruction. The filter bank is implemented using two uniformly modulated DFT filter banks that are frequency shifted by 1/2 channel width. Effectively, two-times oversampling is used.
- Publisher: Wessel Lubberhuizen
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Miura et al. vein extraction methods
- License: Shareware
- Price: .price.

Two vein extraction methods as described by Miura et al. for finger vein authentication. Maximum curvature: This method will try to extract the centre lines of the veins. This is done by calculating local maximum curvatures in cross-sectional profiles of a vein image.
- Publisher: Bram Ton
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- STL File Reader
- License: Shareware
- Price: .price.

In addition to the STLREAD import function, this submission also includes a small demo that loads an STL model of a human femur bone. FV = STLREAD(FILENAME) imports triangular faces from the binary STL file indicated by FILENAME, and returns the patch struct FV, with fields 'faces' and 'vertices'.
- Publisher: Eric Johnson
- Date: 25-06-2013
- Size: 1638 KB
- Platform: Scripts, Matlab
- Particle Filter Color Tracker
- License: Shareware
- Price: .price.

A simple example demonstrating how to track an object with particle filter. Likelihood function is based on Bhattacharya distance of color histograms. Please run mexme_pf_color_tracker to recompile mex-files on your own plateform. IMPORTANT. Be sure than you "mex -setup" had been done before compiling sources.
- Publisher: Sebastien Paris
- Date: 25-06-2013
- Size: 12769 KB
- Platform: Scripts, Matlab
- Detection of face portion from a single face image
- License: Shareware
- Price: .price.

The code will work with the images which don't have much brightness variation on the face.the face must be properly enlighten. The output of this code is mainly required for feature detection or facial expression recognition purpose. give the input(name of the image) at the 1st line of the facedetection.
- Publisher: ARUNIMA CHATTERJEE
- Date: 25-06-2013
- Size: 471 KB
- Platform: Scripts, Matlab
- Fast and efficient spectral clustering
- License: Shareware
- Price: .price.

SpectralClustering performs one of three spectral clustering algorithms (Unnormalized, Shi & Malik, Jordan & Weiss) on a given adjacency matrix. SimGraph creates such a matrix out of a given set of data and a given distance function. The code has been optimized to be both fast and memory efficient.
- Publisher: Ingo
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Simple Data Cleaner
- License: Shareware
- Price: .price.

This is a simple filter that converts noisy data of arbitrary amplitude to 1s and 0s. The input is an array of the raw data, and a new array of 1s and 0s of equivalent array length is returned. The function uses simple edge detection. The maximum and minimum amplitude of the array is stored, and the edge is defined as their average.
- Publisher: John Pritchard
- Date: 25-06-2013
- Size: 1024 KB
- Platform: Scripts, Matlab
- Perfectly Matched Layer(PML) in FDTD method.
- License: Shareware
- Price: .price.

In FDTD method we are truncated the problem space.But in truncating we face the problem of reflection in its boundary.The absorbing boundary condition(ABC)but its quite difficult to make 2D ABC and make use in FDTD method. This problem is solved by PML.
- Publisher: Sougata Chatterjee
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 1st order ODE's numerical solution with EULER method
- License: Shareware
- Price: .price.

%%%%%%%%%%%%%%%%%% EULER_modified_ODE.m %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Euler modified approximation method to solve IVP ODEs % f defines the function f(t,y) % t0 defines initial value of t % y0 defines initial value of y.
- Publisher: Sulaymon Eshkabilov
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Four wire unbalanced Transmission line
- License: Shareware
- Price: .price.

Model of "Four wire unbalanced Transmission line".
- Publisher: satendra kumar
- Date: 25-06-2013
- Size: 1024 KB
- Platform: Scripts, Matlab
- Generate coefficients for Savitzky-Golay smoothing filters
- License: Shareware
- Price: .price.

function c = generate_savitzkyGolay_coef1D(order,interval) INPUT: interval 1.must be a odd number; 2. smaller than size(vIN) OUTPUT: c(ss,nn) Rows corresponds to coefficients for the target point, g_t, at different location of the window (up >> down: g_t moves from left to right).
- Publisher: shao ying huang
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- EWMA St.Dev.
- License: Shareware
- Price: .price.

This code calculates the Exponentially Weighted Moving Average Standard Deviation Exponentially weighted moving average (EWMA) standard deviation applies different weights to different returns. More recent returns have greater weight on the variance.
- Publisher: Lorenzo Brancali
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Genetic Algorithms Application
- License: Freeware
- Price: 0.00

This code is an application of GA. It solves the following problem: Draw the largest possible circle in a space of stars without enclosing any of them. The final output is a plot of the stars and the largest possible circle is drawn.
- Publisher: Wesam Elshamy
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- sfigure
- License: Shareware
- Price: .price.

Create or switch to a figure without it stealing focus from other windows..
- Publisher: Anton Guimera
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Alien Voices using the Texas Instruments C5000 and C6000 DSP
- License: Shareware
- Price: .price.

Two complete applications in C, one for the Texas Instruments C5000 fixed-point processor and the other for the TI C6000 floating-point processor. This self-teach application / laboratory is aimed at beginners to allow them to use DSP to generate strange sounds.
- Publisher: Richard Sikora
- Date: 25-06-2013
- Size: 748 KB
- Platform: Scripts, Matlab
- intent.m
- License: Shareware
- Price: .price.

INTENT creates a plot of relationships between mfiles in the current directory, as inferred by the names of input and output arguments..
- Publisher: Peter Cotton
- Date: 25-06-2013
- Size: 41 KB
- Platform: Scripts, Matlab
- Time & Rate Unit Conversion Function
- License: Freeware
- Price: 0.00

Designed to supplement the conversion functions found in the aerospace toolbox (aerospace toolbox not required), CONVTIME handles time and rate units from nanosecond to millennium and per nanosecond to per millennium. Unlike the aerospace toolbox functions, it is not necessary to specify output units, as CONVTIME will by default convert to the SI seconds or per second.
- Publisher: ATLAB 7.5 (R2007b)
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Region of interest Extraction by free hand method
- License: Shareware
- Price: .price.

We run ROI_extract code in Matlab, and chose the image which want to extract ROI from it and we select the ROI..
- Publisher: Said BOUREZG
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- NIST (ANSI/NIST-ITL 1-2000) library (for Windows)
- License: Shareware
- Price: .price.

ANSI/NIST-ITL 1-2000 is Data Format for the Interchange of Fingerprint, Facial, & Scar Mark & Tattoo (SMT) Information defined by American National Standard for Information Systems. The advantage of NIST files is the ability to contain multiple images and other types of data about the person in one single file, which simplifies biometric data exchange between participating parties.
- Publisher: Cognaxon Software
- Date: 25-06-2013
- Size: 7404 KB
- Platform: Scripts, Matlab
- 6-pulse STATCOM
- License: Freeware
- Price: 0.00

The VAR used for power network can be controlled. This value can be zero or a constant value..
- Publisher: mehdi nouri
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Focus Measure
- License: Shareware
- Price: .price.

This function measures the relative degree of focus of an image. Several up-to-date focus measuring algorithms have been implemented and the function supports uint8 or double images..
- Publisher: Said Pertuz
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- The complexity of positive first-order logic without equality: The four-element case
- License: Shareware
- Price: .price.

This submission contains the code used to verify the claims made about pSpace, NP and co-NP classes in the four element case. The original paper that references these claims can be found at http://drops.dagstuhl.de/opus/volltexte/20....Paper.2367.pdf.
- Publisher: Jos Martin
- Date: 25-06-2013
- Size: 20 KB
- Platform: Scripts, Matlab
- exlerve
- License: Freeware
- Price: 0.00

A package to transfer numeric matrices from and to excel worksheets using activex server link. Tested for Matlab versions 5.2 and 5.3 on a PC under Win95 and Office97. Normal mode uses Excel invisibly. Using exl_getmat with too few arguments invokes the Excel worksheet to be visible and allows the user to work interactively.
- Publisher: Dr. Jonathan Bar-Sagi
- Date: 25-06-2013
- Size: 10 KB
- Platform: Scripts, Matlab



