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

An ADCARRAY object usually contains a memmapfile object, together with a scale and offset to convert the values stored on disc (and pointed to by the memmapfile object) to real world numbers which are returned as double precision. These can also be transformed by a function pointed to by a handle stored in the ADCARRAY object.
- Publisher: Malcolm Lidierth
- Date: 06-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- ambiguity function plot
- License: Freeware
- Price: 0.00

Everything was started some years ago - and the previous version was born 10x to dr. Ilia Iliev, technical University - Sofia and the modification of function "xcorr.m" by R. Losada included in the MATLAB 6.15 package. Unfortunately, I've erased the previous version by mistake so I am uploading again the new version.
- Publisher: Vladimir Kyovtorov
- Date: 11-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- lick2smooth.m (Sep 2009)
- License: Freeware
- Price: 0.00

With this program you can smooth your data automatically only by selecting the area to be smoothed with 2 clicks. Then INTERP1 is used to smooth. The operation is repeated until you press ENTER. Many other options are available. Like the use of BEZIER curves.
- Publisher: Carlos Adrian Vargas Aguilera
- Date: 21-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Converting between text strings and binary vectors
- License: Freeware
- Price: 0.00

This zip file contains two functions: STR2BIN converts an ASCII text string to a vector of binary values, and BIN2STR converts a vector of binary values back to an ASCII text string..
- Publisher: Rick Rosson
- Date: 13-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- py_udp
- License: Freeware
- Price: 0.00

UDP packets are used to send data from one computer to another over a network or from one application to another within a single computer. The py_udp programs enable Matlab to send and/or receive UDP packets. One Matlab session can communicate with another Matlab session (on the same machine or over the network) or it can communicate with a completely different program (again, on the same machine or over the network).
- Publisher: Kevin Bartlett
- Date: 05-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Number of sinusoids Estimator
- License: Freeware
- Price: 0.00

Fast Algorithm estimating the number of sinusoids in a white Gaussian noise. This algorithm use a sub-space method based on chi-square statistics of eigen values of the Autocorrelation Matrix. Example : clear, close all hidden N = 512; L_vrai = 4; fe = 2000; F = (0:(fe/2)/(N/2-1):(fe/2)); snr = [-10 -10 -10 -10]; f = [25 230 500 780]; n = 32; prob = 0.
- Publisher: Sebastien Paris
- Date: 17-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- MakeAudio RingToneCompose
- License: Freeware
- Price: 0.00

Now compose your own ring tones for mobiles. A handy ring tone composer, which can be used to compose the tones with ease. Want to compose your custom ring tone.... Try it ... !!!.
- Publisher: Tijil Thomas
- Date: 06-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Speech Coding Using Sub-Bands
- License: Freeware
- Price: 0.00

Sub band processing is based on splitting the frequency range into M segments (subbands),which together encompass the entire range. Each subband is processed independently, as called for by the specific application. The subbands are recombined after processing, to form an output signal whose bandwidth occupies the entire frequency range.
- Publisher: Farhat Masood
- Date: 10-02-2013
- Size: 195 KB
- Platform: Matlab, Scripts
- INPOLYHEDRON TEST
- License: Freeware
- Price: 0.00

InPolyedron detects points inside a manifold closed surface (even non convex ones). The normal orientation is assumed to be outwards. Warning there is no check for closed surface or normal orientation, open surfaces will give nonsense results. In the limit of numerical accuracy, points lying on the surface will be considered in.
- Publisher: Luigi Giaccari
- Date: 15-03-2013
- Size: 727 KB
- Platform: Matlab, Scripts
- Fourier Series Tool
- License: Freeware
- Price: 0.00

The programme here draws the plot of the periodic signal whose 'Ck' is given by user. Following data should be entered by user. 1. Ck value (separate for k=zero, k= even and k=odd) 2. Time period of periodic function 3. Resolution 4. Range of k (it is actually -inf to +inf) we can only give suitable value for process to converge.
- Publisher: Suresh Kumar Gadi
- Date: 27-01-2013
- Size: 10 KB
- Platform: Matlab, 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
- Text message / E-mail Matlab!
- License: Freeware
- Price: 0.00

Have you ever had a need to invert a matrix while out for dinner? Have you ever had the need to solve a second-order differential equation while stuck in traffic but didn't have access to Matlab? Well, now you can! This is a VBA module file (*.bas) that allows you to evaluate a string in Matlab by calling the Matlab interface.
- Publisher: Stefan Novak
- Date: 02-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Linux Soft Real-Time Target
- License: Freeware
- Price: 0.00

The Linux Soft Real-Time Target is a target definition to Real-Time Workshop from Mathworks. The target uses the POSIX real-time clocks to generate periodic signals, to wake the model process at every time step. The process is changed to real-time highest priority defined by the scheduler, and therefore needs root privileges to execute.
- Publisher: Dan Bhanderi
- Date: 12-04-2013
- Size: 20 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
- 14-bit Pipeline ADC
- License: Freeware
- Price: 0.00

features: -ideal converter -introduction o errors in both ADC and DAC stages (fluctuation and mismatch) -scrambler function -dec.
- Publisher: Fabrizio Conso
- Date: 10-02-2013
- Size: 102 KB
- Platform: Matlab, Scripts
- Gallager LDPC
- License: Freeware
- Price: 0.00

this code will require the user to specify the size of the H matrix wanted to be generated..
- Publisher: Mohammed
- Date: 10-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Signal Processor for Graphs (Pictures)
- License: Freeware
- Price: 0.00

This GUI Signal Processing tool will help us to process signal from any picture file. This tool will help us to perform signal processing operations at very friendly GUI menu. The menu is self explanatory. How to start 1. Extract Zip file to desired location 2.
- Publisher: Suresh Kumar Gadi
- Date: 26-03-2013
- Size: 154 KB
- Platform: Matlab, Scripts
- Successive approximation ADC
- License: Freeware
- Price: 0.00

Includes: -error calculation for DAC's finite bandwidth & slew-rate -remedy to the error -dynamic performance -simulation with real binary resistive DAC -description file.
- Publisher: Fabrizio Conso
- Date: 07-05-2013
- Size: 82 KB
- Platform: Matlab, Scripts
- Arithmetic coding and decoding for Text Compression
- License: Freeware
- Price: 0.00

Some of your code won't work: you invoke function 'countmodel', but don't provide it. ('countmodel.m' contains function 'probmodel'). More unpleasant is absence of any 'help' in your files; it's lazy and disrespectful..
- Publisher: Madhu S. Nair
- Date: 19-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Tool for processing the Podaac Level2A products
- License: Freeware
- Price: 0.00

One function and a script for a Podaac Level2A data processing. Please be sure that your Level2A data is uncompressed and have the .hdf format. Picture is the example of the result of the signal processing..
- Publisher: Eugene V. Makarov
- Date: 21-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Probability of error for M-array orthogonal signals
- License: Freeware
- Price: 0.00

The attached Matlab file estimate numerically the probability of error for M-array orthogonal signals and plot the graph BER for M-signals [2 to 64]. Numerical estimation is performed on the probability of error equation derived in "Digital Communication" book by Proakis.
- Publisher: Mohammad Baker
- Date: 18-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Broad Band Antenna
- License: Freeware
- Price: 0.00

THIS IS BROAD BAND LOG PERIODIC ANTENNA DESIGNING PROG. WHICH IS DESIGNED FOR RECEIVING DD1 & DD-NEWS CHANNEL..
- Publisher: ANUJ TRIPATHI
- Date: 26-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- TIME VARRING AUTO REGRESSIVE APPROACH
- License: Freeware
- Price: 0.00

With improvements in signal processing some new models with enhanced features are made available.TVAR is on similar pattern.This model is better than conventional am-fm model in some respect as it facilates the implementation of same algo on various signals bearing different parameters.
- Publisher: Tamal Das
- Date: 19-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Baseband numeric transmission
- License: Freeware
- Price: 0.00

This script is intended to illustrate the concepts of eyediagramm, constellation, ISI and to understand the effects of additive noise power, channel frequency band restriction, number of possible states within a symbol period, affecting the quality of the transmission.
- Publisher: Alain Demange
- Date: 06-03-2013
- Size: 51 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
- 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
- hamming codes
- License: Freeware
- Price: 0.00

it encodes and decodes binary msg using hamming codes and detect errors, correct single error..
- Publisher: chandru hanakere
- 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
- Using Model-Based Design to Develop and Deploy a Video Processing Application
- License: Freeware
- Price: 0.00

"According to the U.S. National Highway Traffic Safety Administration, single-vehicle road departures result in many serious accidents each year. To reduce the likelihood of a vehicle's straying out of lane, automotive engineers have developed lane tracking and departure warning systems that use a small camera to transmit video information about lane markings and road conditions to a microprocessor unit installed on the vehicle.
- Publisher: Linda Webb
- Date: 12-05-2013
- Size: 471 KB
- Platform: Matlab, Scripts
- slidefilter
- License: Freeware
- Price: 0.00

Moving average filter implemented using a "Sliding Sum" technique. Comparatively efficient. Usage: Smoothed Data = slidefilter(Data Vector, Sliding Interval Length in Samples) See also: movave.m.
- Publisher: Hazem Baqaen
- Date: 20-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts

