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

Listing of Communication in Scripts

VideoWhisper Video Conference is a modern multiple way video chat and real time file sharing tool. It can be used stand alone or integrated to existing sites. Using latest AS3 technology it provides better speed and stability compared to similar older software.

  • Platform: PHP, Scripts

Detects DTMF tones in audio by Goertzel algorithm..

  • Platform: Matlab, Scripts

The attached zip file contains the slides, MATLAB M-files, and Simulink models that were used in the Fixed-Point Programming in MATLAB webinar from December 8, 2005 by Tom Bryan. The recorded webinar is linked off of the Fixed-Point Toolbox web page <http://www.

  • Publisher: Tom Bryan
  • Date: 13-03-2013
  • Size: 1669 KB
  • Platform: Matlab, Scripts

Includes webinar slides as a PDF file together with a MATLAB script and a Simulink model to demonstrate filter design, implementation and HDL code generation capabilities with MATLAB, Simulink and featured toolboxes.

  • Platform: Matlab, Scripts

A signal object (an object of class "signal") is a set of data in an one dimensional array, combined with information about its sample rate, starting time and other useful infos. A number of methods makes it easy to generate and modify signals. "signal" is used and tested for considerable time in the aim-mat project.

  • Platform: Matlab, Scripts

The free Joomla Instant Messaging Module allows you the ability to add 123 Web Messenger into your Joomla website. It enables your website more powerful with the 'Facebook Messenger Style Web Chat Bar' and more interactive to turn the visitors to registered members and get them stick to your website.

  • Platform: PHP, Scripts

This code use the Matlab interface GUI to calculate the vertical antenna properties. The code requests two inputs. The inputs are: - antenna length. - antenna output impedance. The program plot the antenna diagram and calculate: - Total power transmitted.

  • Platform: Matlab, Scripts

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.

  • Platform: Matlab, Scripts

This program is open source code of fast Fourier transform in matlab. Where y is the input argument and p is the normalized size of the input. Let y = [1 2 3 4 ]; x= length(y); m= log2(x); p= ceil(m); To call the function use ft2(y,p);.

  • Platform: Matlab, Scripts

In MLS processing the second thing (after getting data) needed is a circular acf function to be applied on the MLS data..

  • Platform: Matlab, Scripts

Joomla Live Help module provides an easy solution to integrate123 Live Help with your Joomla website. You could add a123 Live Help in your website instantly, which gurantees operators to offer live support to online users. Features of the Joomla Live Help Module: 1.

  • Platform: PHP, Scripts

The file MPSK2 simulates BPSK, QPSK, 8PSK and 16 PSK to produce their experimental BER v Eb/No and SER v Es/No curves. The corresponding theoretical curves are also plotted..

  • Publisher: B Gremont
  • Date: 04-03-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

This m-file should be used with the environment Nova - Mod Tools for Signal Processing (alpha testing now), but you can use it stand - alone with no exception. The program include all the features (and MORE!!!) nedded for simluating a Low Frequency Oscillator on your PC (requires Window, please use the old visualization method used with version of OS before XP, altough it works either on XP but waitbar are disabled).

  • Platform: Matlab, Scripts

The purpose of this tutorial is to illustrate the usage of Kalman Filter by a simple example. The problem: Predict the position and velocity of a moving train 2 seconds ahead, having noisy measurements of its positions along the previous 10 seconds (10 samples a second).

  • Platform: Matlab, Scripts

Display and update the pixel value from image in the figure title bar on mouse movement. Usage: z=rand(10,10); h = image(z) set(gcf,'WindowButtonMotionFcn', {@getPixelOnMouseMove,h}); Now move the mouse over the image and see the pixel value in the figure title bar.

  • Platform: Matlab, Scripts

VideoWhisper 2 Way Video Chat is a premium high definition video communication software designed for instant 1 on 1 online video conferencing. It's a solution for conducting easy to setup face to face meetings without leaving your office or home. It's the easiest and most cost-effective way to meet somebody and discuss one on one.

  • Platform: PHP, Scripts

DFT plays important role in DSP and used in wide variety of applications like correlation and spectral analysis. Understanding quantization errors in its computation is an important aspect of its design either for s/w or h/w implementation. A complex DFT of N points has N complex (4N real) mutliplications.

  • Platform: Matlab, Scripts

In FORMANT_TRACKER.M the input speech waveform is broken up into number of overlapping frames. LPC analysis for each frame, frequencies for each frame are plotted are also given as output in a matrix..

  • Platform: Matlab, Scripts

This basic model shows you how to acquire live data from a Tektronix oscilloscope into Simulink. This model was developed for the Tektronix TDS 2012 oscilloscope but may work with other Tektronix scopes with little or no modifications. To view the results, double click on each "scope" block in the model to view the waveform acquired, then right click and select "Autoscale".

  • Platform: Matlab, Scripts

% printgif(varargin) prints gif files in matlab % printgif accepts all print arguments in varargin. % printgif ignores all printer drivers passed to it % ('-deps', '-dtiff', etc.) % instead it used the -djpeg100' driver and converts % the resulting jpg file to a gif using % imread/rgb2ind/imwrite % % EXAMPLE: % printgif(gcf,'foo') % prints the file foo.

  • Platform: Matlab, Scripts

BigBlueButton is an open source web conferencing system. This plugin integrates BigBlueButton into Joomla allowing bloggers to create and manage meetings rooms to interact with their readers..

  • Platform: PHP, Scripts

reed solomon code encoding.

  • Platform: Matlab, Scripts

Image compression using wavelet transform *wavelet transform give better information about non-stationary signals in time domain.

  • Platform: Matlab, Scripts

This function gives the decimation matrix which after post mulitpling it with the given signal gives the downsampled version of the original signal... D = decimmtx(x,N) decimates the given signal by a factor of N. [D,y] = decimmtx(x,N) gives D as well as the decimated signal y.

  • Platform: Matlab, Scripts

Converts string data to numeric form, via numeric references to string arrays. Numeric data is unchanged. Usually used after loadcell.m and sometimes before datato1ofm.m Helps make the loaded data more useful! celltonumeric - convert cell to entirely numeric representation function [newdata,contentlist] = celltonumeric(data,sharing); DATA is the complete dataset.

  • Platform: Matlab, Scripts

This Joomla module adds live chat functionality to your Joomla site. Your visitors can chat with each other right in your website without refreshing their browsers. It's almost like chatting on an instant messenging network! And it's all powered by AJAX, a hot new old technology that powers things like Gmail, Google Maps and other brilliant web apps.

  • Publisher: Risp
  • Date: 23-06-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

This program calculates BER curve against SNR for QPSK Modulation in Gaussian Environment. It calculates 100 errors for for each SNR value before calculating BER. This gives a good approximation of BER. I hope this will help students alot. Please feel free to contact me should anyone has any queries.

  • Platform: Matlab, Scripts

Put these two files into the same directory and run mariosong.m. It will play the first part of the mario brothers theme song. You can edit note.m to add qualities to the sound..

  • 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

specific function which result of pyramid surface bar graph..

  • Platform: Matlab, Scripts

New Downloads

Voxal Voice Changer Free
for Mac

Voxal is free voice changer
software for Mac designed to
enhance any game or
application that uses a
microphone. Change ...

Project Timer

Project Timer, a project timer
for the Windows taskbar
notification area. Project
Timer is a simple but powerful
windows ...

Crescendo Music Notation
Free for Mac

Crescendo Free is a simple and
intuitive way to create
musical compositions.
Crescendo allows you to
create, save and ...

Express Animate Animation
Free

Express Animate is free
animation software that gives
you the ability to animate
shapes, text and imported
images.

ClickCharts Free Flowchart
Software

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

Express Accounts Accounting
Free

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

DocuFreezer

DocuFreezer converts Word,
Excel, PowerPoint, XPS, DWG
and other files to universally
accepted PDF, JPEG, PNG, TIFF,
TXT. ...

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

Billiards Pyramid

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

Free 2D Barcode Generator

The programe generates and
prints most popular matrix and
stacked 2D barcode symbologies
including Aztec Code, Data ...