代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/381363/9095839
m swd.m
function swd(command)
% SetWorkingDirectories - User Graphical Interface to define default directories
%
% SWD(COMMAND)
%
% Open a new figure and by means of button controls
% al
www.eeworm.com/read/381363/9095849
m alexerror.m
function alexerror(msg)
%ALEXERROR Open an error dialog box
%
% Copyright (c) 1995 by Claudio Rivetti and Mark Young
% claudio@alice.uoregon.edu, mark@alice.uoregon.edu
%
global Uibgcolor ss ede
www.eeworm.com/read/381363/9095944
m meshc_buttons.m
function tit=meshc_buttons(tit)
%MESH_BUTTONS Inizialize the surface uicontrols
%
% Copyright (c) 1995 by Claudio Rivetti and Mark Young
% claudio@alice.uoregon.edu, mark@alice.uoregon.edu
%
www.eeworm.com/read/381363/9096211
m buttonframe.m
function bf=buttonframe
%BUTTONFRAME Inizialize the buttonframe box
%
% Copyright (c) 1995 by Claudio Rivetti and Mark Young
% claudio@alice.uoregon.edu, mark@alice.uoregon.edu
%
global Uibgcolor
www.eeworm.com/read/381363/9096270
m preferences.m
function preferences(command)
%PREFERENCES Set the ALEX preferences
%
% Copyright (c) 1995 by Claudio Rivetti and Mark Young
% claudio@alice.uoregon.edu, mark@alice.uoregon.edu
%
global B_frame
www.eeworm.com/read/381363/9096430
m alexdlg.m
function dlgr=alexdlg(dmsg, b1,b2,b3)
%ALEXDLG Open a dialog box
%
% Copyright (c) 1995 by Claudio Rivetti and Mark Young
% claudio@alice.uoregon.edu, mark@alice.uoregon.edu
%
global Uibgcolor ed
www.eeworm.com/read/381207/9104593
m fig1_23.m
% Use this program to reproduce Fig. 1.23
clear all
close all
x = linspace(-2*pi,2*pi, 200);
y = sinc(x);
y = y ./ (max(y));
figure (1)
plot(x, 20*log10(abs(y)));
grid
axis tight
xlabel('Ang
www.eeworm.com/read/381207/9104949
m fig3_8_v1.m
clear all
bw = 10.0;
f0 = 10.;
tau = 30.0e-3;
mu = bw / tau;
n=0;
fs = 2.5*bw;
for t = -1.25:.1/fs:1.25
n = n+1;
y(n) = exp(i * .5 * mu * t^2);
end
yfft= fftshift(fft(y,1024));
freq=
www.eeworm.com/read/184304/9111229
m exm115~1.m
function exm1151_1( )
global hedit hpop hlist
clf reset,shg %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%设置图形窗大小
set(gcf,'defaultuicontrolunits','normalize
www.eeworm.com/read/184304/9111281
m exm115~2.m
function exm1152_1( )
clf reset %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%设置图形窗大小
set(gcf,'defaultuicontrolunits','normalized');
set(gcf,'defaultuicontr