代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/136710/13364168
m curvplot.m
function curvplot(x,y,style)
% CURVPLOT Handles the cuvature plot in GUI.
% usage: curvplot(x,y,style), x = arclength, y= curvature.
% All the software included in this package is presented as
www.eeworm.com/read/136710/13364204
m uitleg.m
function uitleg(titleStr,helpStr);
% UITLEG Utility function for displaying help text conveniently.
% Adapted gor GUI
% First turn on the watch pointer in the old figure
oldFigNumber=watchon;
% If
www.eeworm.com/read/136696/13365619
m fisdemo.m
function fig = fdemo()
% This is the machine-generated representation of a Handle Graphics object
% and its children. Note that handle values may change when these objects
% are re-created. This m
www.eeworm.com/read/136685/13365955
m exm1052_1.m
function exm1052_1( )
clf reset %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%
set(gcf,'defaultuicontrolunits','normalized');
set(gcf,'defaultuicontrolfontsiz
www.eeworm.com/read/136685/13366133
m exm1051_1.m
function exm1051_1( )
global hedit hpop hlist
clf reset %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%
set(gcf,'defaultuicontrolunits','normalized');
set(gcf
www.eeworm.com/read/136685/13366254
m exm10051_1.m
function exm10051_1( )
global hedit hpop hlist
clf reset %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%
set(gcf,'defaultuicontrolunits','normalized');
set(gc
www.eeworm.com/read/136685/13366372
m exm10052_1.m
function exm10052_1( )
clf reset %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%
set(gcf,'defaultuicontrolunits','normalized');
set(gcf,'defaultuicontrolfontsi
www.eeworm.com/read/136685/13366471
m exm09071_1.m
bdw=0.01;
tpw=0.15;
pos=[1/2+bdw,2/3+bdw,1/2-2*bdw,1/3-bdw-tpw]; %
figure('Units','normalized','Position',pos,'Color',[0.9,0.65,0])
%
set(gcf,'Name','试验窗')
www.eeworm.com/read/321424/13405091
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/321424/13405215
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