代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/285823/8809196

m cdma_recover.m

%Name: Chris Shoemaker %Course: EER-280 - Digital Watermarking %Project: CDMA based using multiple PN sequences embeded into whole object % Watermark Recovery clear all; % save st
www.eeworm.com/read/184884/9068227

c p3.c

/* Protocol 3 (par) allows unidirectional data flow over an unreliable channel. */ #define MAX_SEQ 1 /* must be 1 for protocol 3 */ typedef enum {frame_arrival, cksum_err, timeout} event_type; #incl
www.eeworm.com/read/380904/9123818

m dwt_embed.rar.m

%Name: Chris Shoemaker %Course: EER-280 - Digital Watermarking %Project: Embeding of CDMA watermark into H1,V1,D1 componants of a 1-scale DWT % Watermark Embeding clear all; % sav
www.eeworm.com/read/379858/9173918

m diff_enc.m

function DIFF_ENC_DATA = diff_enc(BURST) % % diff_enc: This function accepts a GSM burst bit sequence and % performs a differential encoding of the sequence. The % encoding i
www.eeworm.com/read/182760/9192358

m cdma_recover.m

%Name: Chris Shoemaker %Course: EER-280 - Digital Watermarking %Project: CDMA based using multiple PN sequences embeded into whole object % Watermark Recovery clear all; % save st
www.eeworm.com/read/182760/9192393

m dwt_embed.m

%Name: Chris Shoemaker %Course: EER-280 - Digital Watermarking %Project: Embeding of CDMA watermark into H1,V1,D1 componants of a 1-scale DWT % Watermark Embeding clear all; % sav
www.eeworm.com/read/377407/9277757

c execute_act_t.c

/* * $Id: execute_act_t.c 1272 2007-05-09 16:26:20Z mhe $ */ #include #include #include #include "lstm.h" #include "execute_act_t.h" void execute_act_test() {
www.eeworm.com/read/374163/9418495

h linux_reboot.h

extern int my_reboot(int); /* * Magic values required to use _reboot() system call. */ #define LINUX_REBOOT_MAGIC1 0xfee1dead #define LINUX_REBOOT_MAGIC2 672274793 #define LINUX_REBOOT_MAGIC2A 850
www.eeworm.com/read/175304/9552838

asv demod.asv

rho_in_dB=5; rho=10^(rho_in_dB/10); N=5000; BPH=2; number_of_states=64; fanout=2^BPH; L=floor(log(number_of_states)/log(fanout)); source=[rem(unidrnd(BPH,1,N),BPH),zeros(1,BPH*L)]; source1=res
www.eeworm.com/read/175304/9553107

m demod.m

rho_in_dB=5; rho=10^(rho_in_dB/10); N=5000; BPH=2; number_of_states=64; fanout=2^BPH; L=floor(log(number_of_states)/log(fanout)); source=[rem(unidrnd(BPH,1,N),BPH),zeros(1,BPH*L)]; source1=res