代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/372429/9510967
m rcs_sphere.m
% This program calculates the back-scattered RCS for a perfectly
% conducting sphere using Eq.(2.7), and produce plots similar to Fig.2.7
% Spherical Bessel functions are computed using series appr
www.eeworm.com/read/364310/9912918
m fig710.m
clear all
fofr = 0:0.001:1;
f1 = 4.0 .* fofr;
f2 = 5.0 .* fofr;
arg1 = pi .* f1;
arg2 = pi .* f2;
resp1 = abs(sin(arg1));
resp2 = abs(sin(arg2));
resp = resp1+resp2;
max1 = max(resp);
resp =
www.eeworm.com/read/364310/9912934
m rcs_sphere.m
% This program calculates the back-scattered RCS for a perfectly
% conducting sphere using Eq.(2.7), and produce plots similar to Fig.2.7
% Spherical Bessel functions are computed using series appr
www.eeworm.com/read/165451/10062073
m rgen125.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% RGEN125
% Rule generator for 1-dimensional CA
% when number of states is 2 and when number of neighbors is 5
% This script-M file is called b
www.eeworm.com/read/165451/10062081
m rgen133.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% RGEN133
% Rule generator for 1-dimensional CA
% when number of states is 2 and when number of neighbors is 3
% This script-M file is called b
www.eeworm.com/read/165451/10062105
m rgen123.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% RGEN123
% Rule generator for 1-dimensional CA
% when number of states is 2 and when number of neighbors is 3
% This script-M file is called b
www.eeworm.com/read/163926/10139683
m image_registr_mi.m
function f=image_registr_MI(x)
% This is a subroutine of opti_MI_scaling.m.
%
% Originally written by K.Artyushkova
% 10_2003
% Kateryna Artyushkova
% Postdoctoral Scientist
% Department of C
www.eeworm.com/read/359280/10158812
m dsstruct.m
function y=dsstruct(x)
%=========================================================================
% dsstruct
%=========================================================================
% y=ds
www.eeworm.com/read/359280/10158821
asv dsstruct.asv
function y=dsstruct(x)
%=========================================================================
% dsstruct
%=========================================================================
% y=ds
www.eeworm.com/read/359212/10161028
m istretch.m
%ISTRETCH Image linear normalization
%
% g = istretch(image)
% g = istretch(image, newmax)
%
% Return a normalized image in which all pixels lie in the range
% 0 to 1, or 0 to newmax.
%
%
% Copyright