代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/165451/10062043
m seteco.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SETECO:
% Setting of fundamental parameters for
% Simulation Tool for Ecological Phenomena
%
% Fist Coded 5 March 1997
% Last Modefi
www.eeworm.com/read/165451/10062058
m rgen129.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% RGEN129
% Rule generator for 1-dimensional CA
% when number of states is 2 and when number of neighbors is 9
% This script-M file is called b
www.eeworm.com/read/165451/10062060
m rgen127.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% RGEN127
% Rule generator for 1-dimensional CA
% when number of states is 2 and when number of neighbors is 7
% This script-M file is called b
www.eeworm.com/read/360770/10079136
m crosscor.m
function z = crosscor (x,y)
%-----------------------------------------------------------------------
% Usage: z = crosscor (x,y)
%
% Description: Compute the normalized cross-correlation of
www.eeworm.com/read/360729/10080749
m untitled10.m
close all;clc;clear;
st=1; % deafault step length
figure;
set(gcf,'DoubleBuffer','on');
aa=axes('position',[0.1,0.1,0.8,0.6]);hold on;
set(aa,'ButtonDownFcn',['po=get(gca,''CurrentPoint'');',...
www.eeworm.com/read/360729/10080751
m untitled2.m
% 用matlab写的推箱子游戏:第8关
close all;clc;clear;
figure('NumberTitle','off','Name','欢迎光临推箱子游戏:第8关');
% \copyright: zjliu
% Author's email: zjliu2001@163.com
uicontrol(gcf,'style','text',...
'unit','
www.eeworm.com/read/360728/10080761
m untitled5.m
% 关于分形树的GUI
% reference:
close all
figure('position',[135 105 646 342]);
s1='Starting size = ';
s2='Minimum Size = ';
s3='Shrink Factor = ';
s4='Angle = ';
ss=69.0;
ms=4.0;
sf=1.
www.eeworm.com/read/360606/10085319
m fig5_19.m
%
% This routine plots the first four Chebyshev polynomials
% in the normalized frequency range from -1 to 1
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theor
www.eeworm.com/read/360606/10085333
m fig5_20.m
%
% This routine generates graphs of the loss factor and
% insertion loss of the lowpass Chebyshev filters
% of order 1 through 4.
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
%
www.eeworm.com/read/360387/10099191
m plotsnapshot.m
function PlotSnapshot
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Electromagnetic Finite-Difference Time-Domain %
% Version 1.20, Release 1 %
%