Listing of Communication in Scripts
- Digital Communication System
- License: Freeware
- Price: 0.00

The Code includes Various routines that simulate or compute aspects of digital communication systems..
- Publisher: Farhat Masood
- Date: 12-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- DIGITAL FILTER GUI
- License: Freeware
- Price: 0.00

DIGITAL FILTER GUI. For more information, visit: http://www.matpic.com.
- Publisher: Diego Orlando Barragan Guerrero
- Date: 07-06-2013
- Size: 891 KB
- Platform: Matlab, Scripts
- Digital implementation of RC low pass filter
- License: Freeware
- Price: 0.00

Derives the transfer function for digital implementation of a first order RC low pass filter and plots the step and frequency response. For details, refer to the post: http://www.dsplog.com/2007/12/02/digital-i...ow-pass-filter/.
- Publisher: Krishna Sankar M
- Date: 11-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Digital Modulations
- License: Freeware
- Price: 0.00

Digital modulation techniques. Digital shift keying..
- Publisher: Nawaz Satvilkar
- Date: 21-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Digital Resistor-Capacitor (RC) Filter
- License: Freeware
- Price: 0.00

Returns equivalent IIR coefficients for an analog RC filter Usage: [B,A] = RC_FILTER(r, c, fs, type); R is the resistance value (in ohms) C is the capacitance value (in farrads) FS is the digital sample rate (in Hz) type is a character string defining filter type Choices are: 'high' or 'low' This function uses a pre-calculated equation for both of these circuits that only requires the resistance and capacitance value to get a true digital filter equivalent to a basic analog filter.
- Publisher: Jeff Tackett
- Date: 26-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Digitale Signalverarbeitung: Grundlagen und Anwendungen Beispiele und Ubungen mit MATLAB Companion S
- License: Freeware
- Price: 0.00

Digital Signal Processing: Principles and Applications examples and exercises using MATLAB Companion S.
- Publisher: Daniel Ch. von GrdoDsnigen
- Date: 16-06-2013
- Size: 61 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
- Dijkstra Algorithm Consistent with Cyclic Paths
- License: Freeware
- Price: 0.00

Given adjacent matrix (transmat) and starting/ending node (pathS, pathE), this function finds the shortest-path (path) that connecting pathS and pathE, and returns the cost (cost): [path, cost]=dijkstra(pathS, pathE, transmat); NOTE: Except for the simple interface, the pathS and pathE can be the same node, i.
- Publisher: Yi Wang
- Date: 12-04-2013
- Size: 31 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
- DIP Switches for selecting different digital filters on C6711 DSK
- License: Freeware
- Price: 0.00

Using Boolean Algebra technique for C6711 DSK DIP Switches to select different types of digital filters. This model works inside C6711 DSK. Please feel free to comment..
- Publisher: Hock Soon Tay
- Date: 19-05-2013
- Size: 10 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
- Direct Sequence Spread Spectrum(DS SS)
- License: Freeware
- Price: 0.00

It will ask for input the bit stream then generate pseudorandom bit sequence, finally give output as direct sequence spread spectrum......
- Publisher: Debaraj Rana
- Date: 02-06-2013
- Size: 102 KB
- Platform: Matlab, Scripts
- DIRECTION_OF_ARRIVAL_EST_GUI
- License: Freeware
- Price: 0.00

implement doa algorithms 1)classical 2)music 3)min-norm 4)mvdr.
- Publisher: shashidhar s
- Date: 26-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Discrete Fourier Series without using fft function
- License: Freeware
- Price: 0.00

Comparison with fft function is also shown..
- Publisher: Nikesh Bajaj
- Date: 26-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Discrete Fourier Transform Low/High Pass Filter
- License: Freeware
- Price: 0.00

function [g] = FFTPF1D (X,binsize, f, P) Discrete Fourier Transform Low/High Pass Filter. % This is a simply implement of such a filter for a given 1-D data. X: the array of you data, each data point is a bin of signal binsize: the bin size in your data data f: the cutoff of wave length, P: 1, or 0, true or false : true, low pass, which eliminating higher than f frequence signals, false, high pass, which eliminating lower than f frequence signals.
- Publisher: Zhihua Zhang
- Date: 22-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- discrete walsh transform algorithm
- License: Freeware
- Price: 0.00

computes the discrete walsh transform.
- Publisher: Duraisamy sundararajan
- Date: 03-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Display histogram of a 3D image
- License: Freeware
- Price: 0.00

It is very fast and simple file to display histogram of a 3D image imhist3(I,n) n is the number of bins in the histogram imhist3(X,map) X isindexed 3D image and map is colormap map.
- Publisher: M. A Balafar
- Date: 23-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- dlagf01
- License: Freeware
- Price: 0.00

Conversions of these routines into Matlab.From:http://pubs.usgs.gov/of/1995/ofr-95-0077/o...77.htmlAnderson, W.L, 1983, Fourier cosine and sine transforms using lagged convolutions in double-precision (Subprograms DLAGFO/DLAGF1): U.S. Geological Survey Open-File Report 83-320, 38 p.
- Publisher: Ben Barrowes
- Date: 14-06-2013
- Size: 51 KB
- Platform: Matlab, Scripts
- domino tiles
- License: Freeware
- Price: 0.00

Create a random matrix of a non-intercepting snake, like the game ("worm" or "snake"). Also described by filling a chessboard with dominos, except now the board can be rectangular, or any arbitrary shape (by changing the boarders). Uses an infinite loop to enumerate possibilities.
- Publisher: ben payne
- Date: 26-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Double Sideband Amplitude Modulation
- License: Freeware
- Price: 0.00

Double Sideband Amplitude Modulation is a basic technique http://en.wikipedia.org/wiki/Amplitude_modulation#Example:_double-sideband_AM ://http://en.wikipedia.org/wiki/Amplit...le-sideband_AM.
- Publisher: Harsha Vardhan
- Date: 25-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- DPCM
- License: Freeware
- Price: 0.00

This files converts the voice signal to DPCM mode for transmission..
- Publisher: Jawad Khalid
- Date: 13-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- DphpBB3 Last Topics
- License: Freeware
- Price: 0.00

DphpBB3 Last Topics module (mod_dphpbb3_last_topics) shows the last topics from your phpBB 3.0.x forum. It's the excellent module for Joomla! 1.5 site with phpBB3 forum to display forum activity on the site. There is no need to integrate forum and site, forum and site may use different databases (and servers) d-deOCL everything configurable.
- Publisher: Darkick
- Date: 10-02-2013
- Size: 20 KB
- Platform: PHP, Scripts
- DSP algorithms using Embedded MATLAB Block
- License: Freeware
- Price: 0.00

Embedded MATLAB block provides a way of bringing restricted subset of MATLAB into Simulink. There are couple of possibilities when moving untimed MATLAB algorithms into Simulink. This demo illustrates two such alternatives in porting a sample viterbi algorithm (written in M) into Simulink using embedded MATLAB.
- Publisher: Kiran Kintali
- Date: 02-03-2013
- Size: 20 KB
- Platform: Matlab, Scripts
- DSP Code Verification using UDP
- License: Freeware
- Price: 0.00

In this document I show how to verify the functionality of your DSP code via processor in-the-loop (PIL) co-simulation using Simulink?s UDP (user datagram protocol) blocks. These blocks are a new addition to the R2006b release of Simulink. This example is an extension of a previous example which was based on using Texas Instrument?s RTDX (real-time data exchange) instead of UDP.
- Publisher: Kerry Schutz
- Date: 10-04-2013
- Size: 1772 KB
- Platform: Matlab, Scripts
- DSSS enhanced with a coarse time synchronization loop
- License: Freeware
- Price: 0.00

The .m file simulates a Spread-Spectrum Modulation Trx/Rcx system, in which, the phase of the pseudo-random sequence generated in the transmitter and used to encode the data stream is unknown a priory at the receiver.A parallel search strategy is employed to locally determine it in the place.
- Publisher: Farshid Zoghalchi
- Date: 11-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- DSSS system using integrate and dump for detection
- License: Freeware
- Price: 0.00

DSSS over AWGN channel simulation. Receiver is implemented by intergate and dump operation..
- Publisher: Panson Tantikovit
- Date: 27-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- DSSS trx/rcx simulation
- License: Freeware
- Price: 0.00

The .m file simulates a Spread-Spectrum Modulation Trx/Rcx system, in which, the phase of the pseudo-random sequence generated in the transmitter and used to encode the data stream is unknown a priory at the receiver.A parallel search strategy is employed to locally determine it in the place.
- Publisher: Farshid Zoghalchi
- Date: 12-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- DTMF Detector
- License: Freeware
- Price: 0.00

Detects DTMF tones in audio by Goertzel algorithm..
- Publisher: Frederico D`Almeida
- Date: 20-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- DTMF Encoder/Decoder (Generation/Detection)
- License: Freeware
- Price: 0.00

Generation of signal with extra parameters Detection using; Fast Fourier Transform Algorithm Goertzel Algorithm Digital Filtering (FIR Filter bank).
- Publisher: Muhammad Azeem Azam
- Date: 22-06-2013
- Size: 61 KB
- Platform: Matlab, Scripts
- DTMF Filtering and Noise Simulator
- License: Freeware
- Price: 0.00

Unlike all other posted DTMF programs, my application is specifically designed to simulate the working of a real DSP processor especially for beginners. That would mean that digital oscillator was used to create sine and cosine functions and signal is passed through 8 filters.
- Publisher: Rajiv Singla
- Date: 14-02-2013
- Size: 41 KB
- Platform: Matlab, Scripts


