代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/163317/10166503

m three_point_circle.m

% 点三点,画一个圆 % Author's email: zjliu2001@163.com n=0;t=exp(i*[0:.02:2*pi]);x=[];y=[]; axes('position',[0.05,0.05,0.7,0.8]); hold on;axis([0,1,0,1]);axis equal; set(gca,'ButtonDownFcn',['a=get(gca,'
www.eeworm.com/read/163246/10168892

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
www.eeworm.com/read/358904/10176233

m pablo.m

function pablo(action); format short e; if nargin
www.eeworm.com/read/358609/10183868

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/358609/10183953

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/358270/10193261

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/357506/10208403

m program_9_1.m

% Program 9_1 % Elliptic IIR Lowpass Filter Design % Wp = input('Normalized passband edge = '); Ws = input('Normalized stopband edge = '); Rp = input('Passband ripple in dB = '); Rs = input('Min
www.eeworm.com/read/357506/10208405

m program_9_2.m

% Program 9_2 % Type 1 Chebyshev IIR Highpass Filter Design % Wp = input('Normalized passband edge = '); Ws = input('Normalized stopband edge = '); Rp = input('Passband ripple in dB = '); Rs = i
www.eeworm.com/read/357506/10208434

m program_4_1.m

% Program 4_1 % 4-th Order Analog Butterworth Lowpass Filter Design % format long % Determine zeros and poles [z,p,k] = buttap(4); disp('Poles are at');disp(p); % Determine transfer function co
www.eeworm.com/read/356723/10222037

m test.m

clear all factor = 4. * pi *5.; theta = 0:.1:90;; theta = theta .* (pi/180); f = sqrt((1. + 1 + 2.0 .* cos(pi+factor .* sin(theta)))); polar(theta,f,'k'); xlabel ('Normalized range R/Ro')