代码搜索:Convolution
找到约 1,402 项符合「Convolution」的源代码
代码结果 1,402
www.eeworm.com/read/196830/8055838
m circonvt.m
function y = circonvt(x1,x2,N)
% N-point circular convolution between x1 and x2: (time-domain)
% -------------------------------------------------------------
% [y] = circonvt(x1,x2,N)
% y = outp
www.eeworm.com/read/196069/8116325
m ex051400.m
% Chapter 05: Example 05.14: Circular convolution example
%
x1 = [1,2,2]; x2 = [1,2,3,4];
y = circonvt(x1,x2,4)
www.eeworm.com/read/196069/8116666
m circonvt.m
function y = circonvt(x1,x2,N)
% N-point circular convolution between x1 and x2: (time-domain)
% -------------------------------------------------------------
% [y] = circonvt(x1,x2,N)
% y = outp
www.eeworm.com/read/317833/13495772
m ex051400.m
% Chapter 05: Example 05.14: Circular convolution example
%
x1 = [1,2,2]; x2 = [1,2,3,4];
y = circonvt(x1,x2,4)
www.eeworm.com/read/317833/13495905
m circonvt.m
function y = circonvt(x1,x2,N)
% N-point circular convolution between x1 and x2: (time-domain)
% -------------------------------------------------------------
% [y] = circonvt(x1,x2,N)
% y = outp
www.eeworm.com/read/493456/6393558
m circonvt.m
function y = circonvt(x1,x2,N)
% N-point circular convolution between x1 and x2: (time-domain)
% -------------------------------------------------------------
% [y] = circonvt(x1,x2,N)
% y = outp
www.eeworm.com/read/493456/6393726
m ex051400.m
% Chapter 05: Example 05.14: Circular convolution example
%
x1 = [1,2,2]; x2 = [1,2,3,4];
y = circonvt(x1,x2,4)
www.eeworm.com/read/156653/11786084
m ex051400.m
% Chapter 05: Example 05.14: Circular convolution example
%
x1 = [1,2,2]; x2 = [1,2,3,4];
y = circonvt(x1,x2,4)
www.eeworm.com/read/156653/11786602
m circonvt.m
function y = circonvt(x1,x2,N)
% N-point circular convolution between x1 and x2: (time-domain)
% -------------------------------------------------------------
% [y] = circonvt(x1,x2,N)
% y = output s
www.eeworm.com/read/342845/11995702
m ex051400.m
% Chapter 05: Example 05.14: Circular convolution example
%
x1 = [1,2,2]; x2 = [1,2,3,4];
y = circonvt(x1,x2,4)