代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/476071/6773307
m analytic.m
function z=analytic(x)
% z=analytic(x)
%ANALYTIC returns the analytic signal corresponding to signal x
%
z=hilbert(x);
www.eeworm.com/read/471135/6898156
m peigs.m
function [V, d, r] = peigs(A, rmax)
%PEIGS Finds positive eigenvalues and corresponding eigenvectors.
%
% [V, d, r] = PEIGS(A, rmax) determines the positive eigenvalues d
% and correspondin
www.eeworm.com/read/414455/11111573
m analytic.m
function z=analytic(x)
% z=analytic(x)
%ANALYTIC returns the analytic signal corresponding to signal x
%
z=hilbert(x);
www.eeworm.com/read/267790/11162577
m maxeig.m
%MAXEIG Maximum eigenvalue and the corresponding eigenvector.
% [L, Q] = MAXEIG(A) returns the maximum eigenvalue L and the
% corresponding eigenvector Q of the square matrix A. Maximum is
% in the s
www.eeworm.com/read/412470/11199153
txt readme.txt
BonjourWeb
===========================================================================
DESCRIPTION:
Shows how to find network services that are advertised by Bonjour.
This application illustrates
www.eeworm.com/read/334923/12562300
m haspqcap.m
function TorF = hasPQcap(gen, hilo)
%HASPQCAP Checks for P-Q capability curve constraints.
% TorF = hasPQcap(gen, hilo) returns a column vector of 1's and 0's. The 1's
% correspond to rows of the
www.eeworm.com/read/203890/15349760
m at.m
function [idx] = at(y,xs)
% [idx] = at(y,xs) Return elements of y nearest to xs
% AT is the inverse of the indexing paren operator. Ie,
%
% xs=y(idx) idx=at(y,xs)
%
% AT can for instance be used
www.eeworm.com/read/202788/15372902
m analytic.m
function z=analytic(x)
% z=analytic(x)
%ANALYTIC returns the analytic signal corresponding to signal x
%
z=hilbert(x);
www.eeworm.com/read/188576/8527031
changes
April 2003
Earliest version of MyPPP (version 0.4) introduced.
June 16, 2003
Version 0.6 released with daily time record (DTR) feature. In addition
to recording monthly usage, this version now also r