EC MATLAB programs, DSP Starter Kit, DSK lab manual, CC Studio for ECE


Familarisation with MATLAB


The name MATLAB stands for matrix laboratory produced by Mathworks Inc.,USA.It is a matrix based powerful software package for scientific and engineering numerical computation and visualization. Complex numerical problems can be solved in a fraction of the time .It provides an interactive environment with hundreds of built-in functions for technical computations, graphics and animation. In addition to built in functions, user can create his own functions.

MATLAB has three basic windows namely-command window, graphics window and edit window. Command window is characterized by the prompt ‘>>’ .All commands and the ready to run program filename can be typed here. Graphics window gives the display of the figures. Edit window is to create program files with an extension .m.

 
List of Experiments

GENERATION OF SIGNALS
Unit Impulse Signal
Unit Step Sequence
Ramp Sequence
Exponential sequence
Sine wave Generation
Cosine Wave Generation
Square Wave Generation
GENERATION OF COMMUNICATION SIGNALS
Generation of Amplitude Modulated Signal
Generation of Frequency Modulated Signal
LINEAR CONVOLUTION
DECONVOLUTION
CIRCULAR CONVOLUTION
LINEAR CONVOLUTION USING CIRCULAR CONVOLUTION
Using Circshift function
CIRCULAR CONVOLUTION USING LINEAR CONVOLUTION
DISCRETE CORRELATION
Cross Correlation
Auto Correlation
SAMPLING
Forming Original Signal
Sampling at 75 Hz
Sampling at 100 Hz
DFT Implementation
Using MATLAB function
Without Using MATLAB Function
IDFT Implementation
Using MATLAB function
Without Using MATLAB Function
DESIGN & IMPLEMENTATION OF IIR FILTERS
Butterworth Analog LPF
High Pass Filter
Band Pass Filter
Band Stop Filter
ChebyshevType-I Analog Low Pass Filter
ChebyshevType-I Analog High Pass Filter
ChebyshevType-I Analog Band Pass Filter
ChebyshevType-I AnalogBand Stop Filter
Chebyshev Type-II Analog LPF
Chebyshev Type-II Analog HPF
Chebyshev Type-II Analog BPF
Chebyshev Type-II Analog BSF
DESIGN & IMPLEMENTATION OF FIR FILTERS
FIR LPF using Blackman Window
FIR HPF using Blackman Window
FIR BPF using Blackman Window
FIR BSF using Blackman Window
Design of IIR Filter from an analog prototype using Impulse Invarient Method
Design of IIR Filter from an analog prototype using Bilinear Transformation
Program to find Time Shifting Property of DTFT
Program to find Frequency Shifting Property of DTFT
Program to find Time Reversal Property of DTFT
Program to find Circular Time Shifting Property of DTFT
Filtering Of Signals
SPECTRAL ANALYSIS OF A SUM OF TWO SINUSOIDS USING DFT
ECG WAVEFORM GENERATION