代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/356723/10222077
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/356723/10222197
m fig9_16.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/356183/10235340
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/356183/10235417
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/355322/10276244
m ybtj.m
function ybtj
%#function ybtj1
%#function ybtj2
OldHandle = findobj( 'Type', 'figure', 'Tag', 'ybtj' ) ;
if ishandle( OldHandle )
close( OldHandle ) ;
end
fig = figure ;
init_ybtj(fig) ;
www.eeworm.com/read/425546/10349213
m demtrain.m
function demtrain(action);
%DEMTRAIN Demonstrate training of MLP network.
%
% Description
% DEMTRAIN brings up a simple GUI to show the training of an MLP
% network on classification and regressi
www.eeworm.com/read/352274/10567391
m lxzq.m
function lxzq(action,in1,in2);
%LXZQ 连续周期信号的频谱分析
% possible actions:
% 'start'
% 'down'
% 'move'
% 'up'
% 'redraw'
% 'done'
% 'setfreq'
% 'setwindow'
% 'showwin'
if n
www.eeworm.com/read/352274/10567653
m lszq.m
function lszq(action,in1,in2);
%LSZQ 离散周期信号的频谱分析
% possible actions:
% 'start'
% 'down'
% 'move'
% 'up'
% 'redraw'
% 'done'
% 'setfreq'
if nargin
www.eeworm.com/read/352274/10567660
m rjls2.m
function rjls(action,in1,in2);
%rjls 系统特性演示 - 1 : 一阶离散系统
% Illustrating some basic signal processing concepts, such as
% sampling, aliasing, and windowing.
% possible actions:
% 'start'
%
www.eeworm.com/read/352274/10567671
m rjxt.m
function rjxt(action,in1,in2);
%rjxt 系统特性演示 - 1 : 二阶系统
% Illustrating some basic signal processing concepts, such as
% sampling, aliasing, and windowing.
% possible actions:
% 'start'
% '