代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/313963/13577521
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/310885/13641767
m walshhadmard.m
% Program to generate Walsh-Hadamard codes.
% These codes are orthogonal codes and when used in synchronous CDMA
% produce zero interference between signal carried by same RF frequency.
clc
clear
www.eeworm.com/read/310212/13654736
m upfirdn.m
%UPFIRDN Upsample, apply a specified FIR filter, and downsample a signal.
% UPFIRDN(X,H,P,Q) is a cascade of three systems applied to input signal X:
% (1) Upsampling by P (zero insertion
www.eeworm.com/read/308334/13703961
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)
%***********
www.eeworm.com/read/308059/13710158
html timeseriesdemo12.html
TimeSeriesDemo12
This demo shows a series with all zero values - it is only visible because the
Stroke has been set to a width of 2.0. This highlights a
limitation in the
www.eeworm.com/read/307151/13727501
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/306970/13734549
c snow_altivec.c
/*
* AltiVec-optimized snow DSP utils
* Copyright (c) 2006 Luca Barbato
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
www.eeworm.com/read/306480/13744404
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/304031/13803650
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)
%***********
www.eeworm.com/read/147766/5722421
s sint.s
|
| sint.sa 3.1 12/10/90
|
| The entry point sINT computes the rounded integer
| equivalent of the input argument, sINTRZ computes
| the integer rounded to zero of the input argument.
|
| Entry poin