(input given as ?[?] = {1, 2,3} impulse given as ℎ[?] = {4,5,6} for 0 ≤ ? ≤ 2.) there is an error in my output..in sketching of y[n], we required a discrete in time signal but my output signal is continuous as seen clearly in screenshot below
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Umar Bhai
el 28 de Mayo de 2019
Comentada: Umar Bhai
el 28 de Mayo de 2019
n = 0:2; x =[1 2 3]; h=[4 5 6]; y=conv(x,h);
plot(y) xlabel('time axis'); title('output of a system'); ylabel('y axis')
![Capture.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/221432/Capture.png)
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Signal Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!