Commit 773ac68b authored by 袁通's avatar 袁通
Browse files

update LAB 2

parent 71fa20f9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -11,4 +11,6 @@ subplot(3, 1, 1), stem(nx1, x1), title("x_1[n]");
subplot(3, 1, 2), stem(nh1, h1), title("h_1[n]");
subplot(3, 1, 3), stem(nh1, h2), title("h_2[n]");

saveas(gcf, "P2_4_a_out.png");
 No newline at end of file
saveas(gcf, "plots/P2_4_a_out.png");

close;
 No newline at end of file
+17.1 KiB
Loading image diff...