0% found this document useful (0 votes)
23 views1 page

List of Simulation Lab Practicals

This document contains a list of 12 experiments to be performed in a MATLAB simulation lab for an electrical engineering course. The experiments include writing programs to: 1) perform basic matrix operations; 2) generate discrete and continuous time signals; 3) operate on signals through addition, multiplication, shifting etc.; 4) find even and odd parts of signals; 5) compute convolutions; 6) calculate autocorrelations and cross correlations; 7) test systems for linearity and time-invariance; 8) determine impulse and step responses from a transfer function; 9) represent periodic signals as Fourier series; 10) compute Fourier and inverse Fourier transforms; 11) plot Fourier transforms of signals; and 12) synthesize waveforms using Laplace transforms.

Uploaded by

AshutoshBhatt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views1 page

List of Simulation Lab Practicals

This document contains a list of 12 experiments to be performed in a MATLAB simulation lab for an electrical engineering course. The experiments include writing programs to: 1) perform basic matrix operations; 2) generate discrete and continuous time signals; 3) operate on signals through addition, multiplication, shifting etc.; 4) find even and odd parts of signals; 5) compute convolutions; 6) calculate autocorrelations and cross correlations; 7) test systems for linearity and time-invariance; 8) determine impulse and step responses from a transfer function; 9) represent periodic signals as Fourier series; 10) compute Fourier and inverse Fourier transforms; 11) plot Fourier transforms of signals; and 12) synthesize waveforms using Laplace transforms.

Uploaded by

AshutoshBhatt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

DEPARTMENT OF ELECTRICAL

ENGINEERING
SIMULATION LAB
PEE 452
LIST OF EXPERIMENTS
1. To write a MATLAB program to perform some basic operation on
matrices such as addition, subtraction, multiplication.
2. A. To write a MATLAB Program to generate of discrete time signals like
unit impulse, unit step, unit ramp, exponential signal and sinusoidal
signals.
B. To write a MATLAB Program to generate of continuous time signals
like unit step, saw tooth, triangular, Sinusoidal, ramp, and sinc
function.
3. To perform various operations on signals such as addition,
multiplication, scaling, shifting and folding, computation of energy and
avg power using MATLAB program.
4. To write a MATLAB program to finding the even and odd parts of a
signal.
5. To write a MATLAB program to find the convolution of two sequences.
6. To write a MATLAB program to compute autocorrelation and cross
correlation between signals.
7. A. To write a MATLAB program to verify the given system is linear or
non-linear.
B. To write a MATLAB program to verify the given system is Time
invariant or Timevariant.
8. To write a MATLAB program to find the impulse response& step
response of the LTI system governed by the transfer function H(s) =1/S
4s+3.
9. To write a MATLAB program to construct the following periodic signal
represented by its Fourier series by considering only 3,9,59 terms.
10.
A. To find Fourier transform and inverse Fourier transforms of
given functions.
11.
To find Fourier transform of the given signal and to plot its
magnitude and phase spectrum.
12.
MATLAB program to plot the given waveform using waveform
synthesis using Laplace transform.

You might also like