Listing of Communication in 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
- SigPlot
- License: Freeware
- Price: 0.00

A high-quality interface for visualizing 1-D signals and analysis results. It can handle big files and it features a plugin-interface that allows visualization and editing of signal-related information..
- Publisher: Yannis Agiomyrgiannakis
- Date: 11-03-2013
- Size: 2171 KB
- Platform: Matlab, Scripts
- Direct sequence Spread spectrum
- License: Freeware
- Price: 0.00

This m-fine plots the transmitted and received signal of simple DS-SS modulation.This uses BPSK modulation for data.
- Publisher: Sanjeet Kumar
- Date: 11-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Soft Handover Probability as a function
- License: Freeware
- Price: 0.00

This simple m-file plots the Soft Handover probability as a function of the Soft Handover Threshold value used in the UTRA Soft Handover Algorithm. The relationship has been dertived by taking the ratio between the Cell area where Soft Handovers are enabled and the total Cell area.
- Publisher: Asad Khan
- Date: 11-03-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
- 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
- k-means algorithm
- License: Freeware
- Price: 0.00

[counter] = kMeans(numPoints, numClusters, shape, drawOn, showOn) This function takes as inputs: numPoints: the number of random points to cluster; numClusters: the number of clusters to group the points into; shape: a string 'square', 'circle', or 'tube' to carry out the kMeans process in; drawOn: a 1 or 0 indicating whether or not to show the points dynamically joining different clusters (not suitable for more than 500 points) ; showOn: a 1 or 0 indicating whether or not to show the update in clusters as a new figure after each iteration Given the appropriate parameters kMeans first places k = numClusters random points in the given SHAPE and then carries out the kMeans algorithm.
- Publisher: Tyler London
- Date: 11-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Dilates matrix data
- License: Freeware
- Price: 0.00

Dilates a time series input and resizes it to the orignal sample length input. If a matrix is input, dilation is done along columns. % The up/down sampling is done via resample.m, so low-pass filtering of the up/downsampling is automatically implemented.
- Publisher: Joshua Carmichael
- Date: 11-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- dijkstra algorithm
- License: Freeware
- Price: 0.00

it finds the shortest path from the given network having given no of links between given no of nodes and plots the given network as well as the modified network having shortest path in terms of cost.
- Publisher: hardik sanghani
- Date: 11-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Edge detection by nonlinear derivatives
- License: Freeware
- Price: 0.00

The proposed algorithm is based on nonlinear derivatives to automatically select the best edge information. This algorithm can replace the classical derivative with the following benefits: - univocal edge localization for synthetic and real images - noise reduction with no regularization: the noise level is weaker that the noise level in the original image - better direction estimation of the gradient - can product a confident edge reference map with synthetic images - extremely efficient on salt noise OR pepper noise (this last case needs a change in the nonlinear derivatives) - still noise reduction with regularized schemes (Canny, Demigny, .
- Publisher: Olivier LALIGANT
- Date: 11-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- IS-95A CDMA Power Control
- License: Freeware
- Price: 0.00

Simulink and Stateflow model of IS-95A CDMA reverse traffic channel power control. Includes reverse traffic channel physical layer, together with open and closed loop algorithms for base station and mobile implemented as state machines with Stateflow.
- Publisher: Stuart McGarrity
- Date: 11-03-2013
- Size: 92 KB
- Platform: Matlab, Scripts
- BPSK receiver simulation using Spread Spectrum
- License: Freeware
- Price: 0.00

This is a code for simulation of BPSK receiver using Direct Sequence Spread Spectrum. The performnace is evaluated in presence of AWGN and Rayleigh fading. Jakes' Model has been used to obtained coefficients for rayleigh fading..
- Publisher: Abhijit Navalekar
- Date: 10-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Hard decision convolutional coding/decoding
- License: Freeware
- Price: 0.00

CVencode.m % function for CV encoding (arbitrary CV code) VAharddecode1.m % function for Viterbi hard decision decoding CVsimhard.m basic CV coding/decoding BERcurve_CV_hard.m computes simulated BER curve UTILITY FUNCTIONS getcodeparameters bin2deci deci2bin.
- Publisher: B Gremont
- Date: 10-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- OFDM with QPSK
- License: Freeware
- Price: 0.00

OFDM Signal generation and decoding using QPSK as the modulation technique. This type of OFDM is particularly useful for WiMAX and other Wireless and Multimedia Standards. QAM4 and QPSK is same modulation technique. Just run the Model and with different SNRs in the Channel Block observe the performance of the OFDM.
- Publisher: Muhammad Nadeem Khan
- Date: 10-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- weighted median filter
- License: Freeware
- Price: 0.00

Weighted Median Filter: It is same as median filter, only difference is the mask is not empty. It will having some weight (or values) and averaged. The steps to perform weighted median filtering are as follows: 1) Assume a 3x3 weighted mask. 2) Place the mask at the left hand corner.
- Publisher: MANISH KUMAR SHARMA
- Date: 10-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- xmitlnlength
- License: Freeware
- Price: 0.00

Transmission line length formula for coaxial cable to an antenna(the velocity factor for coax is approximately 0.66)frequency is in Mhz,length is in feet..
- Publisher: Earl Wilson
- Date: 10-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Signals & Systems: Continuous and Discrete, 4e Companion Software
- License: Freeware
- Price: 0.00

Companion Software for the Signals & Systems: Continuous and Discrete, 4e book by Rodger E. Ziemer & William H. Tranter.
- Publisher: Rodger Ziemer
- Date: 10-03-2013
- Size: 31 KB
- Platform: Matlab, Scripts
- KNMCluster
- License: Freeware
- Price: 0.00

Usage: [means,c]=KNMCluster(k,indata) KNMCluster is an implementation of the K-means clustering algorithm. It takes inputs k and indata. k is the initial guess of the number of clusters. indata is the aggregate data that you want to put into clusters.
- Publisher: Timothy Felty
- Date: 10-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Link Budgets with Communications Blockset
- License: Freeware
- Price: 0.00

The AWGN Channel Block in the Communications Blockset lets you specify SNR in several ways, including Eb/No. Sometimes people want to use a more itemized way of specifying the SNR, like the itemization found in a link budget. These two models show how to create equivalent implementations of a communication channel, one using the AWGN Channel block and the other using specifications for Transmitter Gain, Antenna Gain, Path Loss, and Receiver Noise Temperature.
- Publisher: Mike Donovan
- Date: 10-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Dynamic Time Warping
- License: Freeware
- Price: 0.00

If you pass in 2 vectors it returns the unnormalized distance between the vectors, the accumulated distance between them, the length of the warping path (the normalizing factor), and the warping path points. To compare 2 vectors A and B call: [Dist,D,k,w]=dtw(A,B) Dist is the unnormalized distance D is the accumulated distance k is the length of the warping path (the normalizing factor) w is a matrix containing the points along the warping path.
- Publisher: Timothy Felty
- Date: 10-03-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
- ClubGear
- License: Freeware
- Price: 0.00

ClubGear is a supporting system for a small/medium organization. The script is based on PHP/MySQL. ClubGear script is very easy to install, use and customize to suit your needs. You will be able to rapidly implement it into your website..
- Publisher: ernestch
- Date: 10-03-2013
- Size: 102 KB
- Platform: PHP, Scripts
- HeartVI1-31 block simulink investigation
- License: Freeware
- Price: 0.00

it is gon investigation heart VI1 block simulink in stimulation 3 chambers S,A,and V-6 figures scopes.
- Publisher: Dit Papa Lamine ndao
- Date: 10-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Turbo Coding For Generic RSC Coders
- License: Freeware
- Price: 0.00

Generic transmitter-receiver turbo coding scheme with puncturing and generic RSC coders. It represents the trellis structure and puncturing can be specified. BER plots can be output..
- Publisher: Pablo Briff
- Date: 09-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- BOC(Binary Offset Carrier)
- License: Freeware
- Price: 0.00

new GPS Signal (Galileo) Binary Offset Carrier , resume.txt include.
- Publisher: Salim
- Date: 09-03-2013
- Size: 41 KB
- Platform: Matlab, Scripts
- String Letter Counter Function
- License: Freeware
- Price: 0.00

Statement: strLetterCounter('string') ....where, 'string' is an input string containing alphabet or numbers. Ex: string='aaaaaaaabbbbbbccd' Statement: strLetterCounter(string) Output: '8a,6b,2c,1d' Note: This function is different from the Matlab function called 'unique' because it keeps the order in which letters occur in the string.
- Publisher: Avinash Rude
- Date: 09-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Effect of Range Reduction in Video/Image Compression
- License: Freeware
- Price: 0.00

This script demonstrates the influence of range reduction algorithm at low bitrate encoding using JPEG encode. The range [0-255] of pixel values is mapped to [64-235] in this script using a look-up-table. Subsequently, the file is compressed to achieve the same bit-rate (file size) as that of the compressed full range image.
- Publisher: Fitzgerald Archibald
- Date: 09-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Pulse Waveform Delineator
- License: Freeware
- Price: 0.00

Arterial blood pressure waveforms contain rich pathophysiological information; hence receive much attention in cardiovascular health monitoring. To assist computerized analysis, an automatic delineator was proposed for the fiducial points of arterial blood pressure waveforms, namely their onsets, systolic peaks and dicrotic notches.
- Publisher: ABing
- Date: 08-03-2013
- Size: 5130 KB
- Platform: Matlab, Scripts
- Frequency-Domain Integration
- License: Freeware
- Price: 0.00

A robust function that uses frequency-domain -i/frequency filtering to integrate a function. Edge-tapering is used to minimize aliasing errors..
- Publisher: Charles Rino
- Date: 08-03-2013
- Size: 51 KB
- Platform: Matlab, Scripts
- Echo Generation
- License: Freeware
- Price: 0.00

This program deals with the implementation of a sound file of 2 second duration on an LTI system, resulting in the increase in delay and duration of the sound file..
- Publisher: Farhat Masood
- Date: 08-03-2013
- Size: 92 KB
- Platform: Matlab, Scripts

