代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/178406/9399825
m modeplot.m
function modeplot(FILE,arg1,arg2)
% [phi,lambda,fb]=modeplot(FILE,W1,W2,N,P5)
%
%
% INPUTS:
% FILE: input file, can be template.m (Script) or template.mtx (*.mat)
% W: speed of rotation
www.eeworm.com/read/178406/9399861
m modeplot2f.m
function modeplot2f(FILE,arg1,arg2)
% [phi,lambda,fb]=modeplot2f(FILE,W1,W2,N,P5)
%
%
% INPUTS:
% FILE: input file, can be template.m (Script) or template.mtx (*.mat)
% W: speed of rotat
www.eeworm.com/read/178406/9399889
m modeplot1.m
function modeplot1(FILE,arg1,arg2)
% [phi,lambda,fb]=modeplot1(FILE,W1,W2,N,P5)
%
%
% INPUTS:
% FILE: input file, can be template.m (Script) or template.mtx (*.mat)
% W: speed of rotatio
www.eeworm.com/read/178406/9399897
m campbell.m
function campbell(FILE,P2,P3,P4,P5)
% campbell(FILE)
%
%
% campbell('template_File_Name');
%
% By I. Bucher,
% Rev. 2.02 Aug-98, adapted to rotfe2
% Rev. 2.1 Aug-99, accep
www.eeworm.com/read/178406/9399918
m modeplot.1m.m
function modeplot1(FILE,arg1,arg2)
% [phi,lambda,fb]=modeplot1(FILE,W1,W2,N,P5)
%
%
% INPUTS:
% FILE: input file, can be template.m (Script) or template.mtx (*.mat)
% W: speed of rotatio
www.eeworm.com/read/178202/9415073
m rtcmas_client.m
function fig = rtcmas_client()
% 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
www.eeworm.com/read/374010/9423680
m pmnshow.m
function [guihand,edmulti,contbut,quitbut]=...
pmnshow(smat,guihand,edmulti,contbut,quitbut);
% PMNSHOW
% -------
% Function utilizing MATLAB's GUI-facilities for presenti
www.eeworm.com/read/177674/9442442
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/177674/9442542
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/373215/9468926
txt matlab滤波器程序.txt
wc=(400/1000)*pi; %求截止频率
w1=boxcar(81); %窗函数
w2=triang(81);
w3=hamming(81);
w4=hanning(81);
w5=bartlett(81);
w6=blackman(81);
w7=chebw