代码搜索:Normalized

找到约 4,216 项符合「Normalized」的源代码

代码结果 4,216
www.eeworm.com/read/303697/13810123

m demo_svm.m

function result = demo_svm(action,hfigure,varargin) % 演示支持矢量机机器学习模型. % % 说明: % DEMO_SVM 演示二类支持矢量机分类器,输入的数据集必须是二维的 % 用户可以装载数据,也可以手动创建 % % 使用的训练算法: % - 序列最小优化(SMO)算法 BORDER=0.2;
www.eeworm.com/read/303697/13810129

asv demo_svm.asv

function result = demo_svm(action,hfigure,varargin) % 演示支持矢量机机器学习模型. % % 说明: % DEMO_SVM 演示二类支持矢量机分类器,输入的数据集必须是二维的 % 用户可以装载数据,也可以手动创建 % % 使用的训练算法: % - 序列最小优化(SMO)算法 BORDER=0.2;
www.eeworm.com/read/303498/13814376

m e0665.m

hf=figure('Color',[0,1,1],'Position',[100,200,200,300],'Name','This is a three dimentional figure.','NumberTitle','off','MenuBar','none'); uicontrol(hf,'Style','Text', 'Units','normalized', 'Position
www.eeworm.com/read/303496/13814536

m anaask.m

function [y,am]=anaask(N,Ncomp,f0); % ANAASK Amplitude Shift Keying (ASK) signal. % [Y,AM]=ANAASK(N,NCOMP,F0) returns a complex amplitude % modulated signal of normalized frequency F0, with a uniform
www.eeworm.com/read/303048/13823183

m som_gui.m

function som_gui(varargin) %SOM_GUI A GUI for initialization and training of SOM. % % som_gui([sD]) % % som_gui % som_gui(sD) % % Input and output arguments ([]'s are optional) % [sD] (
www.eeworm.com/read/302091/13842369

m ex11_3.m

hf=figure('Color',[0,1,1],'Position',[100,200,400,200],... 'Name','数制转换','NumberTitle','off','MenuBar','none'); uicontrol(hf,'Style','Text', 'Units','normalized',... 'Position',[0.05,0.
www.eeworm.com/read/302091/13842454

m ex11_4.m

clf; set(gcf,'Unit','normalized','Position',[0.2,0.3,0.55,0.30]); set(gcf,'Menubar','none','Name','图形演示','NumberTitle','off'); axes('Position',[0.05,0.15,0.55,0.7]); uicontrol(gcf,'Style','text',
www.eeworm.com/read/147682/5728108

m asptnlms.m

% [w,y,e,p]= asptnlms(x,w,d,mu,p,b) % % Performs filtering and coefficient update using the % Normalized Least Mean Squares Adaptive algorithm. % % Input Parameters [Size]:: % x : in
www.eeworm.com/read/147422/5729146

m gchek.m

% Function : Create a graphical user interface (GUI) to % (1) display the speech and egg data % (2) zoom in on the data % % Gchek.m is a call_function executed by "c_pb_gci"
www.eeworm.com/read/147422/5729149

m loadsp3.m

% load speech file and complete figure cwd=pwd; global BACK_COLOR TEXT_COLOR LINE_COLOR; BACK_COLOR=[1 1 1]; %white TEXT_COLOR=[0 0 0]; %black LINE_COLOR=[0 0 1]; %blue [fname