代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/429877/8784658
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/429877/8784688
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/381363/9095889
m image_binary.m
function image_binary(command)
%IMAGE_BINARY Trasform the image in binary mode.
%
% IMAGE_BINARY(COMMAND)
%
% Valid Commands:
% START - Inizialize the button frame
% DOIT - Do the act
www.eeworm.com/read/381363/9096176
m imagenote.m
function imagenote(note)
%IMAGENOTE Set the note edit uicontrol
%
% Copyright (c) 1995 by Claudio Rivetti and Mark Young
% claudio@alice.uoregon.edu, mark@alice.uoregon.edu
%
global H Note_txt No
www.eeworm.com/read/381363/9096179
m alexhelp.m
function alexhelp(fname)
%ALEXHELP - Display an help file in a scrolling text window.
%
% ALEXHELP(FNAME)
%
% inputs:
% FNAME - Is the file name to display.
%
% Without arg
www.eeworm.com/read/381363/9096350
m cbar.m
function handle=cbar
%CBAR Inizialize the menu bar
%
% Copyright (c) 1995 by Claudio Rivetti and Mark Young
% claudio@alice.uoregon.edu, mark@alice.uoregon.edu
%
global smc sct I Handlefi
www.eeworm.com/read/381207/9104569
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/381207/9104766
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/177674/9442655
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 regression pr
www.eeworm.com/read/176823/9483343
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 regression pr