代码搜索:FastICA

找到约 394 项符合「FastICA」的源代码

代码结果 394
www.eeworm.com/read/247726/12623615

m gui_cb.m

function gui_cb(action) % % This file is used by FASTICAG % This file holds the callbacks to the main window % @(#)$Id: gui_cb.m,v 1.5 2003/09/10 10:33:41 jarmo Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/247726/12623634

m gui_sc.m

function gui_sc (action) % % This file is used by FASTICAG % This file holds the callbacks for save-dialog % @(#)$Id: gui_sc.m,v 1.3 2003/09/08 11:28:59 jarmo Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/132535/14085732

m gui_cb.m

function gui_cb(action) % % This file is used by FASTICAG % This file holds the callbacks to the main window % @(#)$Id: gui_cb.m,v 1.5 2003/09/10 10:33:41 jarmo Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/132535/14085744

m gui_sc.m

function gui_sc (action) % % This file is used by FASTICAG % This file holds the callbacks for save-dialog % @(#)$Id: gui_sc.m,v 1.3 2003/09/08 11:28:59 jarmo Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/106648/15631446

m gui_cb.m

function gui_cb(action) % % This file is used by FASTICAG % This file holds the callbacks to the main window % @(#)$Id: gui_cb.m,v 1.5 2003/09/10 10:33:41 jarmo Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/106648/15631451

m gui_sc.m

function gui_sc (action) % % This file is used by FASTICAG % This file holds the callbacks for save-dialog % @(#)$Id: gui_sc.m,v 1.3 2003/09/08 11:28:59 jarmo Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/382423/9030096

txt 新建 文本文档.txt

>> I1=imread('1.tif'); >> I2=imread('5.tif'); >> I3=mat2vec(I1,'horizontal'); >> I4=mat2vec(I2,'horizontal'); >> I5=0.4*I3+I4; >> I6=1.3*I3+2*I4; >> I=[I5; I6]; >> [icasig,A,W]=fastica(I);
www.eeworm.com/read/156528/11794512

asv gui_cb.asv

function gui_cb(action) %2006.3.14 %author:xiaobing zhang % This file is used by Blind Multiuser detection % Handle to the main figure global hf_mud_MAIN; %算法选择全局变量 global g_mud_name; global ht_mud
www.eeworm.com/read/156528/11794633

m gui_cb.m

function gui_cb(action) %2006.3.14 %author:xiaobing zhang % This file is used by Blind Multiuser detection % Handle to the main figure global hf_mud_MAIN; global hf_mud_Load; %算法选择全局变量 global g_mud_
www.eeworm.com/read/129274/14255150

m gui_lc.m

function gui_lc (action) % This file is used by FASTICAG % This file holds the callbacks for load-dialog % 3.4.1998 % Hugo G鋠ert %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%