代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/474600/6813469

m hmm_evaluation.m

function P = HMM_evaluation(a, b, V) % Find the probability of a finite state in a Markov chain % % Inputs: % a - Transition probability matrix % b - Output generator matrix % V -
www.eeworm.com/read/359187/6841954

m hmm_evaluation.m

function P = HMM_evaluation(a, b, V) % Find the probability of a finite state in a Markov chain % % Inputs: % a - Transition probability matrix % b - Output generator matrix % V -
www.eeworm.com/read/395497/8170628

asv dpsk_dem.asv

clear pack %************************************************************************** %input7为7位,特定码序列 input7=[1 0 0 1 1 0 1]; %input7=[1 0 0 1 1 0 1 1 0 0 1 1 0 1 1 0 0 1 1 0 1 1 0 0 1 1 0 1 1
www.eeworm.com/read/415311/11077110

m hmm_evaluation.m

function P = HMM_evaluation(a, b, V) % Find the probability of a finite state in a Markov chain % % Inputs: % a - Transition probability matrix % b - Output generator matrix % V -
www.eeworm.com/read/248284/12585713

m p1_1.m

% Program P1_1 % Generation of a Unit Sample Sequence clf; % Generate a vector from -10 to 20 n = -10:20; % Generate the unit sample sequence u = [zeros(1,10) 1 zeros(1,20)]; % Plot the unit s
www.eeworm.com/read/136989/5833121

h cdr_op_ci.h

// // cdr_op_ci.h,v 1.1 1999/05/28 02:16:45 coryan Exp // // ============================================================================ // // = LIBRARY // TAO IDL // // = FILENAME //
www.eeworm.com/read/490775/6442353

asv main.asv

%% [mul_fad_sequence,max_delay,fade_sign,rake_rev_sequence,mpath_amp] = cdma_channel_simulation(sequence,sf,mpath_delay,eb_no,k_factor) %% [original_sequence] = cdma_reciever(mul_fad_sequence,frame_l
www.eeworm.com/read/285689/8823014

c seqlinse.c

/***************************************************/ /* 在顺序表后部进行插入值为x的结点 */ /* 文件名seqlinse.c, 函数名insert_sequence_list() */ /***************************************************
www.eeworm.com/read/136989/5835129

bor makefile.bor

# # Makefile for building the TAO Notify Sequence_Multi_Filter test # Makefile.bor,v 1.1 2002/01/29 12:50:25 jwillemsen Exp # MAKEFILES = \ Sequence_Consumer.bor \ Sequence_Sup
www.eeworm.com/read/388251/8623130

hpp genxsequence.hpp

#pragma ident "$Id: GenXSequence.hpp 70 2006-08-01 18:36:21Z ehagen $" // GenXSequence.hpp - Generate X Sequence class. #ifndef GENXSEQUENCE_HPP #define GENXSEQUENCE_HPP //=====================