Anda di halaman 1dari 1

Q.

1: try out different shape for conv command in matlab: Full , Same , Valid

Q.2 : Write a matlab program to calculate convolution without using conv command. Q.3 : calculate the result of a convolution y[n] = function) where xs[n] = 1; 0 n 5 0; otherwise

[n - 1]*xs[n] (here & represent unit step

Q.4 : Calculate response of the system whose impulse response is given by H= exp(-t) , and input X=[2 3 4 1 2 3 7 8 ] , using matlab command conv? Q.5 : write a matlab program to calculate convolution of two signals using FFT and IFFT, and also form a user defined function to calculate convolution in matlab (in frequency domain multiplication is equal to doing convolution in spatial domain) Input signals: X1=[1 2 3 4 0 0] X2 = [-3 5 -4 0 0 0] Q.6 : write a program to calculate discrete convolution of two given signals : X1= n*u[n-4] X2= (4)n *u[n]-u[n-2] for n=-10 to 10 for n=-10 to 10

Anda mungkin juga menyukai