EJERCICIOS DE CONVOLUCION EN MATLAB
May 22, 2019 | Author: Freddy Jesus | Category: N/A
Short Description
EJERCICIOS DE CONVOLUCION EN MATLAB...
Description
PROCESAMIENTO DE SEÑALES MANUEL
CHEPE CUEVA CUEVA FREDDY FREDDY JESUS
TAREA 2 1. Programar Programar en Matlab Matlab la convolució convolución n de las siguientes siguientes señales, señales, graficar graficar además las señales de entrada así como la salida:
− − − − − − − − − − − − − − − − − − − − − −
clear all clc t1=-2:0.01:2; x=ustep(t1); plot(t1,x,'LineWidth' plot(t1,x, 'LineWidth',4) ,4) xlael('!ariale xlael('!ariale t'); t'); "lael('x(t)' "lael('x(t)'); ); axis(#-2.$ 2.$ -0.$ 1.$%); &rid on on; ; i&ure t2=-4:0.01:4; h=2ustep(t2-2); plot(t2,h,'LineWidth' plot(t2,h, 'LineWidth',4) ,4) xlael('!ariale xlael('!ariale t'); t'); "lael('h(t)' "lael('h(t)'); ); axis(#-4.$ 4.$ -0.$ 2.$%); &rid on on; ; i&ure !=con!(x,h); plot(!,'LineWidth' plot(!,'LineWidth',4) ,4) title('con!olucion' title( 'con!olucion'); ); &rid on on; ;
UNIVERSIDAD NACIONAL TECNOLOGICA LIMA SUR
PROCESAMIENTO DE SEÑALES MANUEL
CHEPE CUEVA FREDDY JESUS
2. Programar en Matlab la convolución de las siguientes señales, graficar además las señales de entrada así como la salida:
− − − − − − − − − − − − − − − − − − − −
clear all clc t1=-:0.01:; x=ustep(t1*2).ustep(2-t1); plot(t1,x,'LineWidth',4); xlael('!ariale t'); "lael('x(t)'); axis(#- -0.$ 1.$%) &rid on; i&ure t2=-1:0.01:4; h=ura+p(t2).ustep(-t2).ustep(t2); plot(t2,h,'LineWidth',4) xlael('!ariale t'); "lael('h(t)'); axis(#-0.$ .$ -0.$ .$%) &rid on; i&ure !=con!(x,h); plot(!,'LineWidth',4)
3. Programar en Matlab la convolución de las siguientes señales, graficar además las señales de entrada así como la salida:
UNIVERSIDAD NACIONAL TECNOLOGICA LIMA SUR
PROCESAMIENTO DE SEÑALES MANUEL
− − − − − − − − − − − − − − − − − − − −
CHEPE CUEVA FREDDY JESUS
clear all clc t1=-$:0.01:0; x=exp(t1).ustep(-t1); plot(t1,x,'LineWidth',4); xlael('!ariale t'); "lael('x(t)'); axis(#-4 0.$ -0.$ 1.$%) &rid on; i&ure t2=-1:0.01:; h=#2ustep(t2)%-ustep(t2-1)-ustep(t2-2); plot(t2,h,'LineWidth',4) xlael('!ariale t'); "lael('h(t)'); axis(#-0.$ .$ -0.$ 2.$%) &rid on; i&ure !=con!(x,h); plot(!,'LineWidth',4)
UNIVERSIDAD NACIONAL TECNOLOGICA LIMA SUR
View more...
Comments