代码搜索:Normalized

找到约 4,216 项符合「Normalized」的源代码

代码结果 4,216
www.eeworm.com/read/371748/9537869

m ip_06_03.m

% MATLAB script for Illustrative Problem 6.3. clear echo on f_cutoff=2000; % the desired cutoff frequency f_stopband=2500; % the actual stopband frequency fs=10000; % the sampling frequen
www.eeworm.com/read/170498/9803098

m exm1001_1.m

% exm1001_1.m clf reset H=axes('unit','normalized','position',[0,0,1,1],'visible','off'); set(gcf,'currentaxes',H); str='\fontname{隶书}归一化二阶系统的阶跃响应曲线'; text(0.12,0.93,str,'fontsize',13); h_fig=ge
www.eeworm.com/read/364985/9884829

m exm111_1.m

%exm111_1.m clf reset,shg H=axes('unit','normalized','position',[0,0,1,1],'visible','off'); set(gcf,'currentaxes',H); str='\fontname{隶书}归一化二阶系统的阶跃响应曲线'; text(0.12,0.93,str,'fontsize',13); h_fig=
www.eeworm.com/read/364310/9912617

m spherercs.m

% calculate and plot RCS of a perfectly conducting sphere using % Eq.(2.XXXXX) and produce plots similar to Figures (2.XXXX) and (2.XXXXX) % Spherical Bessel functions are computed using series ap
www.eeworm.com/read/168111/9939408

m mmpx2n.m

function y=mmpx2n(x,Hf) %MMPX2N Pixel to Normalized Coordinate Transformation. % MMPX2N(X) converts the position vector X from % pixel coordinates to normalized coordinates w.r.t. % the computer scree
www.eeworm.com/read/363574/9945140

m test.m

%一个不能实现的GUI界面 %1 clf reset H=axes('unit','normalized','position',[0,0,1,1],'visible','off'); set(gcf,'currentaxes',H); str='\fontname{隶书}归一化系统的阶跃响应曲线'; text(0.12,0.93,str,'fontsize',13); h_fi
www.eeworm.com/read/167423/9969011

m exm1001_1.m

% exm1001_1.m clf reset H=axes('unit','normalized','position',[0,0,1,1],'visible','off'); set(gcf,'currentaxes',H); str='\fontname{隶书}归一化二阶系统的阶跃响应曲线'; text(0.12,0.93,str,'fontsize',13); h_fig=ge
www.eeworm.com/read/166190/10029731

m dstepb.m

function dstepb(Bsys,Tss,wcha) global p n C1 C2 Cinf Mp tp tr Ts y t windstep [bnum,bden]=tfdata(Bsys,'v');n=length(bnum); for i=1:n if bnum(i)==0 bnum1=bnum(i+1:n); else
www.eeworm.com/read/166190/10029736

m bstep.m

function bstep(Bsys,wcha) global p n C1 C2 Cinf Mp tp tr Ts y t windstep [bnum,bden]=tfdata(Bsys,'v');n=length(bnum); for i=1:n if bnum(i)==0 bnum1=bnum(i+1:n); else cle
www.eeworm.com/read/166190/10029776

m dstepb.m

function dstepb(Bsys,Tss,wcha) global p n C1 C2 Cinf Mp tp tr Ts y t windstep [bnum,bden]=tfdata(Bsys,'v');n=length(bnum); for i=1:n if bnum(i)==0 bnum1=bnum(i+1:n); else