circular convolution without cconv
1 回表示 (過去 30 日間)
古いコメントを表示
I have 2 vecrors of periodic coeffecients a_k , b_k. both of them size 2001 , start from 1 to 2001. I need to make circular convolution between them without using cconv.
The formula: f_k =
(l=(-1000,1000))a_l*b_k-l
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/285853/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/285854/image.png)
N=2001; l is vector (-1000:1:1000);
I don't know how to write this in Matlab without using cconv func..(also better without for loops).
I realy appreciate the help!
1 件のコメント
David Goodmanson
2020 年 4 月 20 日
HI Liron,
One can do circular convolution by means of the fft, and there is plenty of information on the web about that.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Performance and Memory についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!