代码搜索:Method
找到约 10,000 项符合「Method」的源代码
代码结果 10,000
www.eeworm.com/read/485292/6557516
h calibration.h
/******************************************************************************\
*
* File: Calibration.h
* Creation date: June 23, 2008 10:30
* Latest update: July 09, 2008 16:39
* Autho
www.eeworm.com/read/485392/6561017
m 5-12.m
%例程5-12 利用特征向量法估计功率谱
% e.g.5-12.m for example5-12;
% to test function peig;
clf;
clear all;
% Generate the signal plus white noise and show
N=1024; % number of sampling dat
www.eeworm.com/read/485392/6561091
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/485392/6561127
m tfrparam.m
function [tfr,t,f] = tfrparam(x,t,N,p,L,trace,Rxtype,method,q);
% [tfr,t,f]=tfrparam(x,t,N,p,L,trace,Rxtype,method,q) parametric time-frequency
% representation.
%
% X : signal
% T : t
www.eeworm.com/read/485392/6561136
m parafrep.m
function [spec,freqs,A]=parafrep(Rx,N,method,q);
% [spec,freqs]=parafrep(Rx,N,method,q) parametric frequency representation
% of a signal.
%
% Rx : correlation matrix of size (p+1)x(p+1)
% N
www.eeworm.com/read/485392/6561178
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/485150/6566164
m doubleint_problem.m
function out = doubleint_problem(what)
% Double integrator problem setup.
% OUT = DOUBLEINT_PROBLEM(WHAT)
% This function conforms to the specifications established by SAMPLE_PROBLEM.
maxx = [10; 2
www.eeworm.com/read/485150/6566173
m nav_problem.m
function out = nav_problem(what)
% Navigation problem setup.
% OUT = NAV_PROBLEM(WHAT)
% Navigation problem setup. A point mass has to be steered to the origin in a two-dimensional
% continuous stat
www.eeworm.com/read/485184/6566640
java cablemodem.java
public class CableModem extends Modem {
String method = "cable connection";
public void connect() {
System.out.println("Connecting to the Internet ...");
System.out.print
www.eeworm.com/read/485184/6566642
java dslmodem.java
public class DslModem extends Modem {
String method = "DSL phone connection";
public void connect() {
System.out.println("Connecting to the Internet ...");
System.out.pri