代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/442445/7651667
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/441770/7665520
m rrr.m
function f = rrr(n, x);
%> This file calculates the radial functions of the hydrogen atom
%> in suitable atomic units, for a range of angular momenta.
%> Call: radial(n,x),
%> Input: n = positi
www.eeworm.com/read/441616/7668191
m cp0602_thr_db_vectors.m
%
% FUNCTION 6.5 : "cp0602_thr_dB_vectors"
%
% Evaluates the bandwidth of the input 'PSD' with values in
% the frequency range given by the frequency vector 'f'.
% bandwidth is evaluated accordin
www.eeworm.com/read/439841/7700934
m mineig.m
%MINEIG Minimum eigenvalue and the corresponding eigenvector.
% [L, Q] = MINEIG(A) returns the minimum eigenvalue L and the
% corresponding eigenvector Q of the square matrix A. Minimum is
% in the s
www.eeworm.com/read/439437/7709174
m cplxcomp.m
function I = cplxcomp(p1,p2)
% I = cplxcomp(p1,p2)
% Compares two complex pairs which contain the same scalar elements
% but (possibly) at differrent indices. This routine should be
% used aft
www.eeworm.com/read/437542/7746304
m rsmp.m
function Inew=rsmp(pik,N)
%picks N indeces from pik randomly. The probability of a certain element is proportional to the size of the corresponding element in pik.
%Author PSL 200411
akkupik=cumsum
www.eeworm.com/read/436945/7758502
m parseopt.m
function varargout = parseopt(opt, varargin)
%PARSEOPT Get values from fields of option struct.
% [V1, V2, ...] = parseopt(opt, F1, F2, ...) where opt is the
% structure to be processed and F1, F2
www.eeworm.com/read/436521/7768587
h addrlist.h
/*
** Declarations for the address list module.
*/
/*
** Data characteristics
**
** Maximum lengths of the various data (includes space for the
** terminating NUL byte), and maximum number of
www.eeworm.com/read/299923/7820537
m cplxcomp.m
function I = cplxcomp(p1,p2)
% I = cplxcomp(p1,p2)
% Compares two complex pairs which contain the same scalar elements
% but (possibly) at differrent indices. This routine should be
% used aft
www.eeworm.com/read/198206/7947455
txt dips.txt
----------------------------
DIPs Software Application
Revision 1.00
----------------------------
Application Summary:
This sample program demonstrates fetching data from I/O space from
th