Feeds
답변 있음
convolute two functions(two signals)
function x = myconv(t) x = abs(t) < pi/2; end w=conv(x,x); plot(w) like that what're you think?...
convolute two functions(two signals)
function x = myconv(t) x = abs(t) < pi/2; end w=conv(x,x); plot(w) like that what're you think?...
13년 초과 전 | 0
| 수락됨
답변 있음
convolute two functions(two signals)
hi guys here is my function x(t)=1 if -pi/2<t<pi/2 x(t)=0 otherwise and i'd like to convoluate x(t) with x(t) co...
convolute two functions(two signals)
hi guys here is my function x(t)=1 if -pi/2<t<pi/2 x(t)=0 otherwise and i'd like to convoluate x(t) with x(t) co...
13년 초과 전 | 0
질문
convolute two functions(two signals)
hi everbody i'd like to make a script file which convolute to two function . so i started to code this but unfortunately it do...
13년 초과 전 | 답변 수: 4 | 0