Home > By category > Scripts > Communication
Sort by : Name|Date|Downloads|Rating|

Listing of Communication in Scripts

The Image Processing toolbox toolbox is lacking a key feature I need, namely the support of all data types. Quick list of the source included: imhist_thresh.cpp: Generate histogram from data, # of bins based on unique values. imsmarthist_thresh.cpp: equalize data based on histogram imsmartstd_thresh.

  • Platform: Matlab, Scripts

The SPIHT method is not a simple extension of traditional methods for image compression, and represents an important advance in the field. The method deserves special attention because it provides the following: Highest Image Quality Progressive image transmission Fully embedded coded file Simple quantization algorithm Fast coding/decoding Completely adaptive Lossless compression Exact bit rate coding Error protection Encoding/Decoding Speed The SPIHT process represents a very effective form of entropy-coding.

  • Platform: Matlab, Scripts

This is a small example code for "Steepest Descent Algorithm". It implements steepest descent Algorithm with optimum step size computation at each step. The code uses a 2x2 correlation matrix and solves the Normal equation for Weiner filter iteratively.

  • Platform: Matlab, Scripts

A collection of M-Files capable of drawing a standard colored smith chart including all the labels and scales which can be found on a standard smith chart. In addition it allows other lines and circles to be drawn on the standard chart. BASIC FUNCTION scDraw: Draws a blank smith chart SOME OTHER USEFUL FUNCTIONS AVAILABLE AT MATLAB COMMAND PROMPT scRay: Draws a ray emanating from the origin towards a given point on smith chart scMove: Move along the transmission line on smith chart scMatchCirc: Draws the match-circle on smith chart scInv: Inverts a given impedance (admitance) by mirroring it about the origin scConCirc: Draws concentric circles about the origin scArc: Draws an arc (a circle) on the smith chart passing through a given point Tested under MATLAB 6.

  • Platform: Matlab, Scripts

Display nice chat icon in your website for yahoo messenger with status (online or offline )for your id , and lets people contact you..

  • Platform: PHP, Scripts

A program that allows you to detect DTMF tones, generated for example pressing any key of your mobile, as it happens on automated phone service lines. You can record a tone using your microphone (one tone a time); the software will analyze it and detect it.

  • Publisher: Anna DB
  • Date: 12-04-2013
  • Size: 276 KB
  • Platform: Matlab, Scripts

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

The user can generate as many beams he wants, by setting steering angle, focalization and intensity. Number of array elements can be set. Different weighting windows can be set to reduce sidelobes. Just run MAIN.m Diglo.

  • Platform: Matlab, Scripts

ITU-T Recommendation P.505 One-view visualization diagrams of speech quality measurement results Summary Nowadays, the numerous complex parameters that determine the speech quality of telecommunication equipment as well as the end-to-end speech quality can be interpreted by technical experts only.

  • Platform: Matlab, Scripts

The note explains in detail how to apply the Matlab 2-dimensional FFT for filtering of two-dimensional signals, e.g. images. It is shown how to connect the output from fft2 to the actual Fourier transform of the signal, and in particular how transfer functions of simple filters may be coded.

  • Platform: Matlab, Scripts
  • PSNR
  • License: Freeware
  • Price: 0.00
  • Rating

This function displays the PSNR (peak signal-to-noise ratio) between two images. The answer is in decibels (dB). PSNR is very common in image processing. A sample use is in the comparison between an original image and a coded/decoded image. Typical quoted PSNR figures are in the range +25 to +35dB.

  • Platform: Matlab, Scripts

gmsk modulation of numerical data generated by a random source, the output of the modulator give two signals, only for demonstration, the first is gmsk signal and the other is gaussien frequency pulse shape.

  • Publisher: lilo lilo
  • Date: 11-04-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

This is a simulink realization of Morris-Lecar neuron model. Run the ML_parameter.m first to load the parameters to the Workspace,and then run the ML.mdl to simulate the ML neuron model. The parameters and ode algorithm,step length,can be changed to your own interest.

  • Platform: Matlab, Scripts

This function loads a .iqt file from a Tektronix RSA3408A Real-Time Spectrum Analyzer into MATLAB. It performs amplitude and phase correction. If the filename is not specified or is empty, the user is prompted for the filename. A subset of the file can be loaded by specifying the first and last sample numbers.

  • Publisher: Joseph
  • Date: 10-04-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

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.

  • Platform: Matlab, Scripts
  • Jitter
  • License: Freeware
  • Price: 0.00
  • Rating

Jitter adds a small amount of gaussian (white) or uniform noise to a vector, matrix or N-D array. This function is ideal for adding noise to a signal for processing, or generating starting conditions for chaotic functions. The magnitude of the noise is given as either a fraction of the smallest difference between values of the input array, or as a fraction of the range of values of this input array.

  • Platform: Matlab, Scripts

This component is a simple and elegant personal messaging system built entirely with the new MVC framework, which makes template overrides possible. It is compatible with Joomla! 1.5 only. You can send messages to multiple users and it has a user suggestion function.

  • Platform: PHP, Scripts

Accurate estimates of the autocorrelation function or the power spectrum can be obtained with a parametric model (AR, MA or ARMA). With automatic inference, not only the model parameters but also the model structure are determined from the given data.

  • Platform: Matlab, Scripts

This function generates random numbers distributed according to the Laplace distribution using the Probability integral transformation.

  • Platform: Matlab, Scripts

This landmark-based audio fingerprinting system is able to match short, noisy snippets to a reference database in near-constant time. This is my implementation of the music audio matching algorithm developed by Avery Wang for the Shazam service. Shazam can identify apparently any commercial music track from a short snippet recorded via your cell phone in a noisy bar.

  • Publisher: Dan Ellis
  • Date: 09-04-2013
  • Size: 154 KB
  • Platform: Matlab, Scripts

The program transforms an input image using the differential box counting algorithm to a fractal dimension (FD) image, i.e. each pixel has its own FD. Then the user can select any region of interest in the generated FD image to estimate the corresponding mean, standard deviation and lacunarity.

  • Platform: Matlab, Scripts

Converts any Q15 value (hexadecimal or binary) to decimal integer. y = q152dec(x , form) Input arguments of function: x - its hexadecimal or binary representation stored in a MATLAB string form - dependent on representation of input argument (hexadecimal or binary) take 'hex' or 'bin' Valu of function: y - decimal integer EXAMPLE: >> q152dec('C000','hex') ans = -0.

  • Platform: Matlab, Scripts

Ultimate Yahoo Messenger Status is a Joomla module that allow you to display unlimited number of Yahoo IDs that can grouped up to 5 groups. For example, you have 3 division called "MARKETING", "SUPPORT", and "COMPLAIN", and every division have one or more Yahoo ID.

  • Platform: PHP, Scripts

Use this extension to send free SMS from your Joomla blog, and earn every time it's used. We pay out 50p GBP (0.75 USD) for every SMS recieved via this extension. With a minimum payout of dldl100 GBP ($150 USD). Affiliate account on FreebieSMS.co.uk required.

  • Publisher: FreebieSMS
  • Date: 08-04-2013
  • Size: 31 KB
  • Platform: PHP, Scripts

Each xls sheet is used to create a signal builder group Time vector must be in the first column. Each sheet must contain the same signal type (name & number) as the first sheet. Use TestCases.xls for example.

  • Platform: Matlab, Scripts

Toolbox for log-spectral magnitude MMSE estimators under super-Gaussian densities. The toolbox can also be downloaded from: http://ict.ewi.tudelft.nl/~richard/log_spe...per_gaussV1.rar The matlab files enclosed in this toolbox can be used to tabulate gain functions for log-spectral magnitude MMSE estimators under an assumed Generalized-Gamma model for the clean speech magnitude DFT coefficients.

  • Platform: Matlab, Scripts

Takes the data length, window length and window overlap length as inputs and returns the number of windows that will result. Will also return the start samples and end samples of each window if asked..

  • Platform: Matlab, Scripts

This is a simple program written so the equations look like classical matrix equations and it solves the voltage out of the standard current driven loop filter. This is intended to be used in some future PLL analysis program, but it outlines the way to set up the equations, and solve them.

  • Platform: Matlab, Scripts

The comb pilot aided channel estimation in ofdm modulation is considered. The power of pilot subchannels is under the control. The data experience frequency selective channel then the AWGN noise is added to make the situation worse. The bit error rate is ploted versus SNR.

  • Platform: Matlab, Scripts

Presentation Layer: TXT to binary and viceversa Link Layer: CRC + Interleaving and viceversa Physical layer: IQ modulation. Coherent demodulation. Carrier recovery using square loop. On base band it is also implement a phase sinchronism system in order to project bit energy only on one carrier (I).

  • Platform: Matlab, Scripts

New Downloads

RationalPlan Single Project
for Linux

RationalPlan Single Project is
a project management software
covering the project
management areas starting with
WBS ...

Screenrec

Screenrec is a free cloud
screen recording tool what
helps you communicate faster
and increase your
productivity. Instead ...

ClickCharts Free Flowchart
Software

ClickCharts Free Diagram and
Flowchart Software lets you
lay out your ideas,
organization, process or
create UML ...

Easy Card Creator Free

The ideal choice for small to
medium sized organizations and
individuals looking for an
affordable photo ID card ...

HelpNDoc

Full-featured help authoring
tool, easy and powerful,
producing HTML help files,
CHM, PDF, Word, iPhone, ePub,
Kindle and ...

Auto-Complete Lists Report
for Outlook

Free report shows the number
of entries in Outlook
2010/2013/2016 autocomplete
list cache. Detailed report
shows the full ...

Express Accounts Free for
Mac

Express Accounts Accounting
Software Free for Mac is
professional business
accounting software. This
product is perfect ...

Billiards Pyramid

Moscow Billiards is a Piramyd
billiards simulator. The game
can be played either against a
computer or human opponents
...

NetSpot

NetSpot 2 is the only
professional app for wireless
site survey, Wi-Fi analysis
and troubleshooting on Mac OS
X. It\'s ...

Active Partition Manager

Active@ Partition Manager
helps you manage storage
devices and the logical drives
or partitions that they
contain. You ...