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

Listing of Communication in Scripts

This function very efficiently generates a Truth Table matrix of arbitrary, user specified dimension. The order of the Truth Table is limited only by the user's available system memory. The function is highly efficient, written using only three variables in 15 lines of MATLAB code.

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

jPFChat is a Joomla chat component built around the phpFreeChat script. This component is based upon the phpFreeChat latest v1.2 release, and includes a ton of user settings in the back-end..

  • Platform: PHP, Scripts

This program places dates on time axis as DATETICK and works with ZOOM and PAN as DATETICKZOOM by Christophe Lauwerys. But, it also shows the full date after zooming or panning by using the ticks and time-axis label. So, if you zoom in down to second, you won't loose "when" you are.

  • Platform: Matlab, Scripts

GUI for univariate time series modeling and decomposition based on Pandit and Wu (1983).

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

ATSlog software provides a handy web-oriented interface for viewing and analysing calls for various types of PBX (Private Branch eXchange) models. The program is GNUWare, distributed under the GPL license, and is completely open-source. At present the program operates successfully with Panasonic, Samsung, Hybrex, Siemens, LG, and Alcatel PBX models.

  • Platform: PHP, Scripts

his simulation shown the system identification of an FIR and also the actual and estimated coefficients.

  • Platform: Matlab, Scripts

LLR_DEMOD LLR Demodulator H = LLR_DEMOD_MEX(CONSTELLATION, MAPPING, METHOD) constructs a LLR demodulator object H for a given constellation, mapping and noise variance. The vectors CONSTELLATION and MAPPING are usually generated by using MATLAB Modem Modulation Modem.

  • Platform: Matlab, Scripts

In many filtering problems one receive not just a single measurement, but a set of measurements at each time step. The most straightforward way of dealing with such variable cardinality entities in Matlab is to store them in cell arrays, but for various reasons the user may not want that.

  • Platform: Matlab, Scripts

Detects DTMF tones in audio by Goertzel algorithm..

  • Platform: Matlab, Scripts

PID controller has been extensively used in the industrial world. But in this controller it is difficult to tune the PID gains. We apply the genetic algorithm(GA) to tune the PID gains. The GA is agorithm using the biotic; gene the biotic; genetics..

  • Platform: Matlab, Scripts

In addition to the program file there is a text file CodeGroups.txt that has some code groups that can be sent. The three documents MorseCodePlayer.pdf, .htm, .docx are just three different versions of the help file. The code speed(rate of dots and dashes), word speed(period between words) and audio frequency of transmitted dots and dashes can be adjusted.

  • Publisher: James
  • Date: 19-05-2013
  • Size: 143 KB
  • Platform: Matlab, Scripts

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..

  • Platform: Matlab, Scripts

With this Fourier Calculator a periodic signal can be analyzed and represented in figures with harmonics. The signals can easily be produced in the model..

  • Platform: Matlab, Scripts

This code is built using elementary functions of image processing toolbox. I would be glad to know if this code can be optimised further..

  • Platform: Matlab, Scripts

Joomla Web Messenger allows you to embed Windows Live Messenger (former MSN Messenger) into your Joomla sites. Turn your website into a Windows Live Messenger online. This component uses the webservice provided by Microsoft, so you don't have to set up anything.

  • Publisher: Jooglar
  • Date: 19-05-2013
  • Size: 61 KB
  • Platform: PHP, Scripts

This submission is for Matlab beginners. After I post my tools on surface recostruction I received many e-mails of people asking what is the best way to get a surface from 3D scatter. Most of them (about 90%), show to me surfaces in the z=f(x,y) form.

  • Platform: Matlab, Scripts

The program constructs girth-six QC-LDPC codes given row-weight,k, column-weight,j, and sub-matrix size,m. The obtained parity-check matrix is stored in H. The construction has flexibility in that j,k and m can be varied.The program achieves girth-six by applying the row-column constraint.

  • Platform: Matlab, Scripts

These m-files are generic implementation of distortion of signals.

  • Platform: Matlab, Scripts

Instant eQuest is a radio request management system designed to allow your listeners the easiest way to request a song. Here's how it works: - Your listener enters their request on your website. - The request instantly appears in your studio. - Your airstaff plays (or deletes) the request.

  • Platform: PHP, Scripts

This code ask u to input the bit stream....then it will generate the odd and even bit stream, the sinusoidal signal..the QPSK modulated output.....

  • Platform: Matlab, Scripts

Simulink model of a dual-tone multi-frequency (DTMF) generator and receiver. Includes bandpass filter bank receiver, real-time soundcard audio, spectrogram of channel and uses Stateflow block to store decoded digits. NOTE: A version of this model which works with the current release of MATLAB and Simulink is shipped with the Signal Processing Blockset.

  • Platform: Matlab, Scripts

The function computes the psnr between two yuv videos. It considers the video signal as a whole and it doesn't average the psnr's of the single frames. You can compute the psnr between the Y, U, V or YUV parts of the yuv videos. The function supports different resolutions and the YUV-formats 4:0:0, 4:1:1, 4:2:0, 4:2:2 and 4:4:4.

  • Platform: Matlab, Scripts

This could be very useful model when used in signal processing. I have implemented this to filter the disturbances in my ADC signals in my programming and it works good..

  • Platform: Matlab, Scripts

The program distributes an amount power among ofdm subchannel to make the capacity of a channel..

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

For vectors, Y = RUNMEAN(X,M) computes a running mean (also known as moving average) on the elements of the vector X. It uses a window of 2*M+1 datapoints. M an positive integer defining (half) the size of the window. In pseudo code: Y(i) = sum(X(j)) / (2*M+1), for j = (i-M):(i+M), and i=1:length(X) For matrices, Y = RUNMEAN(X,M) or RUNMEAN(X,M,[]) operates on the first non-singleton dimension of X.

  • Platform: Matlab, Scripts

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.

  • Platform: Matlab, Scripts

I was not able to get the peaks from my experimentally obtained data because of its random nature. As a result the findpeaks() defined in Matlab library was not giving results as expected. Hence I made a code which will help findpeaks() help detect the peaks more accurately.

  • Platform: Matlab, Scripts

It calculate the arithmetic code of a string of char, subject to an alphabet "A" and a probability distribution "P". http://en.wikipedia.org/wiki/Arithmetic_coding.

  • Platform: Matlab, Scripts

A MATLAB file used for generating pulses of various kinds including are gaussian, square, triangle, monocycle, biexponential, mexican hat, sinc, double sinc, sinc squared, sweep, and windowed sweep. Inputs control the length, sampling frequency, and decay, along with optional arguments for modulation and frequency control on some pulse shapes.

  • Publisher: Philip Top
  • Date: 17-05-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

Do you want to provide useful information for your customers? - SMS Newsletter is a perfect solution for it. How can you manage to create connection fast and easily with your clients? - Implement an SMS Newsletter component and module through Ozeki NG SMS Gateway.

  • Platform: PHP, Scripts

New Downloads

RationalPlan Single Project
for Linux

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

FTP Manager Lite

Free fast FTP client supports
secure transfers and multiple
connections. The file manager
like interface is intuitive to
...

Pixillion Image Converter
Software Free

Pixillion Image Converter
Software Free is perfect for
converting your image files
for posting on the web,
emailing to ...

RationalPlan Project Viewer

RationalPlan Project Viewer is
a free project planning
software viewer, the perfect
solution for anyone (from
project ...

Print Conductor

Print Conductor is a batch
printing software. It prints
multiple PDF files, plain
texts, Microsoft Office and
OpenOffice ...

Active@ ISO Manager

Active@ ISO Manager is an
easy-to use software to
author, edit and burn
CD/DVD-ROM ISO images
compatible with the ISO ...

Dr.Web CureIt

Dr.Web CureIt is a
non-installation antivirufor
curing computers running MS
Windows 8/7/Vista/XP/Server
2003/2008/2012 ...

Billiards Pyramid

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

PDF-XChange Lite

PDF-XChange Lite is a reduced
version of PDF-XChange
Standard that contains basic
features for use when printing
...

Active Partition Manager

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