Listing of Communication in Scripts
- Most probable path using Viterbi algorithm
- License: Freeware
- Price: 0.00

The submission considers a case where you deduce what weather it is given the status of a shirt that is hung outside. The weather could be Sunny, cloudy, Rainy and the shirt could be dry, dryish, damp etc. Now given some probability matrices (The initial probability of the weather, the transition probability of the weather and the observation given weather matrices), can the chain of weather be deduced? The Viterbi algorithm is used to decode the states.
- Publisher: Gautam Shenoy
- Date: 12-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- MOtion DEcision (MODE) model
- License: Freeware
- Price: 0.00

This software has been realized at the Technology Lab, Department of Cognitive and Neural Systems, Boston University - http://techlab.bu.edu. The main author of the software is Praveen Pilly ( http://techlab.bu.edu/members/advait/ ). How does the brain make perceptual decisions? Speed and accuracy of saccadic decisions regarding motion direction depend on the inherent ambiguity in the motion stimulus and correlate with the temporal dynamics of firing rates in parietal and frontal cortical neurons of macaque monkeys.
- Publisher: Massimiliano Versace
- Date: 04-01-2013
- Size: 16998 KB
- Platform: Matlab, Scripts
- Mouse Point Location Sampler
- License: Freeware
- Price: 0.00

This function opens a figure on screen. While in the figure, mouse button toggles the function on and off. While ON, the function samples and filters the mouse current location (in Realtime), and present both original and filtered points. This function was created as a routine University homework.
- Publisher: Eldad Vizel
- Date: 25-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- movave
- License: Freeware
- Price: 0.00

Very efficient moving average filter implemented using convolution. Usage: Smoothed Data = movave(Data Vector, Averaging Window Size in Samples) See also: slidefilter.m by the same author.
- Publisher: Hazem Baqaen
- Date: 03-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Moving window standard deviation
- License: Freeware
- Price: 0.00

Occasionally I see a request for computation of a running, windowed standard deviation. This is easily accomplished using filter and the alternative formula for the standard deviation: std = sqrt((sum(x.^2) - n*xbar.^2)/(n-1)). Movingstd allows you to specify forward, backward or central windows of any desired length.
- Publisher: John D'Errico
- Date: 06-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Movingslope
- License: Freeware
- Price: 0.00

The gradient function in Matlab allows you to compute the slope of a curve along its entire length. But if your curve is a noisy one, then gradient will also be noisy. In this event one might desire to fit a moderately low order polynomial regression model in a sliding window, then differentiate that model.
- Publisher: John D'Errico
- Date: 19-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- MP3WRITE and MP3READ
- License: Freeware
- Price: 0.00

Includes 2 functions to write and read MP3 files. It works like the commands WAVWRITE and WAVREAD. 1.- Just unpack in the toolbox folder under the MATLAB directory. 2.- Set the MATLAB search path to include that folder. This version was made in MATLAB for WINDOWS only.
- Publisher: Alfredo Fernandez
- Date: 27-06-2013
- Size: 471 KB
- Platform: Matlab, Scripts
- MPSK simulation
- License: Freeware
- Price: 0.00

The file MPSK2 simulates BPSK, QPSK, 8PSK and 16 PSK to produce their experimental BER v Eb/No and SER v Es/No curves. The corresponding theoretical curves are also plotted..
- Publisher: B Gremont
- Date: 04-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- MSN Chat!
- License: Freeware
- Price: 0.00

Show your Live Messenger Status in your Joomla site, and allows the visitors to chat with you! This module allows to you adding a module that shows to your visitors the status of your MSN account, if is online or offline, using custom images, images of module patterns or a custom HTML content.
- Publisher: Rodrigo Grapeia
- Date: 02-03-2013
- Size: 41 KB
- Platform: PHP, Scripts
- MU-Law Compendor
- License: Freeware
- Price: 0.00

This file compresses the any voice signal and converts it into mu-law compressor mode..
- Publisher: Jawad Khalid
- Date: 08-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Multi sounds recorder
- License: Freeware
- Price: 0.00

This application can be useful to understand how to use microphone (and timer) and how to record. Just execute the file, then click "test" and say a word (wait 1 second) say another word, etc. you can save and load the database. I used this software for voice recognition but I only left the recorder part in this file.
- Publisher: berenger
- Date: 20-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Multiple-root polynomial solved by partial fraction expansion
- License: Freeware
- Price: 0.00

A given polynomial p(x) is transformed into a rational function r(x). The poles and residues of the derived rational function are found to be equivalent to the roots and multiplicities of the original polynomial. p(x) = Given polynomial = PROD[k=1:K]{(x - z_k)^m_k} d(x) = (d/dx)p(x) g(x) = GCD(p(x),d(x)) u(x) = p(x)/g(x) w(x) = (d/dx)u(x) v(x) = d(x)/g(x) r(x) = v(x)/u(x) = SUM[k=1:K]{m_k/(x - z_k)} Thus, the roots z_k are computed from solving the simple-root polynomial u(x)=0, instead of the original multiple-root polynomial p(x)=0; and the multiplicities m_k are determined as the partial fraction expansion coefficients of the derived rational function r(x)=v(x)/u(x), z_k = Roots(u(x)), k=1,K m_k = v(z_k)/w(z_k), k=1,K In addition, re-constructing a polynomial pz(x) from the computed z_k and m_k, the overall deviation error of the original polynomial p(x) is calculated, er = Norm(pz - p)/Norm(p) The polynomial GCD is calculated from "Monic polynomial subtraction" derived from the longhand polynomial division in classical Euclidean GCD algorithm.
- Publisher: Feng Cheng Chang
- Date: 22-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Multitarget Bearing Only Tracking by Particle Filter
- License: Freeware
- Price: 0.00

A fast implementation of particle filter dedicaced to multitarget tracking with bearing only measurements. For the multitarget data association problem, a gibbsampler is used to estimate target association probabilities. Ref : "Sequential Monte-Carlo methods for multple target tracking and data fusion" , Carine.
- Publisher: Sebastien Paris
- Date: 11-03-2013
- Size: 113 KB
- Platform: Matlab, Scripts
- Mutual information of two images or signals
- License: Freeware
- Price: 0.00

Usage: I=mi(A,B), where A and B are equally sized images/signals. Function hist2 (included) is used to determine the joint histogram of the images/signals. All histograms use 256 bins. Assumptions: 1) 0*log(0)=0, 2) mutual information is obtained on the intersection between the supports of partial histograms.
- Publisher: Jose Delpiano
- Date: 01-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- N-point Paired Matrix for FFT
- License: Freeware
- Price: 0.00

It will help you to make a N-point Paired matrix for FFT..
- Publisher: YOUNG-JONG HAN
- Date: 18-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- n-PSK modulation and demodulation
- License: Freeware
- Price: 0.00

The demonstration of n-PSK modulation and demodulation with my own speech, with different value of n and sampling frequency and carrier, n = 2, 4, 8, 16 ,32....
- Publisher: Santosh Shah
- Date: 20-02-2013
- Size: 276 KB
- Platform: Matlab, Scripts
- naturally-ordered discrete Hadamard transform algorithm
- License: Freeware
- Price: 0.00

computes the naturally-ordered discrete Hadamard transform.
- Publisher: Duraisamy sundararajan
- Date: 27-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Neural Network Symbolic expression
- License: Freeware
- Price: 0.00

Given a neural network object, this function returns the closed, symbolic, expression implemented by the network (as a string). This allows you to use a neural network model without relying on the neural network toolbox. Note I only implemented for feed forward nets (MLPs) and not all possible transfer functions are supported.
- Publisher: Dirk Gorissen
- Date: 20-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- New Block library Simulink called Detection Frequency Value
- License: Freeware
- Price: 0.00

It is a new block library simulink called Detection of Frequency of periodic signal..
- Publisher: Dit Papa Lamine ndao
- Date: 24-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Ninjaboard
- License: Freeware
- Price: 0.00

Ninjaboard is a revolutionary, native forum component for Joomla 1.5; And has been built to take advantage of the new Nooku 0.7 framework. Key features ------------------- * Codename "Chameleon" auto-skinning engine, adapts the look and feel of your forum to any Joomla! template.
- Publisher: Stian Didriksen
- Date: 10-03-2013
- Size: 2028 KB
- Platform: PHP, Scripts
- NK Fajne!
- License: Shareware
- Price: .price.

By using Fajne! you can share content on nk.pl, Polish social network. The NK Fajne! plugin adds the Fajne! button to your site. Wtyczka umożliwia dodawanie przycisku NK Fajne! na Twoim blogu / stronie. Wyróżnienie treści za pomocą przycisku skutkuje pojawieniem się informacji o tym na portalu nk.
- Publisher: ziolek
- Date: 24-02-2013
- Size: 82 KB
- Platform: PHP, Scripts
- NMEA Checksum
- License: Freeware
- Price: 0.00

NMEA Checksum calculation function.
- Publisher: ZdenedoDo?doOCU?doDo?doOCU?k Teply
- Date: 01-01-2013
- Size: 82 KB
- Platform: Matlab, Scripts
- Noise Suppressor Using Adaptive Filters
- License: Freeware
- Price: 0.00

This model uses the NLMS adaptive filtering algorithm to suppress additive noise. It does not require a reference noise signal. However, the noise should be such that the auto-correlation of the noise be close to zero for some lag greater than a certain number.
- Publisher: Ali Behboodian
- Date: 13-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Non-Convex Analysis and Synthesis Priors
- License: Freeware
- Price: 0.00

LpAnanlysis Algorithm for solving problems of the form: min ||Ax||_p s.t. ||y-Hx||_2 < err LpSynthesis Algorithm for solving problems of the form: min ||x||_p s.t. ||y-Hx||_2 < err LpplusTV min ||x||_p + TVlambda*TV(A'x) s.t. ||y-Hx||_2 < err All of them are efficient first-order algorithms.
- Publisher: Angshul Majumdar
- Date: 06-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Non-Redundant Shift-Invariant Complex Wavelet Transform
- License: Freeware
- Price: 0.00

This transformation is non-redundant, approximately shift-invariant and produces oriented filters in 2D and 3D. There is a m-file called 'example.m' which shows how one can use this package. For more information see the following paper: Hosseini, Vafadust : "Almost Perfect Reconstruction Filter Bank for Non-redundant ,Approximately Shift-Invariant, Complex Wavelet Transforms".
- Publisher: Reshad Hosseini
- Date: 18-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- nonduplicate
- License: Freeware
- Price: 0.00

Fixes x data so that interp1 doesn't return error: 'The values of X should be distinct.' Checks for duplicate values in input 1D data array and returns array where all values are distinct. If duplicates are found, values are separate by small value (eps).
- Publisher: Nathan Tomlin
- Date: 26-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Nonlinearity Detection using Zeroed Early-Time FFTs
- License: Freeware
- Price: 0.00

Nonlinearity detection scheme based on zeroing the initial time response over various intervals and computing the FFT of each, as described in: M. S. Allen and R. L. Mayes, "Estimating the Degree of Nonlinearity in Transient Responses with Zeroed Early-Time Fast Fourier Transforms," in International Modal Analysis Conference Orlando, Florida, 2009.
- Publisher: Matt Allen
- Date: 26-06-2013
- Size: 922 KB
- Platform: Matlab, Scripts
- Nonnan.m
- License: Freeware
- Price: 0.00

Ex: If x=[1 2 3 NaN 5] Statement: nonnan(x) Result: [1 2 3 5].
- Publisher: Avinash Rude
- Date: 15-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Normalised Partial Energy Sequence
- License: Freeware
- Price: 0.00

alculate the normalized partial energy sequence (NPES) for a given signal vector X. If a particular transform is capable of capturing the key features of a signal in few coefficients, the NPES will approach unity for relatively quickly. Ref: Percival and Walden, Wavelet Methods for Time Series Analysis, 2000.
- Publisher: Adam Auton
- Date: 03-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Normalized Mutual Entropy
- License: Freeware
- Price: 0.00

Normalized mutual entropy provides a measure of the diversity of a two dimensional matrix. It takes mutual entropy and normalizes for the marginal entropy of the variable of interest (column variable in the code). See screen shot or embedded references for formula.
- Publisher: Abdool Yasseen
- Date: 08-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts

