代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/160590/10516072
m adda.m
clf reset
H=axes('unit','normalized','position',[0,0,1,1],'visible','off');
set(gcf,'currentaxes',H);
str='\fontname{楷书}AD-DA转换';
text(0.30,0.94,str,'fontsize',10);
h_fig=get(H,'parent');
set(h_
www.eeworm.com/read/423536/10552995
m invmulaw.m
function x=invmulaw(y,mu)
%INVMULAW The inverse of mu-law nonlinearity
%X=INVMULAW(Y,MU) Y=Normalized output of the mu-law nonlinearity
x=(((1+mu).^(abs(y))-1)./mu).*signum(y);
www.eeworm.com/read/352274/10567071
m temp.m
%===========================
% START
global hrb gi_value;
global li_ftype li_passband li_model;
plot(0)
hrb=zeros(1,6);
l_cbstr='global hrb gi_value; set(hrb,''Value'',0); set(gco,''Value'',1);
www.eeworm.com/read/352274/10567242
m anfltdsn.m
function slide=anfltdsn
% This is a slideshow file for use with playshow.m and makeshow.m
% To see it run, type 'playshow anfltdsn',
% Copyright (c) 1984-98 by The MathWorks, Inc.
if nargout
www.eeworm.com/read/352274/10567546
m wx1.m
function wx1(action,in1,in2);
%WX1 连续周期信号的频谱分析
% possible actions:
% 'start'
% 'down'
% 'move'
% 'up'
% 'redraw'
% 'done'
% 'setfreq'
% 'setwindow'
% 'showwin'
if nar
www.eeworm.com/read/352274/10567631
m rj1.m
function rj1(action,in1,in2);
%rj1 系统特性演示 - 1 : 二阶系统
% Illustrating some basic signal processing concepts, such as
% sampling, aliasing, and windowing.
% possible actions:
% 'start'
% 'do
www.eeworm.com/read/352274/10568266
m sigaxz1.m
function sigaxz1(action,in1,in2);
%SIGAXZ1 交互式信号演示 - 1 : 信号的 DFT
% Illustrating some basic signal processing concepts, such as
% sampling, aliasing, and windowing.
% possible actions:
% 'sta
www.eeworm.com/read/352274/10568879
m anfltdsn.m
function slide=anfltdsn
% This is a slideshow file for use with playshow.m and makeshow.m
% To see it run, type 'playshow anfltdsn',
% Copyright (c) 1984-98 by The MathWorks, Inc.
if nargout
www.eeworm.com/read/423311/10570693
m ball_bounce.m
function ball_bounce()
%BALL_BOUNCE is a demo of GUI design for the book.
%designed by Professor Dingyu Xue (c), 5 April, 2000
h_main=figure('Units','normalized','Position',[0.3,0.3,0.5,0.4],...