kamru007 Messages 1 Reaction score 0 Thread starter Sep 6, 2012 #1 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 thrd1.pdf 124.8 KB · Views: 332
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
salzrah Messages 81 Reaction score 0 Sep 6, 2012 #2 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"
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"