MATLAB code of Beamforming using BPSK modulation
MATLAB code of Beamforming using QPSK modulation
Explain why we use fftshift(fft(fftshift(x))) in Matlab instead of fft(x). An example is given. The example and Matlab codes are partially copied from Daniele Disco d-de?s work in "A guide to the Fast Fourier Transform, 2nd Edition".
a simple matlab code to apply trail and error method .
Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column vector, bounding a value without if statements, and repeating/tiling a vector...
It will compute the Kalman gain and the stationary covariance matrix using a Kalman filter with a linear forward looking model.
Most of the time we use Simulink to simulate a PID controller. But this files run it as a Matlab code. Extract the files to the working directory and just run the file PID_ctrl_call.m. You can vary the PID tuning parameters in the file...
This package contains the MATLAB code for the robust point-set registration algorithm discribed in the ICCV'05 paper:
"Bing Jian and Baba C. Vemuri, A Robust Algorithm for Point Set Registration Using Mixture of...
This code is just a matlab vision of Dirk-Jan Kroon who published Fast Non-Local Means 1D, 2D Color and 3D(http://www.mathworks.com/matlabcentral/fil...2d-color-and-3d).
this matlab code will executes that the whole numbers on a number plate of a car can be segmented,just by modifying the available code using or operation in the labelling
I am describing a solution that allows you to break apart and run large amounts of your Matlab code in parallel on large computational pools. In order to provide the user with the familiar Matlab work environment, I glue back the remotely...
This demo shows how you can create a COM component from a MATLAB code using MATLAB COM Builder and use the same in an external project independent of MATLAB. This demo compiles a function that uses MATLAB Interpolation capability into a COM...
Matlab-invoked Perl code which cleans up syntax in Matlab code you may have downloaded or inherited:
1) gets rid of trailing commas in "switch", "case", "if and "else" statements.
2)...
Simple user interface with possibility to pick any color and determine MATLAB code for chosen color. It makes possible to copy determined color code en paste it to your color specification within m-file of other program code. This color...
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...
MATLAB implementation of IGRF11 fortran code as function for calculating Earth mean magnetic field. Implementation has been modified to default to GPS reference coordinates with output B components North, East, and Vertical. Spherical harmonic...
The MATLAB Compiler (v4, R14 onwards) can package MATLAB code into an executable or C/C++ shared library. Calling a C shared library from Fortran, however, can be difficult. The mixed-language issue is C vs. Fortran calling conventions. This is an...
This is a fairly specialised bunch of MATLAB code, with the sole intention of helping out people who really want to apply surrogate data testing in their projects. It is not a tutorial on what surrogate data is, or how they should be used. It...
The goal is to write a MATLAB code which runs a script in order to manipulate a stream composittion in HYSYS. This can be done by doing the following procedure:
First a script should be made in HYSYS (Tools -> Script Manager ->...
This is a C implementation of the great Matlab code provided by Darren Engwirda. You can find his code in: http://www.mathworks.com/matlabcentral/fil...in-polygon-test According to my estimates, it works more than 2x as fast. So... |