代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/390512/8461872

m c7_flicker.m

% File: c7_flicker.m % Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with Wir
www.eeworm.com/read/390512/8461929

m dqplot.m

% File: dqplot.m % Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with Wireles
www.eeworm.com/read/390457/8464734

asv fm_gui.asv

close all global FM_PATH colo=[0.9 0.9 0.9]; FM_PATH = [pwd filesep] ; disp('Change directory to the location of Track_gui.m...') disp('...or change the value of FM_PATH in Track_gui.m.') %
www.eeworm.com/read/390457/8464752

m fm_gui.m

close all global FM_PATH colo=[0.9 0.9 0.9]; FM_PATH = [pwd filesep] ; disp('Change directory to the location of fm_gui.m...') disp('...or change the value of FM_PATH in fm_gui.m.') % -----
www.eeworm.com/read/189404/8472098

m clust_normalize.m

function data=clust_normalize(data,method); % method description % 'var' Variance is normalized to one (linear operation). % 'range' Values are normalized between [0,1] (linear
www.eeworm.com/read/290205/8496739

m mmn2px.m

function y=mmn2px(x,Hf) %MMN2PX Normalized to Pixel Coordinate Transformation. % MMN2PX(X) converts the position vector X from % normalized coordinates to pixel coordinates w.r.t. % the computer scree
www.eeworm.com/read/188848/8510930

m normalize.m

function [Normalized] = Normalize(InputMat) %function [Normlized] = Normalize(InputMat) % Normalize the columns of matrix InputMat Norm2 = sqrt(diag(InputMat'*InputMat)); Normalized = InputMat./(o
www.eeworm.com/read/389451/8519392

m exa010305.m

%--------------------------------------------------------------------------------------- % exa010305.m, for example 1.3.5 % 说明 幅度为三角波的幅度调制信号在长度变化前后,信号的时间中心、频率最小、时宽 % 和带宽的变化情况; %
www.eeworm.com/read/389274/8537801

m example36_figure.m

%RBF3_figure:to look the figure of input&output %============== %============== [name,path]=uigetfile('*.bmp'); pathname=strcat(path,name); I=imread(pathname); IZoom=imresize(I,[96,96],'bi
www.eeworm.com/read/187534/8633874

m plot_proc.m

%plot_proc is used to change properties of a user selected curves % % plot_proc(nTask,arg1,arg2) %where % nTask -- curve manipulation code % 1 display dialog box for preference %