代码搜索:performs

找到约 4,693 项符合「performs」的源代码

代码结果 4,693
www.eeworm.com/read/159425/10650537

m conv2fft.m

function [out] = conv2fft(z1,z2,shape,shape2) %CONV2FFT FFT-based two dimensional convolution. % C = CONV2FFT(A, B) performs the 2-D convolution of matrices % A and B. If [ma,na] = size(A)
www.eeworm.com/read/418911/10891980

m lanc_b.m

function [U,B_k,V] = lanc_b(A,p,k,reorth) %LANC_B Lanczos bidiagonalization. % % B_k = lanc_b(A,p,k,reorth) % [U,B_k,V] = lanc_b(A,p,k,reorth) % % Performs k steps of the Lanczos bidiagonalization pro
www.eeworm.com/read/462042/7211825

txt 代码17-3.txt

% 这个程序实现了对二值图像的数学形态学操作 % 第一部分:输入图像到MATLAB fprintf('\n This program performs morphological operations on binary image') fprintf('\n Entering the image for MATLAB...') fprintf('\n Note that if Yo
www.eeworm.com/read/444297/7614381

m conv2fft.m

function [out] = conv2fft(z1,z2,shape,shape2) %CONV2FFT FFT-based two dimensional convolution. % C = CONV2FFT(A, B) performs the 2-D convolution of matrices % A and B. If [ma,na] = size(A)
www.eeworm.com/read/433337/7941241

m conv2fft.m

function [out] = conv2fft(z1,z2,shape,shape2) %CONV2FFT FFT-based two dimensional convolution. % C = CONV2FFT(A, B) performs the 2-D convolution of matrices % A and B. If [ma,na] = size(A)
www.eeworm.com/read/144069/12820635

m conv2fft.m

function [out] = conv2fft(z1,z2,shape,shape2) %CONV2FFT FFT-based two dimensional convolution. % C = CONV2FFT(A, B) performs the 2-D convolution of matrices % A and B. If [ma,na] = size(A)
www.eeworm.com/read/304909/13783564

m cyclicxover.m

function [c1,c2] = cyclicXover(p1,p2,bounds,Ops) % Cyclic crossover takes two parents P1,P2 and performs cyclic % crossover by Davis on permutation strings. % % function [c1,c2] = cyclicXover(p1
www.eeworm.com/read/488296/6491655

m fwt_5scales.m

%This function performs the fast wavelet transform in 5 scales. function [W1 W2 W3 W4 W5] = fwt_5scales (S) [Lo_d,Hi_d]=wfilters ('db1','d'); %decomposition filters for the fwt algorithm ('gaus
www.eeworm.com/read/477417/6734660

m emd_test.m

% Performs the same test as in example2.c mex emd_wrapper.c supply = [.4 .2 .2 .1 .1]; demand = [.6 .2 .1]; cost = [ 3 5 2 ; 0 2 5 ; 1 1 3; 8 4 3; 7 6 5 ]; emd_wrapper(cost, supply, demand) % co
www.eeworm.com/read/347690/11649273

m conv2fft.m

function [out] = conv2fft(z1,z2,shape,shape2) %CONV2FFT FFT-based two dimensional convolution. % C = CONV2FFT(A, B) performs the 2-D convolution of matrices % A and B. If [ma,na] = size(A)