Listing of Communication in Scripts
- SSH From Matlab (updated) + SFTP/SCP
- License: Freeware
- Price: 0.00

If you need to access a remote machine from your Matlab session (for near-real time data transfer etc...) this set of functions allows you to programmatically send a single command and obtain the return values as a cell array. Added SFTP function that is compatible with this library.
- Publisher: David Freedman
- Date: 16-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- GPS C/A Code Generator
- License: Freeware
- Price: 0.00

G=CACODE(SV,FS) G is a matrix with 1023*FS columns with a row for each PRN desired. SV is a vector containing PRN numbers to be generated, from 1 to 37. FS is the number of samples per chip desired in the code sequence. (Default=1)..
- Publisher: Dan Boschen
- Date: 01-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Sound Steganography - Images hidden in spectrogram of music
- License: Freeware
- Price: 0.00

Program converts image file (square shape, maximum 120x120 pixels) into music file (*.wav, noise). You can watch the hidden image in spectrogram of music - process called sound steganography. This is first version of project with very slow computations.
- Publisher: Katarzyna Zarnowiec
- Date: 11-05-2013
- Size: 9134 KB
- Platform: Matlab, Scripts
- Analysis Modification Synthesis
- License: Freeware
- Price: 0.00

This framework facilitates short-time speech processing. A vector containing audio data samples is taken as input, the short-time Fourier transform (STFT) is then computed and the resulting complex spectrum is decomposed into magnitude and phase spectra.
- Publisher: Kamil Wojcicki
- Date: 08-05-2013
- Size: 522 KB
- Platform: Matlab, Scripts
- Toolbox signal
- License: Freeware
- Price: 0.00

toobox_signal - signal processing related functions. This toolbox contains functions related to image processing, including * images loading and generation. * filtering and blurring functions. * anisotropic and spacially variant filters. * non-linear filtering (median, LIC, bilateral).
- Publisher: Gabriel Peyre
- Date: 08-03-2013
- Size: 3215 KB
- Platform: Matlab, Scripts
- Flange Effect
- License: Freeware
- Price: 0.00

This is pretty much the standard, jet plane like, flange effect. The input variables may require a little experimentation to get a good hold on. For instructions and an example on how to use this function, put FLANGE.m in your MATLAB work folder and type "help flange" at the MATLAB command prompt.
- Publisher: Stephen McGovern
- Date: 20-03-2013
- Size: 10 KB
- Platform: Matlab, 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
- HistConnect
- License: Freeware
- Price: 0.00

This Function HistConnect will make a smooth histogram for a signal or image consisting of a few samples. The function assumes correlation between the samples, and implicitly generates new linear-interpolated samples between the originate samples. Thus makes the assumption of continuity between samples and low-frequency signal.
- Publisher: Dirk-Jan Kroon
- Date: 19-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Impulsive Noise Meter
- License: Freeware
- Price: 0.00

Main_Sound is the main program. See read_me.txt for more details..
- Publisher: Edward Zechmann
- Date: 24-06-2013
- Size: 1731 KB
- Platform: Matlab, Scripts
- PIMB
- License: Freeware
- Price: 0.00

PIMB, PHP Instant Messaging Bots, is a PHP-based chat bot framework that allows you to write, run and manage bots from a web-based panel. The framework uses the open standard Jabber protocol for IM communication, yet completely hides this complexity for bot developers.
- Publisher: Ferdy Christant
- Date: 23-05-2013
- Size: 471 KB
- Platform: PHP, Scripts
- Bpsk Demodulator
- License: Freeware
- Price: 0.00

This file is about BPSK Demodulator. This file will generate the binary output as PSK modulated signal as an input. The input file should be *.mat file. In order to generate the output, you have to know your sampling frequency fs, carrier freaquency, fc and your bitrate.
- Publisher: Mohamad Zuhairi Ismail
- Date: 05-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Frequency Domain to Baseband-complex time-domain Modeling in RF Blockset
- License: Freeware
- Price: 0.00

RF Blockset converts frequency domain RF information to a baseband-complex time-domain model, for fast execution and compatibility with Simulink signal processing and communications blocks. This simple model illustrates some relationships inherent in the conversion.
- Publisher: Colin Warwick
- Date: 24-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- IMP Webmail Client for Scripts
- License: Freeware
- Price: 0.00

IMP is a set of PHP scripts that implement an IMAP based webmail system. Assuming you have an account on a server that supports IMAP, you can use an installation of IMP to check your mail from anywhere that you have web access. It is written in PHP and provides webmail access to IMAP and POP3 accounts.
- Publisher: The Horde Project
- Date: 12-06-2013
- Size: 4178 KB
- Platform: PHP, Scripts
- Simple FDM simulation
- License: Freeware
- Price: 0.00

Simple frequency division multiplexing simulation..
- Publisher: Cristian David Grajales
- Date: 26-03-2013
- Size: 1126 KB
- Platform: Matlab, Scripts
- Ardtool
- License: Freeware
- Price: 0.00

Ardtool is a Matlab graphical user interface used to analyze the different types of antenna arrays. The name was taken from the program function Array Design Tool..
- Publisher: Mohamed Awida
- Date: 18-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- FaxMaster for Scripts
- License: Freeware
- Price: 0.00

FaxMaster is a PHP based web application that provides a frontend to HylaFax. Features include,sending a single fax, bulk fax via CSV import, preview before send, recipient estimate before send, and auto document conversion (PDF, PS, PRN, TIFF, TXT, DOC).
- Publisher: Nicholas Hadaway
- Date: 01-06-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Structure Cut
- License: Freeware
- Price: 0.00

As an example, suppose you had taken 155 seconds of data of the location (x,y,z) of a particle as a function of time (t). It is convenient to put that all into a struct, such as this one: >> data data = t: [155000x1 double] x: [155000x1 double] y: [155000x1 double] z: [155000x1 double] If you wanted to extract the data taken between 15 and 20 seconds, you would normally need to type index = find((data.
- Publisher: Sean Bryan
- Date: 27-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- IPPhone Lib for Scripts
- License: Freeware
- Price: 0.00

IPPhone Lib is aimed at being a convenient API to assist in developing PHP applications for Cisco IP Phones. It is an object-oriented frontend to the Cisco IP Phone XML Data Type Definition..
- Publisher: Paul Barton
- Date: 07-02-2013
- Size: 10 KB
- Platform: PHP, Scripts
- pblogan for Scripts
- License: Freeware
- Price: 0.00

pblogan (Phone Box LOG ANalyzer) is a set of perl scripts that extract information from a Panasonic Phone Box via a serial port, and upload them to a Postgres Database which is queried by several php pages..
- Publisher: Ariel Pereira
- Date: 15-03-2013
- Size: 31 KB
- Platform: PHP, Scripts
- Linux Telephone Answering Device for Scripts
- License: Freeware
- Price: 0.00

Linux Telephone Answering Device (lintad) is a fax and voicemail application. Lintad uses a softmodem as a soundcard attached to the phoneline to play greetings and record messages. Messages and faxes are made available to browersers via Apache and PHP.
- Publisher: Fran Sabolich
- Date: 24-02-2013
- Size: 502 KB
- Platform: PHP, Scripts
- Efficiency Network Analyser
- License: Freeware
- Price: 0.00

Efficiency Network Analyser (E.N.A.) calculates, through a graphical user interface, the performances of the main multiple access protocols in the comunication networks in different load conditions. The used protocols are: FDMA & TDMA; Aloha & Slotted Aloha; CSMA & CSMA/CD; Multiple Token, Single Toke & singole Packet.
- Publisher: Fabio Manganiello
- Date: 21-06-2013
- Size: 123 KB
- Platform: Matlab, Scripts
- PIMB for Scripts
- License: Freeware
- Price: 0.00

PIMB, PHP Instant Messaging Bots, is a PHP-based chat bot framework that allows you to write, run and manage bots from a web-based panel. The framework uses the open standard Jabber protocol for IM communication, yet completely hides this complexity for bot developers.
- Publisher: Ferdy Christant
- Date: 21-01-2013
- Size: 471 KB
- Platform: PHP, Scripts
- Demonstration of Gibbs' Phenomenon
- License: Freeware
- Price: 0.00

This short m-file demonstrates the Gibbs' phenomenon in Signal Processing. It clearly shows the "ringing" when the number of Fourier components are enhanced while synthesising a square waveform..
- Publisher: RAVEENDRANATHAN KALATHIL CHELLAPPAN
- Date: 22-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- fSGolayFilt
- License: Freeware
- Price: 0.00

fSGolayFilt is a fast polynomial smoothing filter for uniformly spaced signals. This implementation offers less flexibility than other versions found in the MATLAB Central (eg. from Jianwen Luo, YangQuan Chen or Vassili Pastushenko), but it is optimized for speed by using a C-Mex function for the calculations.
- Publisher: Jan Simon
- Date: 06-05-2013
- Size: 20 KB
- Platform: Matlab, Scripts
- stegano
- License: Freeware
- Price: 0.00

The following program hides a text encrypt in the pixels of an image in true colour by means of imperceptible changes to the human eye in the Colour. The syntax is hidetc to hide the text in the image; in an interactive way the image (24 bits is selected) and the text (txt) that can be in any portfolio of the computer.
- Publisher: Francisco Echegorri
- Date: 06-01-2013
- Size: 164 KB
- Platform: Matlab, Scripts
- Reset clock
- License: Freeware
- Price: 0.00

This Block makes the clock to get reset, when reset is given a low signal(0), and starts again when it is high. This block can be used to make any thing similar to this. Please give an Email about how did you make use of this block, if possible.
- Publisher: Ravi Mravi
- Date: 06-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- BER of BPSK DS-SS System
- License: Freeware
- Price: 0.00

This m-file finds the bit error rate performance of BPSK DS-SS system over (i) AWGN channel and (ii) Slow Rayleigh fading channel corrupted by AWGN. Compare the performance with simple BPSK system. In this simulation I have used two functions.So to see the result open all the files and then run ber_performance file.
- Publisher: Sanjeet Kumar
- Date: 24-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Accurate Eye center location
- License: Freeware
- Price: 0.00

The code has been tested successfully on a number of images. The algorithm is based on paper tiled "Accurate eye center location using isophote curature" presented by Roberto valenti and Theo Gevers at CVPR 2008 in ALASKA..
- Publisher: GAGAN
- Date: 21-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- xcorAlign.m
- License: Freeware
- Price: 0.00

Circularly shifts input data in matrix by columns, according to cross correlation maximum index..
- Publisher: Joshua Carmichael
- Date: 06-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- LiveHelpNow for Joomla
- License: Freeware
- Price: 0.00

LiveHelpNow Help Desk extension once installed will provide your business with 3 major help desk functions: 1. Live Chat 2. Trouble Ticket management 3. Knowledge base management Your Website is the primary face of your business. Every day visitors arrive to your website.
- Publisher: LiveHelpNow, Inc
- Date: 11-01-2013
- Size: 287 KB
- Platform: PHP, Scripts
