代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/397761/8024103

m example21index.m

%perc1index %============== %============== clc; clear; close; %感知器实验 Hper1=figure('color',[0.8 0.8 0.8],'position',[120 120 600 400],'name',... 'example2.1','numbertitle','off'); %界面说明
www.eeworm.com/read/397761/8024124

m nnfunction9.m

NNf9=figure('color',[0.8 0.8 0.8],'position',[120 120 600 400],'name',... 'NN网络函数','numbertitle','off'); %界面说明 uicontrol(NNf9,'style','text','units','normalized','position',[0.1 0.82 0.8 0.15]
www.eeworm.com/read/397761/8024131

m example22index.m

%hf2_figure %============== %============== clc; clear; close; %感知器实验 Hper2=figure('color',[0.8 0.8 0.8],'position',[120 120 600 400],'name',... 'example2.2','numbertitle','off'); %界面说明
www.eeworm.com/read/397761/8024140

m example82index.m

%============== %============== clc; clear; close; %感知器实验 Hsnn2=figure('color',[0.8 0.8 0.8],'position',[120 120 600 400],'name',... 'example8.2','numbertitle','off'); %界面说明 uicontrol(
www.eeworm.com/read/297039/8058088

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 uniforml
www.eeworm.com/read/297034/8059086

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 uniforml
www.eeworm.com/read/397115/8066438

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/397102/8068623

m normr.m

function n = normr(m) %NORMR Normalize rows of matrix. % % NORMR(M) % M - a matrix. % Returns a matrix the same size with each % row normalized to a vector length of 1. % % See also NORMC, PNORMC.
www.eeworm.com/read/196412/8093370

m eda.m

function eda(sp) %EDA Exploratory Data Analysis % eda(sp) : sp is the time-series data % & Author: A. Swami, Jan 1995 disp('-------- 1 – data and histogram') figure(1) subplot(211), plot(1:leng
www.eeworm.com/read/146229/12662948

m guifigure.m

function fig = guifigure() % This is the machine-generated representation of a Handle Graphics object % and its children. Note that handle values may change when these objects % are re-created. Th