why there are two different comands for calculating convolution of two vectors?
Show older comments
What is the use of conv, when cconv can perform both linear as well as cicular convolution by choice of passing third argument.
Please guide
1 Comment
Walter Roberson
on 12 Nov 2021
Edited: Walter Roberson
on 13 Nov 2021
You have to know the padding requirements to use circular convolution as equivalent.
Also, for code generation, linear convolution is easier to generate code for, including potentially parallel HDL for some data types.
Accepted Answer
More Answers (0)
Categories
Find more on Correlation and Convolution in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!