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 years 前 | 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 years 前 | 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 years 前 | 4 个回答 | 0