Commit a6908c11 authored by 代育津's avatar 代育津
Browse files

图的title有点问题

parent 923f8592
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ y2 = conv(x1, conv(h1, h2));

ny = nh1(1)+nx1(1):1:nh1(end)+nh1(end)+nx1(end)

subplot(2,1,1), stem(ny, y1), title("y_2[n]=(x_1[n]*h_1[n])*h_2[n]");
subplot(2,1,2), stem(ny, y2), title("y_1[n]=x_1[n]*(h_1[n]*h_2[n])");
subplot(2,1,1), stem(ny, y1), title("yd1[n]=(x_1[n]*h_1[n])*h_2[n]");
subplot(2,1,2), stem(ny, y2), title("yd2[n]=x_1[n]*(h_1[n]*h_2[n])");

saveas(gcf, "plots/P2_4_d_out.png");
close;
+7.07 KiB (27.1 KiB)
Loading image diff...