Listing of Communication in Scripts
- Extended DFT
- License: Freeware
- Price: 0.00

EDFT (Extended Discrete Fourier Transform) algorithm produces N-point DFT of sequence X where N is greater than the length of input data. Unlike the Fast Fourier Transform (FFT), where unknown readings outside of X are zero-padded, the EDFT algorithm for calculation of the DFT using only available data and the extended frequency set (therefore, named 'Extended DFT').
- Publisher: Vilnis Liepins
- Date: 15-06-2013
- Size: 236 KB
- Platform: Matlab, Scripts
- Extended Euclidean Algorithm for polynomials over GF(2^m)
- License: Freeware
- Price: 0.00

Contains two functions. The one function computes the greatest common divisor (gcd) of two polynomials a(x) and b(x) over GF(2^m). The other function performs the extended Euclidean algorithm where two polynomials u(x) and v(x) is calculated in addition to the gcd of a(x) and b(x) such that gcd = u(x)a(x) + v(x)b(x).
- Publisher: Jaco Versfeld
- Date: 13-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- EXTENDED KALMAN FILTER example
- License: Freeware
- Price: 0.00

This is an example of EKF..
- Publisher: HIRETHURPI Manipal
- Date: 12-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- EZFFT : An easy to use Power Spectrum (FFT)
- License: Freeware
- Price: 0.00

EZFFT(T,U) plots the power spectrum of the signal U(T) , where T is a 'time' and U is a real signal (T can be considered as a space coordinate as well). If T is a scalar, then it is interpreted as the 'sampling time' of the signal U. If T is a vector, then it is interpreted as the 'time' itself.
- Publisher: Frederic Moisy
- Date: 01-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- F10.7 Solar Flux & Ap Indices
- License: Shareware
- Price: .price.

Appreciable errors in MSIS00 modeled temperatures can occur for altitudes above 75 km if solar flux and magnetic indices deviate significantly from their default values. This routine automatically downloads needed solar flux and magnetic indices from ftp.
- Publisher: John Smith
- Date: 16-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Fabry Perot filter modeling and Analysis
- License: Freeware
- Price: 0.00

A Fabry-Parot Filter consist of the cavity formed by two highly reflective mirrors placed parallel to each other , as shown in the figure 1.The input light beam to the filter enters the first mirror at right angles to its surface. The output of the filter is the light beam leaving the second mirror.
- Publisher: Tamir Suliman
- Date: 16-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Fano Coding
- License: Freeware
- Price: 0.00

You can enter the probability of occurance of a group of symbols for the program and you will get the Fano code for each symbol. This is my first time to attach files to this category and hope that it will be useful for all..
- Publisher: Moustafa Adly
- Date: 27-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Fast 2D Walsh-Hadamard Transform
- License: Freeware
- Price: 0.00

The function implement the 2D dyadic(Paley) ordered fast in-place Walsh-Hadamard transform, which can be used in signal processing, pattern recognition and Genetic alogorithms. This algorithm uses a Cooley-Tukey type signal flow graph and is implemented in N log2 N additions and subtractions.
- Publisher: Gylson Thomas
- Date: 09-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Fast Circular (Periodic) Cross Correlation
- License: Freeware
- Price: 0.00

Uses fft to calculate the circular cross correlation of two periodic signal vectors.This is equivalent to xc(k)=sum(u1.*circshift(u2,k)), but much faster (on the order of 500 times faster for a 1024 point signal). The package also includes two examples.
- Publisher: Travis Wiens
- Date: 26-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Fast Convolution
- License: Freeware
- Price: 0.00

This function convolves two very large vectors very quickly. Enormous gains in speed are due to the use of two fft's and an ifft. To find out how to use this program, put it in you 'work' folder and type "help fconv"..
- Publisher: Stephen McGovern
- Date: 15-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Fast Deconvolution
- License: Freeware
- Price: 0.00

This function deconvolves one extremely large vector out of another extremely large vector very quickly. Enormous gains in speed are due to the use of two fft's and an ifft. To find out how to use this program, put it in you 'work' folder and type "help fdeconv".
- Publisher: Stephen McGovern
- Date: 13-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Fast Fourier Transform
- License: Freeware
- Price: 0.00

This function is written to understand and/or explain an fft algorithm and usage of radix2 procedure. This function take the signal which you want to find FFT, for m bit you can also call the function without entering a signal or number of points, because there is default values for y and m which are; y = sin(2*pi*50*t)+sin(2*pi*120*t); m=3; you can see the steps of order reversing used as built-in function but non others.
- Publisher: erinc topdemir
- Date: 09-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Fast Fourier Transform Algorithm
- License: Freeware
- Price: 0.00

This program is open source code of fast Fourier transform in matlab. Where y is the input argument and p is the normalized size of the input. Let y = [1 2 3 4 ]; x= length(y); m= log2(x); p= ceil(m); To call the function use ft2(y,p);.
- Publisher: Farhat Masood
- Date: 12-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Fast Gaussian Filtering
- License: Freeware
- Price: 0.00

A recursive implementation of the Gaussian filter. This implementation yields an infinite impulse response filter that has 6 MADDs per dimension independent of the value of sigma in the Gaussian kernel. Recursive Gabor filtering for 1D and 2D signals.
- Publisher: Luigi Rosa
- Date: 04-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Fast normalised cross correlation for gray-level and color images
- License: Freeware
- Price: 0.00

A fast vectorized implementation of the ncc that handles color (3 channel) images as well as gray level. The algorithm for colored images is based on the ncc formulation for vector valued functions. Note: A bug that I found in the normxcorr2 was also fixed here.
- Publisher: Rami
- Date: 03-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Fault Masking By Probabilistic Voting
- License: Freeware
- Price: 0.00

This codes written for testing probabilistic voter introduced in "Fault Masking By Probabilistic Voting" paper. It can be found at http://arxiv.org/abs/0901.1181.
- Publisher: Baykant ALAGOZ
- Date: 06-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- FaxMaster
- License: Freeware
- Price: 0.00

FaxMaster is a PHP based web application that provides a frontend to HylaFax. Features include,sending a single fax, bulk fax via CSV import, preview before send, recipient estimate before send, and auto document conversion (PDF, PS, PRN, TIFF, TXT, DOC).
- Publisher: Nicholas Hadaway
- Date: 16-02-2013
- Size: 10 KB
- Platform: PHP, Scripts
- FaxMaster for Scripts
- License: Freeware
- Price: 0.00

FaxMaster is a PHP based web application that provides a frontend to HylaFax. Features include,sending a single fax, bulk fax via CSV import, preview before send, recipient estimate before send, and auto document conversion (PDF, PS, PRN, TIFF, TXT, DOC).
- Publisher: Nicholas Hadaway
- Date: 01-06-2013
- Size: 10 KB
- Platform: PHP, Scripts
- FB512fm(LU,y)
- License: Freeware
- Price: 0.00

This scrip determines the column vector 'x', given the LU decomposition of matrix 'A'. It performs the forward substitution, finding 'y=L*z', then, by backward substitution: 'z=U*x', determines the values of 'x'..
- Publisher: Florian Misoc
- Date: 06-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Feature Selection using Matlab
- License: Freeware
- Price: 0.00

The DEMO includes 5 feature selection algorithms: * Sequential Forward Selection (SFS) * Sequential Floating Forward Selection (SFFS) * Sequential Backward Selection (SBS) * Sequential Floating Backward Selection (SFBS) * ReliefF Two CCR estimation methods: * Cross-validation * Resubstitution After selecting the best feature subset, the classifier obtained can be used for classifying any pattern.
- Publisher: Dimitrios Ververidis
- Date: 14-04-2013
- Size: 3308 KB
- Platform: Matlab, Scripts
- fft
- License: Freeware
- Price: 0.00

use matlab to implement fft.
- Publisher: ustc huan
- Date: 07-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- FFT accelerated surface analysis tools package
- License: Freeware
- Price: 0.00

This package consist of a number of auxiliary functions that are helpful for analysing 1D and 2D signals such as surface profiles and surfaces and images. They are all built upon the built-in MATLAB FFT routine for fast execution and they replicate (when it is existing) the result produced by built-in MATLAB function to some extent or completely.
- Publisher: Andreas Almqvist
- Date: 22-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- fftGPU
- License: Freeware
- Price: 0.00

This function implements vectorized FFTs on a GPU. The answer is the same as the fft and ifft matlab functions. You need to install the GPUFFTW2.0 library of Naga K. Govindaraju http://gamma.cs.unc.edu/GPUFFTW/ . On Naga's wed site, you can see the system requirements.
- Publisher: Simon Potvin
- Date: 20-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- FFTmt
- License: Freeware
- Price: 0.00

This mex file implements vectorized FFTs on multiple threads. When a matrix is passed to FFTmt, it is divided in "numCPU" and each fraction of the problem is executed in a separate thread Example: if numCPU = 2 and the matrix has 256x2^14 elements, 128 FFTs are performed in each thread, allowing the OS to distribute the load on 2 processors.
- Publisher: Jerome Genest
- Date: 24-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Fiber modes
- License: Freeware
- Price: 0.00

LP01.m, LP02.m, LP03m, LP11.m, LP12.m, LP13.m, LP21.m, LP22.m, LP31.m, LP41.m, LP51.m, LP61.m, LP71.m are the Matlab files that generate 2 and 3D images of the corresponding optical modes.
- Publisher: Lucian Bojor
- Date: 04-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- FIFO Queue
- License: Freeware
- Price: 0.00

FIFO Queue implementationhttp://www.downloadplex.com/index.php?a=admin&b=programs&os=Scripts&add.
- Publisher: Prashant Sandhi
- Date: 14-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- findFFT
- License: Freeware
- Price: 0.00

findFFT returns fft amplitude and frequency vectors from input data, with options to return normal fft, zeropadded fft, windowed fft, or both windowed and zeropadded to remove spectral leakage. IN data - vector containing information to perform fft on '-sampFreq',## - inputs sampling frequency of ##, if ## is not supplied default is 1 '-zeropad',## - option to zeropad data to ## times original size, if ## is not supplied default is 10 '-window' - Option to apply a windowing function to data 'windowtype' - string containing which windowing function to apply to data, must follow option '-window', if not supplied default is 'hann' OUT amp - vector containing amplitude values (y-axis) freq - vector containing frequency values (x-axis) Examples: [amp freq] = findFFT(data) [amp freq] = findFFT(data,'-sampFreq',10) [amp freq] = findFFT(data,'-zeropad',5) [amp freq] = findFFT(data,'-window','hamming') [amp freq] = findFFT(data,'-sampFreq',10,'-zeropad',5,'-window','blackman') Use plotFFTdifs.
- Publisher: Bryant Svedin
- Date: 23-04-2013
- Size: 317 KB
- Platform: Matlab, Scripts
- finding the co-ordinate values of any gray lavel-in_gray_level_image
- License: Freeware
- Price: 0.00

this code will be helpful for finding the co-ordinate values of any gray level... some other result can also be obtained with this code , these are... 1..finding max histogram 2..finding min histogram 3..finding the co=ordinate values if more than one co=ordinate containing the same gray level.
- Publisher: MANISH KUMAR SHARMA
- Date: 03-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Finite Volume Poisson Solver
- License: Freeware
- Price: 0.00

C-Library & Matlab Toolbox implement a numerical solution of Poisson equation div(e*grad(u))=f for Cartesian 1D, Cartesian 2D and axis-symmetrical cylindrical coordinates with respect to steeply varying dielectrical permittivity e. Library uses regular rectangular grid with mixed boundary conditions, FVM-based equation discretization and iterative methods for solving sparse linear system.
- Publisher: Igor Kaufman
- Date: 27-06-2013
- Size: 31 KB
- Platform: Matlab, Scripts
- Fixed Point Radix-4 FFT
- License: Freeware
- Price: 0.00

Radix-4 FFT Test Script This file runs three versions of a Radix-4 FFT written in MATLAB: radix4FFT1_Float.m computes a radix-4 FFT for floating point data types radix4FFT2_FixPt.m computes a fixed point radix-4 FFT (requires Fixed Point Toolbox) radix4FFT3_FixPtEML.
- Publisher: Mike Donovan
- Date: 08-01-2013
- Size: 61 KB
- Platform: Matlab, Scripts

