代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/454809/7382605
m 例7-15.m
>> clf reset
>> H=axes('unit','normalized','position',[0,0,1,1],'visible','off');
>> set(gcf,'currentaxes',H);
>> text(0.12,0.93,'\fontname{楷书}归一化二阶系统的阶跃响应曲线','fontsize',13);
>> H_fig=get(H,'paren
www.eeworm.com/read/450618/7480016
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/448259/7535845
m exa4_21.m
% exa4-21_lpc.m , for example 4-21
% Design lpc DF
clear all;
randn('state',0);
noise = randn(50000,1); % Normalized white Gaussian noise
x = filter(1,[1 1/2 1/3 1/4],noise);
x = x(45904:5000
www.eeworm.com/read/441018/7677898
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/440644/7684820
m c5_firdesign.m
% File: c5_FIRdesign.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 W
www.eeworm.com/read/440644/7684846
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/440644/7684924
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/440614/7685795
m control_all.m
% control
fileL1;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
h_push1=uicontrol(gcfk,'style','push',...
'unit','normalized','position',[0.76,0.69,0.05,0.04],...
'BackgroundColor','g','Foreg
www.eeworm.com/read/440614/7685797
m filel1.m
% 生成面版
close all
gcfk=figure('Position',[29 51 800 664]);
h_text1=uicontrol(gcfk,'style','text',...
'unit','normalized','position',[0.55,0.75,0.05,0.03],...
'BackgroundColor','w','Foreground
www.eeworm.com/read/439401/7710316
m c5_firdesign.m
% File: c5_FIRdesign.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 W