代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/289163/6969330

m c8_3n.m

clear levelx =2; %Number of D levels; levely =2; %Number of Q levels; m = 100; %Number of symbols; n = 20; %Number of samples per symbol; bw = 0.1; %Filter bandwidth, 0
www.eeworm.com/read/469416/6976370

m demprgp.m

function demprgp(action); %DEMPRGP Demonstrate sampling from a Gaussian Process prior. % % Description % This function plots the functions represented by a Gaussian Process % model. The hyperpara
www.eeworm.com/read/469416/6976426

m demnlab.m

function demnlab(action); %DEMNLAB A front-end Graphical User Interface to the demos % % Description % This function will start a user interface allowing the user to select % different demonstrat
www.eeworm.com/read/467764/7000870

m fig5_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/467198/7020099

m fuzpcr.m

function fuzpcr(action) %FUZPCR Fuzzy printed character recognition. % Roger Jang 7-14-95 % (Adapted from Ned's neural.m) if nargin
www.eeworm.com/read/465867/7047655

m guiplot.m

function guiplot(action) %HNDLGRAF Demonstrates Handle Graphics for line plots in MATLAB. % This window allows you to assemble a string % of MATLAB commands that results in a plot in
www.eeworm.com/read/254517/7072427

m binomialxfrmrbw.m

% BINOMIALXFRMRBW Calculate the bandwidth of a binomial transformer % % [BW] = BINOMIALXFRMRBW (Zl, Z0, N, GammaM) calcultaes the relative bandwidth % of an N section binomial trans
www.eeworm.com/read/221007/7074496

m ex11_3.m

hf=figure('Color',[0,1,1],'Position',[100,200,400,200],... 'Name','数制转换','NumberTitle','off','MenuBar','none'); uicontrol(hf,'Style','Text', 'Units','normalized',... 'Position',[0.05,0.
www.eeworm.com/read/221007/7074582

m ex11_4.m

clf; set(gcf,'Unit','normalized','Position',[0.2,0.3,0.55,0.30]); set(gcf,'Menubar','none','Name','图形演示','NumberTitle','off'); axes('Position',[0.05,0.15,0.55,0.7]); uicontrol(gcf,'Style','text',
www.eeworm.com/read/272224/7096291

m vtb2_3.m

function VTB2_3(z,rmin,rmax,opt) %VTB2_3 Steady state magnitude and phase of a single degree of freedom % damped system. % VTB2_3(zeta,rmin,rmax) plots the response of a single degree of % freedom