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...
sahiba tasneem
2017 年 7 月 24 日
0 投票
Can u plz describe the code
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!