Listing of Communication in Scripts
- CreateMatrixFromModelData
- License: Freeware
- Price: 0.00

CreateMatrixFromModelData Mike Anthony Mark McBroom Copyright 2010 The MathWorks, Inc. This is a recursive function takes any of the following data objects commonly associated with data logging in Simulink: Simulink.ModelDataLogs Simulink.SubsysDataLogs Simulink.
- Publisher: Mike Anthony
- Date: 25-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- crossing
- License: Freeware
- Price: 0.00

Detect the zero (or any other level) crossing of a given signal, either in discrete data points or using linear interpolation.
- Publisher: Steffen Brueckner
- Date: 12-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- CRYSIS performance benchmark analysis
- License: Freeware
- Price: 0.00

CRYSISFPS.M- CRYTEK GAME ENGINE BENCHMARK ON 8800GTX SLI SYSTEM Graphics Hardware is often benchmarked by how it performs under load- like in intensive 3D games. A measure of the system performance in the game is how many Frames Per Second (FPS) it can render.
- Publisher: johnus magnus
- Date: 12-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Cumulative Mean and Variance
- License: Freeware
- Price: 0.00

>> Y = cummean(X,DIM); if X is MxN, Y is also MxN. To illustrate the functionality, lets assume X is a 1xN vector. Then, Y is a 1xN vector where the n-th entry in Y is given by mean(X(1:n)). So, Y(end) = mean(X), and Y(1) = X(1). cumvar works in the same way, and this can be done on an arbitrary dimensional X along dimension DIM.
- Publisher: Sumedh Joshi
- Date: 17-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Customized Audio Driver Support
- License: Freeware
- Price: 0.00

The AudioDevice blocks that ship with Signal Processing Blockset utilize the PortAudio library to communicate with the audio hardware. Although the PortAudio library supports a range of API's designed to communicate with the audio hardware on a given platform, the following choices were made for the version of PortAudio that is built for Simulink: Windows: DirectSound Linux: OSS Mac: CoreAudio If you wish to enable communication between Simulink and your audio device using a different API, it is possible to build your own version of the PortAudio library and use it in place of the PortAudio library that ships with the Signal Processing Blockset.
- Publisher: Alec Rogers
- Date: 25-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Data acquisition into Simulink using a Tektronix oscilloscope
- License: Freeware
- Price: 0.00

This basic model shows you how to acquire live data from a Tektronix oscilloscope into Simulink. This model was developed for the Tektronix TDS 2012 oscilloscope but may work with other Tektronix scopes with little or no modifications. To view the results, double click on each "scope" block in the model to view the waveform acquired, then right click and select "Autoscale".
- Publisher: Steven Kolak
- Date: 12-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Data acquisition into Simulink using an Agilent oscilloscope
- License: Freeware
- Price: 0.00

This basic model shows you how to acquire live data from an Agilent oscilloscope into Simulink. This model was developed for the Agilent 6000 series oscilloscope but may work with other Agilent scopes with little or no modifications. I welcome submission reviews below to let us know whether you got it working with your specific Agilent scope.
- Publisher: Steven Kolak
- Date: 04-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Data Analysis with MATLAB Products - August 2006 Webinar Files
- License: Freeware
- Price: 0.00

he zip file contains the demo shown on August 10, 2006 for the Webinar titled "Data Analysis with MATLAB Products". The demo requires Signal Processing and Statistics Toolboxes. It is recommended that the webinar is viewed prior to running the files contained in this download.
- Publisher: Stuart Kozola
- Date: 21-04-2013
- Size: 9216 KB
- Platform: Matlab, Scripts
- Data Cursor on Mouse Move
- License: Shareware
- Price: .price.

Display and update the pixel value from image in the figure title bar on mouse movement. Usage: z=rand(10,10); h = image(z) set(gcf,'WindowButtonMotionFcn', {@getPixelOnMouseMove,h}); Now move the mouse over the image and see the pixel value in the figure title bar.
- Publisher: Durga Lal Shrestha
- Date: 16-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Data encoding: AMI, NRZ, RZ, Polar, Bipolar, Manchester...
- License: Freeware
- Price: 0.00

Simulation of digital baseband modulation. For more information, visit: http://www.matpic.com.
- Publisher: Diego Orlando Barragan Guerrero
- Date: 24-01-2013
- Size: 20 KB
- Platform: Matlab, Scripts
- Data Independent Beamformer
- License: Freeware
- Price: 0.00

This implementation is flexible, with variable no.of antenna elements, the element spacing, tap spacing, sampling time etc. One can study the performance of the beamformer for different values of these parameters..
- Publisher: Vijayalakshmi Chetlapalli
- Date: 13-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- DataViewer
- License: Freeware
- Price: 0.00

Data Viewer was developed as part of sigTOOL, a general-purpose data analysis environment aimed particularly at the analysis of biological data (see http://sigtool.sourceforge.net/) It may be useful elsewhere and is made available here in stand-alone form.
- Publisher: Malcolm Lidierth
- Date: 25-01-2013
- Size: 532 KB
- Platform: Matlab, Scripts
- datevecfix.m
- License: Freeware
- Price: 0.00

This program is the same as DATEVEC but rounds the seconds, so, eliminates the problem with the 60 seconds not rounded value. It uses DATAVEC and takes a little time while checking the date components..
- Publisher: Carlos Adrian Vargas Aguilera
- Date: 11-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- DCT Co-Efficients Generator
- License: Freeware
- Price: 0.00

Given a 8x8 data matrix, the program generates its corresponding DCT coefficients.
- Publisher: Vittal
- Date: 10-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- DDS Toolbox 2007
- License: Freeware
- Price: 0.00

GUI for univariate time series modeling and decomposition based on Pandit and Wu (1983).
- Publisher: Jason Dreyer
- Date: 21-05-2013
- Size: 82 KB
- Platform: Matlab, Scripts
- Decimal to Q15 format
- License: Freeware
- Price: 0.00

y = dec2q15( x , form ) Function that works with any decimal value (beacuse of saturation using). Available representation of Q15 format are binary or hexadecimal. Input arguments of function: x - decimal integer form - form - dependent on representation of input argument (hexadecimal or binary) take 'hex' or 'bin' Valu of function: y - its hexadecimal or binary representation stored in a MATLAB string EXAMPLE: >> dec2q15(0.
- Publisher: Szymon Leja
- Date: 19-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- decimation matrix
- License: Freeware
- Price: 0.00

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.
- Publisher: sri hari bhupala haribhakta
- Date: 22-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Defense Communications
- License: Freeware
- Price: 0.00

This application example implements an end-to-end baseband communications system compliant to the US MIL_STD_188_110B intended for long-haul and tactical communications. This model supports four different data rates: 1200bps, 600bps, 300bps and 150bps.
- Publisher: Alex Rodriguez
- Date: 10-02-2013
- Size: 154 KB
- Platform: Matlab, Scripts
- Delta Modulation
- License: Freeware
- Price: 0.00

ne bit per sample is actually one bit per sample difference.
- Publisher: Nikesh Bajaj
- Date: 22-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Delta Modulation and Adaptive Delta Modulation
- License: Freeware
- Price: 0.00

Platform: Matlab 6.5 The project provides a graphical user interface made in GUIDE. Consists of Delta Modulation and Adaptive Delta, which are modulation techniques which is one bit quantizer. once the modulation, use the NRZ line code, to conform to the comm channel.
- Publisher: Julio Emmanuel Rodriguez Selva
- Date: 20-04-2013
- Size: 584 KB
- Platform: Matlab, Scripts
- Demonstration of Fourier transformation
- License: Freeware
- Price: 0.00

These are two M-files 'fourier1' and 'fourier2' The first is designed to demonstrate how triangular, rectangular, saw tooth, half wave and full wave rectified signals can be built from superposition of a predefined no of Fourier harmonic terms. It demonstrates how increasing the number of terms included in the summation will improve the signal shape.
- Publisher: aasim Azooz
- Date: 09-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Demonstration of Gibbs' Phenomenon
- License: Freeware
- Price: 0.00

This short m-file demonstrates the Gibbs' phenomenon in Signal Processing. It clearly shows the "ringing" when the number of Fourier components are enhanced while synthesising a square waveform..
- Publisher: RAVEENDRANATHAN KALATHIL CHELLAPPAN
- Date: 22-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- derivative
- License: Freeware
- Price: 0.00

DERIVATIVE Compute derivative while preserving dimensions DERIVATIVE(X), for a vector X, is an estimate of the first derivative of X. DERIVATIVE(X), for a matrix X, is a matrix containing the first derivatives of the columns of X. DERIVATIVE(X,N) is the Nth derivative along the columns of X.
- Publisher: Scott McKinney
- Date: 16-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- DESA-1 and NLE OPERATOR
- License: Freeware
- Price: 0.00

In this algo, DESA-1 is implemented and the use of NLE operator is visible. DESA-1 is taken and implemented as described by keiser .Non Linear Operators were introduced by Teager and further introduced by Maragos and Keiser.The algo presented here is simple to use ,low in complexity and can be applied to a variety of signals.
- Publisher: Tamal Das
- Date: 26-04-2013
- Size: 61 KB
- Platform: Matlab, Scripts
- DFT on a specified frequency
- License: Freeware
- Price: 0.00

Compute the discrete Fourier transform at specified frequencies, not using fft. Why one may need this? (1) MATLAB fft function computes the amplitude of signals only (no phase). (2) Once having the recorded time-series data, one often uses fft to do the spectral analysis.
- Publisher: Hongxue Cai
- Date: 17-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Didactic GUI
- License: Freeware
- Price: 0.00

From GUI can import arbitrary data or audio signal. Next we can plot them both in time and frequency domain. Also we can visualize the short time Fourier transform of that signal..
- Publisher: Rebeja Victor
- Date: 19-01-2013
- Size: 1495 KB
- Platform: Matlab, Scripts
- Differential Encoding/Decoding
- License: Freeware
- Price: 0.00

Basic Differential Encoding/Decoding of input vector of numeric values diffencodeve.m : Differential Encoding function diffdecodevec.m : Differential Decoding function diffencodevecTest.m : Test Program for Differential Encoding/Decoding..
- Publisher: M Khan
- Date: 21-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Digital & Analog Modulation
- License: Freeware
- Price: 0.00

Modulate with matlab & simulink Digital signal (QPSK,ASK,FSK,QAM...) Analog signal (AM,FM,PM).
- Publisher: Minh Nguyen
- Date: 18-03-2013
- Size: 512 KB
- Platform: Matlab, Scripts
- Digital Audio Equalizer
- License: Freeware
- Price: 0.00

After the run of the "MyEqualizer.m" file a graphical user interface appear. By pressing the "Load" we can load audio signal (type .wmv). After we can model the frequency behavior of the FIR filter that is used to filter that signal. After we can listen the filtred audio signal by pressing the "Play " button.
- Publisher: Rebeja Victor
- Date: 17-05-2013
- Size: 1454 KB
- Platform: Matlab, Scripts
- DIGITAL BEAMFORMING
- License: Freeware
- Price: 0.00

THIS FUNCTION PROVIDES A USER A UTILITY TO PLOT THE BEAMPATTERN OF LINEAR ISOTROPIC ARRAYS BY PROVIDING THE INTER-ELEMENT DISTANCES,CORRESPONDING WEIGHTINGS AND/OR STERING DIRECTION OF THE BEAM..
- Publisher: MUHAMMAD FAHAD
- Date: 18-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts

