代码搜索:zero

找到约 10,000 项符合「zero」的源代码

代码结果 10,000
www.eeworm.com/read/298649/7947774

m deltax.m

function y=deltax(x); % % DELTAX(X) % % Function to return the difference between % successive row elements of an array. First % element of result array is zero. % % Differs from MATLAB sup
www.eeworm.com/read/298649/7947819

m da_pcr.m

% % mv_pcr % % Principal Component Regression entry point % % % Clear the screen % da_front; drawnow; clear impact py vy; % % Make sure that none of the variables have a zero % stan
www.eeworm.com/read/298649/7947895

m da_lsqs.m

% % da_lsqs % % Least squares regression entry point % % % Clear the screen % da_front; drawnow; % % Make sure that none of the variables have a zero % standard deviation % s=std(dat
www.eeworm.com/read/197649/7982881

m zfaanls.m

function [f, stdf , a, rmsa] = zfaanls(datay, deltat) % The function ZFAANLS generates a frequency and amplitude using a zero-crossing % method applied to datay(k,n), % where k is number of IMFs,
www.eeworm.com/read/297750/7997969

cpp cparams.cpp

#include "CParams.h" //because we will always be loading in the settings from an ini file //we can just initialize everything to zero double CParams::dPi = 0; double CParams::d
www.eeworm.com/read/245849/12777308

txt help4s_wavelet_from_spectrum.txt

# s_wavelet_from_spectrum # On startup, the left subplot of the figure window shows the spectrum of the input data and a smoothed version of it. The right subplot shows a zero-phase wavelet with th
www.eeworm.com/read/245849/12777711

m s_noise.m

function seismic=s_noise(seismic,varargin) % Function computes zero-mean noise with the same structure as the input data set % Depending on the option chosen the output is either the noise or the impu
www.eeworm.com/read/245517/12796486

c ping.c

/* Ping utility */ #define VERSION "0.18" /* Debug option to use structured data (alphabetic chars 'a'-'w') */ #define ASCDATA 1 /* Set non-zero to use ASCII (not random) data in ping */ #
www.eeworm.com/read/331649/12816788

m cyclic_cumulants_fast.m

function [m,v,s,k]=cyclic_cumulants_fast(x,T) % % CYCLIC_CUMULANTS_FAST % calculate synchronously averaged zero lag cumulants % up to fourth order % % USGAE %
www.eeworm.com/read/244937/12829987

m nyqui.m

function nyqui(alpha,action) %impulse response and Fourier transform of raised-cosine pulse warning off; % avoid devide by zero warning if nargin == 0 alpha = .5; end; if isstr(alpha)