Вы находитесь на странице: 1из 2

CYCLE II 1.Program to find exponential fourier series representation of a periodic rectangular wave. 2.

.Program to find trigonometric fourier series of a periodic gate pulse and draw its spectrum. Also verify the gibbs phenomenon by reconstructing the original signal from its samples. 3.Program to find fourier transform of a. rectangular signal x(t)=u(t+5)-u(t-5) b. exponential signal x(t)=t*exp(-2*t)*u(t). Hint:-use symbolic 4.Program to verify the time scaling property of FT use sinc signal. Hint:-use fftshift command 5.Program to find a. Convolution of two discrete time signals (sequences should have same length) b.Convolution of two continuous time signals

x1(t)=u(t)-u(t-10); x2(t)=t*u(t); 6.Program to verify the time convolution property of FT for x1(t)=exp(-2*t); x2(t)=u(t); Hint:-use symbolic

7. Program to find the estimation of power spectral density for a train of impulses Hint:-use fftshift command.

Вам также может понравиться