代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/442577/7649312
m add_channel_effect_nonoise.m
function [channel,rx]=add_channel_effect_noNoise(channel,rx,signal_sequence);
%信道影响函数
global signal;
channel.attenuation.d=1/(channel.attenuation.distance^2);%pass loss is constant for the whol
www.eeworm.com/read/437619/7744755
h sync.h
/* m-sequence generated by polynomial x^6 + X^5 + 1, started in the 100000
* state and augmented with an extra 0 at the front to make a 64-bit sequence
* 0000 0010 0001 1000 1010 0111 1010 0011
www.eeworm.com/read/436318/7772597
c rle.c
/***********************************************************************************************************
RLE.c
本演示程序提供了游程长度编码法的压缩和解压缩函数,并实现了对图象
文件的压缩和解压缩
***********************************
www.eeworm.com/read/433617/7918703
hif jishixianshi.hif
Version 7.2 Build 151 09/26/2007 SJ Full Version
11
919
OFF
OFF
OFF
OFF
ON
ON
ON
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Paths
www.eeworm.com/read/296616/8086884
h noise_gen.h
//Noise_gen.h header file for pseudo-random noise sequence
typedef struct BITVAL //register bits to be packed as integer
{
unsigned int b0:1, b1:1, b2:1, b3:1, b4:1, b5:1, b6:1;
unsigned in
www.eeworm.com/read/196122/8114086
m bits_to_symbols.m
% reverse of symbols_to_bits
clear
clc
load filename sequence
%load
pass=0;
symbols=[];
ii=1;
index=1;
index1=1;
offset=14;
while 1
[stream_out , index ]=entropy_decode(sequence
www.eeworm.com/read/245558/12794367
h noise_gen.h
//Noise_gen.h header file for pseudo-random noise sequence
typedef struct BITVAL //register bits to be packed as integer
{
unsigned int b0:1, b1:1, b2:1, b3:1, b4:1, b5:1, b6:1;
unsigned in
www.eeworm.com/read/244541/12857337
m bits_to_symbols.m
% reverse of symbols_to_bits
clear
clc
load filename sequence
%load
pass=0;
symbols=[];
ii=1;
index=1;
index1=1;
offset=14;
while 1
[stream_out , index ]=entropy_decode(sequence
www.eeworm.com/read/143516/12868941
h sync.h
/* m-sequence generated by polynomial x^6 + X^5 + 1, started in the 100000
* state and augmented with an extra 0 at the front to make a 64-bit sequence
* 0000 0010 0001 1000 1010 0111 1010 0011
www.eeworm.com/read/329960/12924258
am makefile.am
# author : Achim Gaedke
# filename : /zpr/bspk/src/hmm/ghmm/ghmm++/examples/Makefile.am
# created : DATE: 28 June 2001
# $Id: Makefile.am 969 2004-08-17 14:32:24Z wasinee $
# revis