代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/488224/6498669

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/488224/6498698

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/485544/6552680

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 hyperparameter
www.eeworm.com/read/485544/6552732

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 demonstration f
www.eeworm.com/read/485392/6561118

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/484861/6575819

m nonlinear differential equation.m

下面是单自由度的非线性微分方程的求解程序(分段函数)。将函数aadlx存放在一个目录下,在当前目录下命令窗中运行“运行以下内容即可得到结果:”以下的内容就可以了啊。可以画出动响应图和相图。 function vprime= aadlx(t,x) % x(1)为位移 x(2)为速度 分段函数 if x(1)>1 vprime=[x(2);1.1+0.1*cos(0.5*t)+0
www.eeworm.com/read/484548/6579594

m formatserieslikemicroscope.m

function formattedMatrix=formatSeriesLikeMicroscope(matrix, noBits); % Makes any matrix look like a noBits one, normalized with the maximum % value matrix=matrix/max(max(max(matrix))); formatt
www.eeworm.com/read/483133/6610806

m untitled7.m

n=figure('name','FIR滤波器模拟界面','units','normalized','position',... [0.15 0.1 0.7 0.8],'menubar','none','numbertitle','off','color',[1 1 1]); h_menu1=uimenu(n,'label','指导老师','callback','zadjs'); set
www.eeworm.com/read/482655/6620700

m page_413.m

%设计一个切比雪夫1型高通滤波器,其模拟截止频率wc=2 %page_413 N=2;%number of poles Rp=3;%passband ripple T=.2;%sampling period wc=2;%analog cutoff frequency Wc=wc*T/pi;%normalized digital cutoff frequency [numd,dend
www.eeworm.com/read/482678/6621191

m gui_mri_open.m

function [mri] = gui_mri_open(mri,command,parent) % gui_mri_open - Load & Display MRI data % % Useage: [mri] = gui_mri_open(mri,[command],[parent]) % % mri is a structure, generated by 'mri_t