代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/317053/13511192
m program_07_1.m
% Program 7_1
% Elliptic IIR Lowpass Filter Design
%
colordef black
Wp = input('Normalized passband edge = ');
Ws = input('Normalized stopband edge = ');
Rp = input('Passband ripple in dB = ')
www.eeworm.com/read/316838/13516198
m norma.m
% Function normalizes matrix over [0,1] 规格化矩阵
function [Dn] = norma(D);
%!!!!!!!!!!!!
% 把矩阵D里的数按相应行的最大最小值转化到[0,1]区间去
%!!!!!!!!!!!!
% Dn -> normalized vector over [0,1] 规格化带菌者
[np,ni] = size(D)
www.eeworm.com/read/316047/13531478
m legd_proc.m
%legd_proc processing legends on a graphics window.
%
% i_Legends=legd_proc(nTask,arg1)
%where
% nTask -- the code for legend processing. Details can be found in the comments
%
www.eeworm.com/read/316047/13531479
m display_str.m
%display_str show strings in the current window or convert a string into TeX format
%
% [xL,h]=display_str(x,y,Str1,nCol,vis,nFSize,...
% fName,fWeight,fAngle)
%
%where
%
% xL -- the
www.eeworm.com/read/315426/13543347
m snake_set.m
clc
close all
w=0;
St=1;
K=6;
S=6;
Tp=0.2;
figure('MenuBar','none');
Hq=uimenu(gcf,'label','help');
uimenu(Hq,'label','about this game...','callback','')
uimenu(Hq,'label','Help for playing'
www.eeworm.com/read/315426/13543354
m snake_set.m
clc
close all
w=0;
St=1;
K=6;
S=6;
Tp=0.2;
app='rightarrow';
figure('MenuBar','none');
Hq=uimenu(gcf,'label','help');
uimenu(Hq,'label','about this game...','callback','')
uimenu(Hq,'label'
www.eeworm.com/read/315069/13552933
m legd_proc.m
%legd_proc processing legends on a graphics window.
%
% i_Legends=legd_proc(nTask,arg1)
%where
% nTask -- the code for legend processing. Details can be found in the comments
%
www.eeworm.com/read/315069/13552934
m display_str.m
%display_str show strings in the current window or convert a string into TeX format
%
% [xL,h]=display_str(x,y,Str1,nCol,vis,nFSize,...
% fName,fWeight,fAngle)
%
%where
%
% xL -- the
www.eeworm.com/read/312163/13617550
m demo_svm.m
function result = demo_svm(action,hfigure,varargin)
% DEMO_SVM Demo on Support Vector Machines.
%
% Synopsis:
% demo_svm
%
% Description:
% DEMO_SVM demonstrates algorithms training the binary
%
www.eeworm.com/read/310212/13654618
m moddemo.m
function moddemo(action,s,ss);
%MODDEMO Demonstrates modulation and demodulation.
%
% See also CZTDEMO, FILTDEMO, SOSDEMO.
% Copyright (c) 1988-98 by The MathWorks, Inc.
% $Revision: 1.20