代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/321160/13411615
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/318416/13479372
m cx.m
% CX means Olives, Smith, and Hollands' Cycle Crossover(CX)
% Procedure :CX
% Step1. Find the cycle which is defined by the corresponding positions of cities between parents
% Step2. Copy the citie
www.eeworm.com/read/317833/13495908
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/313956/13577913
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/313956/13577958
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/312589/13608599
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/312587/13608638
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/310212/13654642
m icceps.m
function x = icceps(xhat,nd)
%ICCEPS Inverse complex cepstrum.
% ICCEPS(xhat,nd) returns the inverse complex cepstrum of the
% (assumed real) sequence xhat, removing nd samples of delay.
%
www.eeworm.com/read/308991/13684713
m matlab遗传算法cyclicxover变换的源代码.m
% CX means Olives, Smith, and Hollands' Cycle Crossover(CX)
% Procedure :CX
% Step1. Find the cycle which is defined by the corresponding positions of cities between parents
% Step2. Copy the citie
www.eeworm.com/read/307316/13724281
java ishape.java
/*
* IShape.java
*
* Created on April 29, 2005, 4:47 PM
*/
package hysun.draw;
import java.awt.Graphics2D;
import java.awt.event.MouseEvent;
/**
* All drawing shapes should implement this inte