Hi, I need help about the convolution of 3 functions as shown in
attached file via FFT. Specially I need help about the Matlab
implementation of whole process.
Thanks in Advance.
Regards
Kamru
Attachments
thrd1.pdf
124.8 KB
· Views: 207
Answers and Replies
#2
salzrah
81
0
In Matlab there is a conv(u,v) function where u and v are your vectors. I think you have to write the vectors in complex form (as in the form with imaginary numbers). Matlab uses "j" i think instead of "i"