代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/433114/8545189
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 inpu
www.eeworm.com/read/388439/8609555
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/388439/8609592
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/388439/8609686
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/288527/8626880
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/288527/8626927
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/288527/8627038
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/387891/8649223
c dsputil_snow_altivec.c
/*
* Altivec optimized snow DSP utils
* Copyright (c) 2006 Luca Barbato
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the G
www.eeworm.com/read/287843/8664618
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)
www.eeworm.com/read/286828/8740497
c net.c
/* Debug option: reverse the order in which IP fragments are sent */
#define SUBFIRST 0 /* Set non-zero to transmit subframes first */
/* Debug options to drop frames on transmit or receive */
#de