How do I implement convolution of 3 functions in Matlab via FFT?

  • Context: MATLAB 
  • Thread starter Thread starter kamru007
  • Start date Start date
  • Tags Tags
    Convolution Functions
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
kamru007
Messages
1
Reaction score
0
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

Physics news on Phys.org
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"