代码搜索:Convolution

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

代码结果 1,402
www.eeworm.com/read/488224/6498682

m circonv.m

function y = circonv(x1, x2) % Develops a sequence y obtained by the circular % convolution of two equal-length sequences x1 and x2 L1 = length(x1); L2 = length(x2); if L1 ~= L2, error('Sequences
www.eeworm.com/read/476907/6754081

m convnrz.m

% Convolution of NRZ rectangular pulses function convnrz(action) if (nargin
www.eeworm.com/read/264806/11300754

m harris2.m

ori_im2=rgb2gray(imread('2.bmp')); ori_im2=imresize(ori_im2',0.50,'bicubic'); fx = [5 0 -5;8 0 -8;5 0 -5]; % % la gaucienne,ver axe x Ix = filter2(fx,ori_im2); % la
www.eeworm.com/read/259565/11782723

m myconvmtx.m

function matrix=myconvmtx(w,n) % Function creates convolution matrix of the form % | w1 w2 w3 0 0 0| % | 0 w1 w2 w3 0 0| % | 0 0 w1 w2 w3 0| % | 0 0 0 w
www.eeworm.com/read/156653/11786051

m ex05230b.m

% Chapter 05: Example 5.23 High speed convolution % part b) Plotting of saved data % run after part a) load times.txt -ascii; conv_time=times(1,:); hsconv_time=times(2,
www.eeworm.com/read/154760/11928723

m tour2.m

%To access the demonstrations, ENTER A NUMBER AS FOLLOWS % %PLOTTING ROUTINES 1 %ROUTINES FOR SIGNALS 2 %MATH ANALYSIS and FUNCTIONS 3 %TIME-DOMAIN ANALYSIS 4 %CONVOLUTION ROUTINES 5 %LAPLA
www.eeworm.com/read/342845/11995729

m ex05230b.m

% Chapter 05: Example 5.23 High speed convolution % part b) Plotting of saved data % run after part a) load times.txt -ascii; conv_time=times(1,:); hsconv_time=tim
www.eeworm.com/read/254742/12121248

m circonv.m

function y = circonv(x1, x2) % Develops a sequence y obtained by the circular % convolution of two equal-length sequences x1 and x2 L1 = length(x1); L2 = length(x2); if L1 ~= L2, error('Sequences
www.eeworm.com/read/151143/12233104

m myconvmtx.m

function matrix=myconvmtx(w,n) % Function creates convolution matrix of the form % | w1 w2 w3 0 0 0| % | 0 w1 w2 w3 0 0| % | 0 0 w1 w2 w3 0| % | 0 0
www.eeworm.com/read/252197/12292976

m convnrz.m

% Convolution of NRZ rectangular pulses function convnrz(action) if (nargin