代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/381363/9095986
m initbuttons.m
function initbuttons(tit, bstring, addcbk)
%INITBUTTONS Inizialize the uicontrol in the control frame
%
% Copyright (c) 1995 by Claudio Rivetti and Mark Young
% claudio@alice.uoregon.edu, mark@ali
www.eeworm.com/read/381363/9096302
m image_erode.m
function image_erode(command)
%IMAGE_ERODE - Erode the current binary image
%
% IMAGE_ERODE(COMMAND)
%
% COMMAND - valid commands:
%
% START - set up the button frame and initialize
% DOIT
www.eeworm.com/read/381363/9096325
m countmolecules.m
function countmolecules(command)
%COUNTMOLECULES Counts the molecules clicked by the user.
%
% COUNTMOLECULES(COMMAND)
%
% COMMAND: START Begin the session
% COUNT Do the counting
% UND
www.eeworm.com/read/381363/9096330
m image_median.m
function image_median(command)
%IMAGE_MEDIAN - Compute the median filter of the current image
%
% IMAGE_MEDIAN(COMMAND)
%
% COMMAND - valid commands:
%
% START - set up the button frame and ini
www.eeworm.com/read/381363/9096437
m image_wiener.m
function image_wiener(command)
%IMAGE_WIENER - Compute the Wiener filter of the current image
%
% IMAGE_WIENER(COMMAND)
%
% COMMAND - valid commands:
%
% START - set up the button frame and ini
www.eeworm.com/read/381363/9096460
m message.m
function message(msg, opt)
%MESSAGE Display a message box
%
% Copyright (c) 1995 by Claudio Rivetti and Mark Young
% claudio@alice.uoregon.edu, mark@alice.uoregon.edu
%
global Uibgcolor ssg edm q
www.eeworm.com/read/381319/9098050
m exa010305.m
%---------------------------------------------------------------------------------------
% exa010305.m, for example 1.3.5
% 说明 幅度为三角波的幅度调制信号在长度变化前后,信号的时间中心、频率最小、时宽
% 和带宽的变化情况;
%
www.eeworm.com/read/381207/9104551
m single_canceler.m
function [resp] = single_canceler (fofr1)
eps = 0.00001;
fofr = 0:0.01:fofr1;
arg1 = pi .* fofr;
resp = 4.0 .*((sin(arg1)).^2);
max1 = max(resp);
resp = resp ./ max1;
subplot(2,1,1)
plot(fofr,
www.eeworm.com/read/381207/9104554
m fig7_10b.m
fofr=0:0.001:1;
f1=4.*fofr;
f2=5.*fofr;
arg1=pi.*f1;
arg2=pi.*f2;
resp1=abs(sin(arg1));
%resp1=resp11.*resp11;
%resp22=(sin(arg2).*sin(arg2));
resp2=abs(sin(arg2));
resp=resp1+resp2;
max1=ma
www.eeworm.com/read/381207/9104559
m fig7_10a.m
fofr=0:0.001:1;
f1=4.*fofr;
f2=5.*fofr;
arg1=pi.*f1;
arg2=pi.*f2;
resp1=abs(sin(arg1));
%resp1=resp11.*resp11;
%resp22=(sin(arg2).*sin(arg2));
resp2=abs(sin(arg2));
resp=resp1+resp2;
max1=ma