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

Listing of Communication in Scripts

Now compose your own ring tones for mobiles. A handy ring tone composer, which can be used to compose the tones with ease. Want to compose your custom ring tone.... Try it ... !!!.

  • Platform: Matlab, Scripts

Using information from Matlab central, Robot Grrl, and the Arduino forums, four files (two .m and two sketches) demonstrate two way communications between Matlab and the Arduino. The first set of files, serialTest1, demonstrates arduino input with Matlab tic/toc timing information added, and the second set of files, serialTest2, uses clock information from the arduino.

  • Platform: Matlab, Scripts

This program can be used to acquire data from Agilent 86141B optical spectrum analyzer using an Agilent 82357A USB/GPIB convertor. The program will require the Primary address of the Optical spectrum analyzer ,start wavelength,stop wavelength, sensitivity and the resolution bandwidth .

  • Publisher: vishnu
  • Date: 05-01-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

Sub band processing is based on splitting the frequency range into M segments (subbands),which together encompass the entire range. Each subband is processed independently, as called for by the specific application. The subbands are recombined after processing, to form an output signal whose bandwidth occupies the entire frequency range.

  • Platform: Matlab, Scripts

This script will determine the lower-upper factorization of a square matrix "A" through Gauss elimination..

  • Platform: Matlab, Scripts

An Advanced Simple Configuration Delta-Sigma Modulation Three-Phase Inverter Implementing Space Voltage Vector Approach. To miniaturize and enhance the performance of a variety type of switching mode inverters and converters, researchers have developed with great efforts so far.

  • Platform: Matlab, Scripts

InPolyedron detects points inside a manifold closed surface (even non convex ones). The normal orientation is assumed to be outwards. Warning there is no check for closed surface or normal orientation, open surfaces will give nonsense results. In the limit of numerical accuracy, points lying on the surface will be considered in.

  • Platform: Matlab, Scripts

The programme here draws the plot of the periodic signal whose 'Ck' is given by user. Following data should be entered by user. 1. Ck value (separate for k=zero, k= even and k=odd) 2. Time period of periodic function 3. Resolution 4. Range of k (it is actually -inf to +inf) we can only give suitable value for process to converge.

  • Platform: Matlab, Scripts

This scrip determines the column vector 'x', given the LU decomposition of matrix 'A'. It performs the forward substitution, finding 'y=L*z', then, by backward substitution: 'z=U*x', determines the values of 'x'..

  • Platform: Matlab, Scripts

I'm actually having trouble with the equalization of the channel, because the doppler effect introduces phase rotation, which I don't know how to correct. If anyone could help me, I' d be really thankful..

  • Platform: Matlab, Scripts

Electrohydraulic servoactuators provide one of the best controllers from the point of view of precision and speed of response. They are used to control wide range of mechanical parameters, such as the displacement, angular displacement, strain, force, and others.

  • Platform: Matlab, Scripts

The gradient function in Matlab allows you to compute the slope of a curve along its entire length. But if your curve is a noisy one, then gradient will also be noisy. In this event one might desire to fit a moderately low order polynomial regression model in a sliding window, then differentiate that model.

  • Platform: Matlab, Scripts

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.

  • Platform: Matlab, Scripts

Electrohydraulic servo systems provide one of the best controllers from the point of view of precision and speed of response. They are used to control almost all hydraulic and mechanical parameters, such as the pressure, pressure difference, angular speed, displacement, angular displacement, strain, force, and others.

  • Platform: Matlab, Scripts

This is a very simple function to find the local maximum in any dimensional array. As simple as it is it still gives nice results. I use the imdilate() function as a maximum operation and then compare the data to the result. The function receives three parameters: the data, a vector defining the minimum distance between peaks in each of the data dimensions.

  • Platform: Matlab, Scripts

The Linux Soft Real-Time Target is a target definition to Real-Time Workshop from Mathworks. The target uses the POSIX real-time clocks to generate periodic signals, to wake the model process at every time step. The process is changed to real-time highest priority defined by the scheduler, and therefore needs root privileges to execute.

  • Platform: Matlab, Scripts

VIDEO TUTORIAL: Serial communication (TX and RX) using SERIAL Matlab function. For Bluetooth and RS-232 devices applications. (Narration in Spanish)..

  • Platform: Matlab, Scripts

Nonlinearity detection scheme based on zeroing the initial time response over various intervals and computing the FFT of each, as described in: M. S. Allen and R. L. Mayes, "Estimating the Degree of Nonlinearity in Transient Responses with Zeroed Early-Time Fast Fourier Transforms," in International Modal Analysis Conference Orlando, Florida, 2009.

  • Publisher: Matt Allen
  • Date: 26-06-2013
  • Size: 922 KB
  • Platform: Matlab, Scripts
  • SimuWave
  • License: Freeware
  • Price: 0.00
  • Rating

The library includes compiled FIR filters, redundant and non redundant wavelet transform with dynamically sized channels, with applications to denoising and differentiation..

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

This function simplifies partial fraction expansion and outputs a single, easy-to-read function, rather than residue. To use this program enter the following in the command window: syms z g = (z^2-9)/(z^2-1); zhelper(g);.

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

The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace and then determines the peaks the associated angles provide the DOA estimates. The MATLAB code for the MUSIC algorithm is sampled by creating an array of steering vectors corresponding to the angles in the vector angles.

  • Platform: Matlab, Scripts

Occasionally I see a request for computation of a running, windowed standard deviation. This is easily accomplished using filter and the alternative formula for the standard deviation: std = sqrt((sum(x.^2) - n*xbar.^2)/(n-1)). Movingstd allows you to specify forward, backward or central windows of any desired length.

  • Platform: Matlab, Scripts

ScopeMath (fileid 13165) is a MATLAB-based GUI that uses the Instrument Control Toolbox to retrieve waveforms from an oscilloscope and analyze them in various ways. ScopeMath_Simple is a simplified version that demonstrates how to set up a similar GUI for your own purposes.

  • Platform: Matlab, Scripts

CONV_MTX Convolution matrix. If 'x' is a column vector of length 'nx', then conv_mtx(x,nh) gives a toeplitz matrix 'X' of size (nx+nh-1) times (nh). 'nh' is the length of the column vector 'h' with which 'x' is convolved. Thus finally 'X*h' is same as conv(x,h).

  • Platform: Matlab, Scripts

The pulse generator included in Simulink does not provide the ability to programmatically set the parameters. This block provides inputs that allow the amplitude, pulse width, and pulse period to be set. It's fairly simple, but wasn't obvious to me so I thought I'd share it.

  • Publisher: Dustin
  • Date: 20-01-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

the package has compared two L1 regularized image restoration models.

  • Platform: Matlab, Scripts

features: -ideal converter -introduction o errors in both ADC and DAC stages (fluctuation and mismatch) -scrambler function -dec.

  • Platform: Matlab, Scripts

Usage: [means,c]=KNMCluster(k,indata) KNMCluster is an implementation of the K-means clustering algorithm. It takes inputs k and indata. k is the initial guess of the number of clusters. indata is the aggregate data that you want to put into clusters.

  • Platform: Matlab, Scripts

OFDM Signal generation and decoding using 64-QAM as the modulation technique. This type of OFDM is particularly useful for WiMAX and other Wireless and Multimedia Standards. Just run the Model and with different SNRs in the AWGN Channel Block observe the performance of the OFDM.

  • Platform: Matlab, Scripts

This technique takes advantage of the kernel trick that can be used in PCA. This is a tutorial only and is slow for large data sets. In line 30 the kernel can be changed. Any Kernel should do it. Ref : http://www.eecs.berkeley.edu/~wainwrig/sta...kopf_kernel.

  • Platform: Matlab, Scripts

New Downloads

Project Timer

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

FolderMill

FolderMill monitors a folder
and automatically prints or
converts incoming documents to
PDF, JPG or TIFF. Just define
...

PhotoStage Photo Slideshow
Software Free

PhotoStage Free Slideshow
Software lets you create a
slideshow from your digital
photos and videos on Windows
and apply ...

Vivaldi for MacOS

The Vivaldi browser lets you
be in control of how your
browser looks, feels and
works. It does not track you,
adapts to ...

Debut Free Screen Capture
Software

Debut Screen Capture Software
Free for Windows allows you to
capture video from your PC.
Debut Free can record video
from ...

Active@ ISO Burner

Active@ ISO Burner burns
CD/DVD/Blu-ray ISO images
compatible with the ISO 9660
standard. Automated burning is
also ...

NetSpot

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

PDF-XChange Lite

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

Photo Pos Pro photo editor

Photo Pos Pro photo editor is
the ultimate tool to turn you
digital photos into stunning
artworks, create eye-catching
...

WinToUSB

WinToUSB allows you to
install/clone Windows
11/10/8.1/8/7 to USB drive or
Thunderbolt drive as a
bootable Windows drive, ...