You are on page 1of 2

LIST OF EXPERIMENT

Course Name: SIGNAL AND SYSTEMS Course No. UEC-404

L :3 T :1 P :2 Cr :4.5 Semester :(Even/Odd) Year : 1516ODDSEM

Sr. No. Name of the Experiment

1 Write a program to generate the following signal:


(a) Unit step function
(b) Unit impulse function
(c) Unit ramp function
(d) Ramp function
(e) Rectangular pulse of width 2
2 Write a program to decompose x(n) = u(n) - u(n-10) in to its even and odd
components and also plots the respective waveforms.
3 Write a program to generate following waveforms in continuous and discrete form
(a) u(t-1)
(b) u(2t+1)
(c) r(t-3)
(d) Sinc function
4 Let x(n)=h(n)= u(n)-u(n-6), write a program to determine y(n)=x(n)*h(n) with and
without conv. function.

5 Write a program for linear convolution of the sequence of x= [1, 2] and h= [1, 2,
4] and plot the results.

6 Write a program to determine and plot continuous-time Fourier transform of


rectangular pulse.

7 Write a program to determine and plot discrete time Fourier transform (DTFT) of
rectangular pulse.

8 Write a program for computing FFT of the sequence [0 1 2 3 4 5 6 7] and plot the
results.

9 Find Z transform for following system


y(n) = 0.9 y(n-1)+x(n)
10 Write a program to find z transform of x(n)=(1/2)n u(n)+2n u(n) and plot its poles
and zeros.

Micro project:

Write a program to analyze the aliasing effect in the following cases


(a) Under sampling of input signal
(b) Over sampling of input signal
(d) Critical sampling of input signal

You might also like