Listing of Communication in Scripts
- Steepest Descent Algorithm
- License: Freeware
- Price: 0.00

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.
- Publisher: Obaid Mushtaq
- Date: 12-04-2013
- Size: 10 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
- STL_Import: IMPORT FUNCTION FOR STL FILES
- License: Freeware
- Price: 0.00

STL_Import is a tool designed to import into MATLAB both binary and ASCII STL files. This script is mainly a collage between file exchange file id 22409 and 3642, plus some other features that can be considered new. SYNOPSIS: mode 1 (default) [p,t,tnorm]=STL_Import(filename,mode) mode 2 [v,tnorm])=STL_Import(filename,mode) input: filename: string representing the name of the file mode: mode=1 (if omitted is automatically set to one) set the the output to: output=[p,t,tnorm] where: <!--QuoteBegin--><!--QuoteEBegin--> p=points (unique) of the model nx3 array t=triangles indexes of the model tnorm= normals of triangles<!--spoiler_text_end--><!--/dp_spoiler--> mode=2 set the the output to: output=[v,tnorm] where: <!--QuoteBegin--><!--QuoteEBegin--> v= vertex (not unique points) of the model nx3 array.
- Publisher: Luigi Giaccari
- Date: 13-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Stream Programming
- License: Freeware
- Price: 0.00

This is a set of functions written to teach the stream programming base theory. I think that this can be useful to the programmers that don't know what the stream programing is and manage signals or (infinite) sequences of entities..
- Publisher: Gabriele Lombardi
- Date: 14-01-2013
- Size: 31 KB
- Platform: Matlab, Scripts
- String Letter Counter Function
- License: Freeware
- Price: 0.00

Statement: strLetterCounter('string') ....where, 'string' is an input string containing alphabet or numbers. Ex: string='aaaaaaaabbbbbbccd' Statement: strLetterCounter(string) Output: '8a,6b,2c,1d' Note: This function is different from the Matlab function called 'unique' because it keeps the order in which letters occur in the string.
- Publisher: Avinash Rude
- Date: 09-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- stringCollapser
- License: Freeware
- Price: 0.00

Example 1- Input string = 'abc,abc,abc,dcf,dcf,ef'. output string ='3abc,2dcf,1ef' Example 2- Input string = 'xyzr,abdc,abdc,haha,haha'. output string ='1xyzr,2abdc,2haha' Explanation: This function collapses a comma separated long string, containing sub-strings, into a possibly smaller string by replacing repeated sub-strings by counts of repetitions of substrings.
- Publisher: Avinash Rude
- Date: 26-05-2013
- Size: 10 KB
- Platform: Matlab, 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
- Structure Learning Package for Bayes Net Toolbox
- License: Freeware
- Price: 0.00

Learning methods for Bayesian Networks and statistical tools.
- Publisher: Olivier Francois
- Date: 26-03-2013
- Size: 2109 KB
- Platform: Matlab, Scripts
- subtri
- License: Freeware
- Price: 0.00

[Fs,Vs]=subtri(F,V,n) Sub-triangulates the triangles defined by the patch format data F (faces) and V (vertices). Can be used to increase the density of triangulated data or to triangulate the icosahedron to create geodesic sphere triangulations with desired density.
- Publisher: Kevin Moerman
- Date: 09-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Successive approximation ADC
- License: Freeware
- Price: 0.00

Includes: -error calculation for DAC's finite bandwidth & slew-rate -remedy to the error -dynamic performance -simulation with real binary resistive DAC -description file.
- Publisher: Fabrizio Conso
- Date: 07-05-2013
- Size: 82 KB
- Platform: Matlab, Scripts
- Sum of harmonics
- License: Freeware
- Price: 0.00

For several different reasons it could occur that we need to produce a signal from the sum of several harmonic components. In the usual case of Fourier analysis, FFT and IFFT are likely the best choice. However it could happen that: - The frequencies of the harmonic components are unevenly spaced - The time vector is unevenly spaced In such cases we could be in the need of coding the summation directly in Matlab, that is quite slow in performing this tasks.
- Publisher: Gabriele
- Date: 13-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- SURFACE RECOSTRUCTION FROM SCATTERED POINTS CLOUD PART3
- License: Freeware
- Price: 0.00

You can find the description at: http://www.advancedmcode.org/surface-recos...l-fretting.html For those who wants more, a free-ware toolbox for surface recon is available here: http://www.advancedmcode.org/a-freeware-to...nstruction.html.
- Publisher: Luigi Giaccari
- Date: 15-02-2013
- Size: 850 KB
- Platform: Matlab, Scripts
- swapeCaster
- License: Freeware
- Price: 0.00

Pointing a podcast program to the the feed.php file and it will automatically generate a podcast feed. Installation Unzip the files and upload them to the web server Place the music/video files under the "files/" directory.
- Publisher: Alireza Balouch
- Date: 08-02-2013
- Size: 10 KB
- Platform: PHP, Scripts
- Swept-Sine Analysis
- License: Freeware
- Price: 0.00

This method, known as swept-sine, log-chirp, swept-tone, or sine sweep uses an increasing frequency sinusoid to stimulate an acoustic device under test. The response is processed to compress the response to an impulse response. This method is robust against noise, time variance, and weak nonlinearities.
- Publisher: Oygo
- Date: 20-04-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Talki
- License: Freeware
- Price: 0.00

Tal.ki - Joomla! Forums (Free) Tal.ki Embeddable Forums are the easiest way to add a forum, message board, or discussion board to your Joomla! site. This forum extension will add a Forums page to your site and allow your members to start their own conversations and forum topics on your site.
- Publisher: Tal.ki
- Date: 03-01-2013
- Size: 31 KB
- Platform: PHP, Scripts
- TalkToMe
- License: Freeware
- Price: 0.00

Yet another simple module that is being made available because I've been asked about it on my site in the past. This module currently supports Google Talk Chatback, Meebo, AIM WIMZI & MSN Messenger Widgets. You can enable one, some or all of them, and with the module settings you can adjust the width & height of the widgets.
- Publisher: Nick Texidor
- Date: 08-05-2013
- Size: 1300 KB
- Platform: PHP, Scripts
- TCP/IP Communications in Matlab
- License: Freeware
- Price: 0.00

Transmission Control Protocol (TCP/IP) communications are used to send data from one computer to another over a network or from one application to another within a single computer. The jtcp.m program uses Matlab's ability to call Java code to enable it to send and/or receive TCP packets.
- Publisher: Kevin Bartlett
- Date: 08-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- TeamSpeak for Joomla
- License: Freeware
- Price: 0.00

This Plugin lets you synchronize your Joomla! users to a teamspeak server. Changes in Joomla's user database are automatically synched to the TeamSpeak. No core hacks required!.
- Publisher: DerSeppel
- Date: 01-04-2013
- Size: 31 KB
- Platform: PHP, Scripts
- Tektronix AFG3000 Series - MATLAB Driver and Example
- License: Freeware
- Price: 0.00

MATLAB™ is a software environment and programming language with over 1,000,000 users and supports Tektronix™ arbitrary/function generators only through its Instrument Control Toolboxd-OC?D?. MATLAB is used with Tektronix signal generators to generate arbitrary and standard waveforms, configure and control the instruments, build automated test applications, and analyze and visualize data from other instruments.
- Publisher: The Instrument Control Team
- Date: 15-05-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Tektronix CSA 8000 Communications Signal Analyzer
- License: Freeware
- Price: 0.00

This is a MATLAB™ instrument driver for use with v2.0 of the Instrument Control Toolboxd-OC?D? and higher. It supports the Tektronix™ CSA 8000 communications signal analyzer. It is a standalone MATLAB instrument driver that does not require any additional instrument drivers to operate.
- Publisher: The Instrument Control Team
- Date: 02-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Tektronix DPO mmd driver
- License: Freeware
- Price: 0.00

It works well for DPO 7254..
- Publisher: Roy
- Date: 10-01-2013
- Size: 430 KB
- Platform: Matlab, Scripts
- Text message / E-mail Matlab!
- License: Freeware
- Price: 0.00

Have you ever had a need to invert a matrix while out for dinner? Have you ever had the need to solve a second-order differential equation while stuck in traffic but didn't have access to Matlab? Well, now you can! This is a VBA module file (*.bas) that allows you to evaluate a string in Matlab by calling the Matlab interface.
- Publisher: Stefan Novak
- Date: 02-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- tf2dspiciirc
- License: Freeware
- Price: 0.00

This file calculates iir canonic coefficients for a dspic (30F6014) for a given filter transfer function. It is a Pre Release and may not work correctly, but I hope you may help in debugging..
- Publisher: Moret Louis
- Date: 06-03-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- The Cardiac Processor VI1 Matlab In C Mex Version
- License: Freeware
- Price: 0.00

It is the version in C Mex frame of my cardiac processor VI1 for cardiac cells oscillations.I am very in love with matlab and mathworks products so i publish only for one time my work out of matlab in C Mex for C execution..
- Publisher: Dit Papa Lamine ndao
- Date: 27-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- The LAMB toolbox
- License: Freeware
- Price: 0.00

Description: This program is based on the Ph.D. thesis[1]: "LAMB: a SIMULATION TOOL for AIR-COUPLED LAMB WAVE BASED ULTRASONIC NDE SYSTEMS" from The Polytechnic University of Catalonia (UPC), Department of Electronic Engineering (EEL) 2010. The software simulates the behaviour of an entire air-coupled ultrasonic Non-Destructive Evaluation (NDE) system based on 1D linear array transducers.
- Publisher: Jose Luis Prego
- Date: 17-05-2013
- Size: 15585 KB
- Platform: Matlab, Scripts
- The Referral Database
- License: Freeware
- Price: 0.00

The Referral Database script connects people to community resources and human service organizations by providing an intuitive user interface and database to store and access information about agencies. It is free, web based, and written in PHP and MySQL.
- Publisher: Joe Glass
- Date: 19-03-2013
- Size: 82 KB
- Platform: PHP, Scripts
- The Referral Database for Scripts
- License: Freeware
- Price: 0.00

The Referral Database script connects people to community resources and human service organizations by providing an intuitive user interface and database to store and access information about agencies. It is free, web based, and written in PHP and MySQL.
- Publisher: Joe Glass
- Date: 19-02-2013
- Size: 82 KB
- Platform: PHP, Scripts
- Theme from Super Mario Brothers Song
- License: Freeware
- Price: 0.00

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..
- Publisher: James Humes
- Date: 19-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Time Division Multiplexing
- License: Freeware
- Price: 0.00

In this program it is shown that how signal are multiplexed and how multiplexed look like. It is good for teaching and get feel of multiplexing. It can also observed that requirement for multiplexing more signals is the high symbol rate..
- Publisher: Nikesh Bajaj
- Date: 21-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Time Division Multiplexing(TDM)
- License: Freeware
- Price: 0.00

This will automatically give the output by taking one sinusoidal signal and triangular signal then combine then split it to get back the original signal......
- Publisher: Debaraj Rana
- Date: 18-06-2013
- Size: 10 KB
- Platform: Matlab, Scripts

