代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/324789/13245126

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/324381/13266366

m fusetool.m

function fig = fusetool() % 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. Thi
www.eeworm.com/read/324378/13266586

m fusetool.m

function fig = fusetool() % 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. Thi
www.eeworm.com/read/239056/13304544

m mainfunctionfigureclc.m

function MainFunctionFigureclc close all global handles1 handles2 hMainFig=figure('numbertitle','off','menubar','none','units','normalized','tag','hMainFig'); set(hMainFig,'units','normalized','po
www.eeworm.com/read/238965/13312453

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/238965/13312800

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/137520/13317135

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/137520/13317359

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/238830/13322122

m norma.m

% Function normalizes matrix over [0,1] function [Dn] = norma(D); % Dn -> normalized vector over [0,1] [np,ni] = size(D); if ni == 1, Dn = (D - min(D))./(max(D)-min(D)); else, vmaxD = ma
www.eeworm.com/read/238779/13326192

m anaask.m

function [y,am]=anaask(N,Ncomp,f0); %ANAASK Amplitude Shift Keying (ASK) signal. % [Y,AM]=ANAASK(N,NCOMP,F0) returns a complex amplitude % modulated signal of normalized frequency F0, with a uniforml