代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/461382/7228284
c depuncture.c
/* file: Depuncture.c
Description: Depuncture bits by zero-padding deleted bits.
The calling syntax is:
[output] = Depuncture(input, pun_pattern, tail_pattern )
output = U
www.eeworm.com/read/453558/7417057
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/451644/7459697
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/444860/7604151
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/444818/7605512
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/441410/7670711
m fixing2.m
%FIXING2 Filter version of Examples 12.4 and 12.7.
% Shows the impact on introducing constraints
% as observations with zero variance
%Kai Borre 07-10-97
%Copyright (c) by Kai Borr
www.eeworm.com/read/440264/7691328
vhd reg.vhd
-- reg.vhd
-- This module implements a 16-bit general purpose register. The contents of
-- register is loaded on the rising edge of "clk". It is cleared to zero when
-- "reset" is asserted low. T
www.eeworm.com/read/439815/7701197
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/435132/7796959
m indmixmod.m
% indmixmod.m
%
% Uses the EM algorithm to fit an independent, zero mean, mixture model to
% the input data with the specified number of states.
%
% function [epsi,mui,vari] = indmixmod(dat,nmix,nite
www.eeworm.com/read/242424/7809151
java 12.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