代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/364310/9912710

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/364310/9912943

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/168151/9936606

c mpsplot.c

#include #include #include #include "msp.h" void mpsplot(float psdr[],float psdi[],int mfre,float ts) { /*----------------------------------------------------------
www.eeworm.com/read/168118/9938255

m figcent.m

function b=figcent(width,height,units,masterfig) % % figout=figcent(width,height,units,masterfig) % figout=figcent(width,height,units) % figout=igcent(width,height) % figout=figcent % % FIGCENT will o
www.eeworm.com/read/168118/9938354

m lascreator.m

function dataout=lascreator(arg1,arg2,arg3,arg4); %------------------------------- %--------- Las Creator --------- %------------------------------- % % lascreator % dataout=lascreator(Anything
www.eeworm.com/read/168118/9938782

m pi_init_image.m

function PI_init_image(); global SCALE_OPT NUMBER_OF_COLORS GRAY_PCT CLIP COLOR_MAP NOBRIGHTEN PICKS PICKCOLOR XAXISTOP ZOOM_VALUE ZOOM_LOCKS CLOSEREQUEST global CHECK_GLOBAL if(isempty(CHECK_GLOBA
www.eeworm.com/read/168118/9938802

m pi_init.m

function init(); (compiled==0) scaleopt=[]; mxs2=[]; % set(hscale,'userdata',[scaleopt mxs2 mns smean2 stddev2]); mns=[]; % set(hmaster,'userdata',[mxs smean stddev]); smean2=[]; stddev2=[]; mx
www.eeworm.com/read/168118/9938815

m pi_lmlnactivation.m

function LmLnActivation % ------------------------------- % ----- Limit Box Callbacks ----- % ------------------------------- % % This ssction deals with the call backs for the Limit box that act
www.eeworm.com/read/363713/9939426

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/168111/9939498

m mmpage.m

function mmpage(arg) %MMPAGE GUI to Set Figure Paper Position. % MMPAGE allows the user to set the current figure % position on the printed page using a gui. % MMPAGE(Hf) places the figure having hand