代码搜索:Method
找到约 10,000 项符合「Method」的源代码
代码结果 10,000
www.eeworm.com/read/303779/13808830
m momttfr.m
function [fm,B2]=momttfr(tfr,method,fbmin,fbmax,freqs);
%MOMTTFR Time moments of a time-frequency representation.
% [FM,B2]=MOMTTFR(TFR,METHOD,FBMIN,FBMAX,FREQS) computes the time
% moments of a time-
www.eeworm.com/read/303779/13808911
m tfrsave.m
function tfrsave(name,tfr,method,sig,t,f,p1,p2,p3,p4,p5);
%TFRSAVE Save the parameters of a time-frequency representation.
% TFRSAVE(NAME,TFR,METHOD,SIG,T,F,P1,P2,P3,P4,P5) saves the
% parameters of
www.eeworm.com/read/303779/13808917
m tfrparam.m
function tfrparam(method);
%TFRPARAM Return the paramaters needed to display (or save) this TFR.
% TFRPARAM(METHOD) returns on the screen the meaning of the
% parameters P1..P5 used in the files TFRQV
www.eeworm.com/read/303498/13814398
m e0613.m
x=0:10;y=sin(x);xi=0:.25:10;
% 将插值方法定义为单元数组
strmod={'nearest','linear','spline','cubic'}
% 将X轴标识定义为单元数组
strlb={'(a) method=nearest', '(b) method=linear','(c) method=spline', '(d) m
www.eeworm.com/read/303438/13816218
tex tfrsave.tex
% This is part of the TFTB Reference Manual.
% Copyright (C) 1996 CNRS (France) and Rice University (US).
% See the file refguide.tex for copying conditions.
\markright{tfrsave}
\hspace*{-1.6cm}{
www.eeworm.com/read/303223/13820056
h vrexfiledetailsdialog.h
/*
* ============================================================================
* Name : CVideoFileDetailsDialog from VRexFileDetailsDialog.h
* Part of : Video Example
* Created : 30/08
www.eeworm.com/read/303223/13820062
cpp vrexviewfinder.cpp
/*
* ============================================================================
* Name : CVideoViewFinder from VRexViewFinder.cpp
* Part of : Video Example
* Created : 30/08/2006 by For
www.eeworm.com/read/303147/13821013
m kmeans_cluster.m
function [centroids,clusters,err] = kmeans_cluster(method, D, n, epochs, verbose)
% KMEANS The k-means clustering method.
%
% [centroids,clusters,err] = kmeans_cluster(method, D, n, [epochs], [verbo