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!