Convolution, discrete time (not using conv)
显示 更早的评论
Write a MATLAB routine that generally computes the discrete convolution between two discrete signals in time-domain. (Do not use the standard MATLAB “conv” function.) • Apply your routine to compute the convolution rect( t / 4 )*rect( 2 t / 3 ).
2 个评论
umar
2011-12-18
Friðrik Hover
2016-2-21
Running this code and and also the built in conv function to convolute two signals makes the x axis wrong. How do you fix that?
回答(2 个)
Naz
2011-12-17
0 个投票
just implement the equation http://en.wikipedia.org/wiki/Convolution#Circular_discrete_convolution and use sum from 1 to N instead of 0 to N-1
4 个评论
umar
2011-12-17
Wayne King
2011-12-17
I think Naz has given you some direction here, but you have just posted your homework problem. If you show what you have coded in trying to solve your homework problem, people are generally more helpful.
umar
2011-12-17
yuki kim
2017-4-2
me too...
类别
在 帮助中心 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!