Feeds
답변 있음
Using fft with rectangularPulse
a = 0.3; t=[-2:0.01:2]; x = rectpuls(t, a); %rectangle waves subplot(2,1,1); %subplot for rectangle waves plot(t,x); a...
Using fft with rectangularPulse
a = 0.3; t=[-2:0.01:2]; x = rectpuls(t, a); %rectangle waves subplot(2,1,1); %subplot for rectangle waves plot(t,x); a...
거의 4년 전 | 0
