Name
iconv — periodic convolution
Calling Sequence
Y=iconv(a,b)
Parameters
- a
-
: vector
- b
-
: vector
- Y
-
: convolution result, same length with max(length(a),length(b)).
Description
iconv is a periodic convolution utility function on time domain.
Examples
a=rand(1,3);
b=rand(1,2);
Y=conv(a,b);
Authors
Roger Liu and Isaac Zhi