代码搜索:Convolution

找到约 1,402 项符合「Convolution」的源代码

代码结果 1,402
www.eeworm.com/read/361299/10058845

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/280929/10279368

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/160223/10555757

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/158750/10731605

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/448529/7531874

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/448529/7532042

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/439437/7709173

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/299923/7820090

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/299923/7820534

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/196830/8055470

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)