代码搜索:Extraction

找到约 5,483 项符合「Extraction」的源代码

代码结果 5,483
www.eeworm.com/read/297325/8029861

m manual_corner_extraction.m

%% This code allows complete manual reselection of every corner in the %% images. %% This tool is specifically useful in the case of highly distorted images. %% %% Use it when in standard mode. %
www.eeworm.com/read/333415/12684244

m extraction of the main components.m

%程序说明:y = pca(mixedsig),程序中mixedsig为 n*T 阶混合数据矩阵,n为信号个数,T为采样点数 % y为 m*T 阶主分量矩阵。 function y = pca(mixedsig) if nargin == 0 error('You must supply the mixed data as input argument.'); end if
www.eeworm.com/read/145715/12706278

m manual_corner_extraction.m

%% This code allows complete manual reselection of every corner in the %% images. %% This tool is specifically useful in the case of highly distorted images. %% %% Use it when in standard mode. %
www.eeworm.com/read/339620/12216955

m manual_corner_extraction.m

%% This code allows complete manual reselection of every corner in the %% images. %% This tool is specifically useful in the case of highly distorted images. %% %% Use it when in standard mode. %
www.eeworm.com/read/250505/12401498

m pilot_insert_and_extraction.m

%Program 4.3 %giins.m % %Function to insert guard interval into transmission signal % %Copyed by lpch % function [iout,qout]=giins(idata,qdata,fftlen,gilen,nd); %********************** variabl
www.eeworm.com/read/225935/14510430

m manual_corner_extraction.m

%% This code allows complete manual reselection of every corner in the %% images. %% This tool is specifically useful in the case of highly distorted images. %% %% Use it when in standard mode. %
www.eeworm.com/read/331534/3407779

svn-base extraction.h.svn-base

// // Extraction.h // // $Id: //poco/1.3/Data/include/Poco/Data/Extraction.h#2 $ // // Library: Data // Package: DataCore // Module: Extraction // // Definition of the Extraction class. //