代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/252197/12292955
m wnyqui.m
function wnyqui(alpha,action)
%impulse response and Fourier transform of root-raised-cosine pulse
warning off; % avoid devide by zero warning
if nargin == 0 alpha = .5; end;
if isstr(alpha) a
www.eeworm.com/read/150429/12293784
m m_sequence.m
function [seq]=create_mseq(connections)
% create_mseq generates the maximal length shift register sequence
% when the shift register connections are given as input to the
% funcion.A "zero" means n
www.eeworm.com/read/251835/12317201
m crfixwc.m
function [wcfix,wc] = crfixwc(w,beta,cr,aff,Q,wc)
%CRFIXWC Fix conformal center in crossratio formulation.
% The conformal center is defined as the image of zero from the
% disk. The parameter
www.eeworm.com/read/251835/12317556
m winding.m
function idx = winding(p,wp,varargin)
%WINDING Winding number of points with respect to a polygon.
% WINDING(P,WP) returns a vector the size of WP of winding numbers with
% respect to P. A zero
www.eeworm.com/read/251138/12362839
m backlash.m
function [Xcorr,meanbase] = backlash(X)
% function Xcorr = backlash(X);
%
% This function corrects for non-zero and/or n-th order baseline in spectra.
% The user defines the baseline anchor poin
www.eeworm.com/read/337105/12390908
m extr.m
%EXTR finds extrema and zero-crossings
%
% [indmin, indmax, indzer] = EXTR(x,t)
%
% inputs : - x : analyzed signal
% - t (optional) : sampling times, default 1:length(x)
%
% outputs : - indm
www.eeworm.com/read/132006/14115179
txt vander.txt
procedure VANDER(X:array of real;var W:array of real;
Q:array of real; N:integer);
const
NMAX = 100; ZERO = 0;
ONE = 1;
var
C:array[0..100] of rea
www.eeworm.com/read/233421/14153224
txt vander.txt
procedure VANDER(X:array of real;var W:array of real;
Q:array of real; N:integer);
const
NMAX = 100; ZERO = 0;
ONE = 1;
var
C:array[0..100] of rea
www.eeworm.com/read/130042/14210348
java categorizer.java
package shared;
import java.lang.*;
import java.io.*;
/** Abstract base class for Categorizers. Number of categories must be
* strictly positive (greater than zero). Description cannot be empty
www.eeworm.com/read/231723/14222791
m compoversamp.m
% Program 3-8
% compoversamp.m
%
% Insert zero data to Ich and Qch input data
%
% programmed by H.Harada
%
function [iout,qout] = compoversamp( idata, qdata , nsymb , sample)
%***********