代码搜索:convolution

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

代码结果 1,402
www.eeworm.com/read/299916/3849200

m ex051500.m

% Chapter 05: Example 05.14: Circular convolution example % % a) 5-point circular convolution x1 = [1,2,2]; x2 = [1,2,3,4]; y = circonvt(x1,x2,5) % b) 6-point circular convolution x1 = [1,2,2];
www.eeworm.com/read/299916/3849385

m ex051500.m

% Chapter 05: Example 05.14: Circular convolution example % % a) 5-point circular convolution x1 = [1,2,2]; x2 = [1,2,3,4]; y = circonvt(x1,x2,5) % b) 6-point circular convolution x1 = [1,2,2];