circular convolution without cconv

조회 수: 3 (최근 30일)
Liron Sabatani
Liron Sabatani 2020년 4월 19일
댓글: David Goodmanson 2020년 4월 20일
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
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
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 CenterFile Exchange에서 Performance and Memory에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by