Feeds
답변 있음
convolution of exponential with unit step ... using conv command
t = -1:0.01:10; u = heaviside(t); u(u==0.5) = 1; subplot(221), plot(t,u), axis([-1 10 -.5 1.5]) ...
convolution of exponential with unit step ... using conv command
t = -1:0.01:10; u = heaviside(t); u(u==0.5) = 1; subplot(221), plot(t,u), axis([-1 10 -.5 1.5]) ...
대략 5년 전 | 0

