代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/244937/12830802

m mula_pcm.m

function [sqnr,a_quan,code]=mula_pcm(a,n,mu) %MULA_PCM mu-law PCM encoding of a sequence % [SQNR,A_QUAN,CODE]=MULA_PCM(A,N,MU). % a=input sequence. % n=number of quantization
www.eeworm.com/read/244937/12830822

m cm_dpske.m

function [enc_comp] = cm_dpske(E,M,mapping,sequence); % [enc_comp] = cm_dpske(E,M,mapping,sequence) % CM_DPSKE differentially encodes a sequence. % E is the average energy, M is the number of c
www.eeworm.com/read/143387/12879904

test autoinc.test

# 2004 November 12 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for you
www.eeworm.com/read/143212/12889007

sql sds.seq_role_id.sql

CREATE SEQUENCE "SDS"."SEQ_ROLE_ID" INCREMENT BY 1 START WITH 1025 MAXVALUE 9.9999998E10 MINVALUE 1 NOCYCLE CACHE 1024 ORDER commit;
www.eeworm.com/read/143212/12889023

sql sds.seq_user_id.sql

CREATE SEQUENCE "SDS"."SEQ_USER_ID" INCREMENT BY 1 START WITH 1 MAXVALUE 9.9999998E10 MINVALUE 1 NOCYCLE CACHE 1024 ORDER commit;
www.eeworm.com/read/330169/12908416

m dsss.m

% Lab 06 % WiCom_3 % By Kashif Shahzad % 01-ET-31 % 3rd July 2004 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Direct Sequence Spread Spectrum %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clc clear %
www.eeworm.com/read/329960/12923428

h sdclass_change.h

#include #include #include #include #include int cp_class_change(int *seq, int len); void setSwitchingFunction( sdmodel *smd );
www.eeworm.com/read/329960/12923561

sh viterbi.sh

#! /zpr/gnu/bin/bash model=./test.smo sequence=./test100.sqd outfile=./viterbi.out ../shmm_viterbi_test $model $sequence $outfile
www.eeworm.com/read/329960/12923793

c sclass_change.c

/******************************************************************************* * * This file is part of the General Hidden Markov Model Library, * GHMM version 0.8_beta1, see http://ghmm
www.eeworm.com/read/329960/12923959

h smap_classify.h

/******************************************************************************* * * This file is part of the General Hidden Markov Model Library, * GHMM version 0.8_beta1, see http://ghmm