Convolution, discrete time (not using conv)
Mostra commenti meno recenti
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 Commenti
umar
il 18 Dic 2011
Friðrik Hover
il 21 Feb 2016
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?
Risposte (2)
Naz
il 17 Dic 2011
0 voti
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 Commenti
umar
il 17 Dic 2011
Wayne King
il 17 Dic 2011
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
il 17 Dic 2011
yuki kim
il 2 Apr 2017
me too...
sahiba tasneem
il 24 Lug 2017
0 voti
Can u plz describe the code
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!