代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/286662/8751828

m hmm_generate.m

function out = HMM_generate(a,b,initial,seq_len) % Generate a Markov sequence % % Inputs: % a - Transition probability matrix % b - Output generator matrix % initial - Initial state %
www.eeworm.com/read/430375/8753082

pat greaterres.pat

-- description generated by Pat driver v107 -- date : Sun Dec 2 18:38:53 2001 -- sequence : greater -- input / output list : in exp1 (2 downto 0) B; in exp2 (2 downto 0) B; out
www.eeworm.com/read/430375/8753126

pat fpaddres.pat

-- description generated by Pat driver v107 -- date : Wed Dec 5 22:14:33 2001 -- sequence : fpadd -- input / output list : in inval1 (7 downto 0) B; in inval2ini (7 downto 0) B; in
www.eeworm.com/read/430375/8753222

pat decoder3to8res.pat

-- description generated by Pat driver v107 -- date : Thu Nov 8 17:30:27 2001 -- sequence : decoder3to8 -- input / output list : in input (2 downto 0) B; out output (7 downto 0) B;
www.eeworm.com/read/285606/8828565

plg test.plg

Build Log --------------------Configuration: Test - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\wcjyhy\L
www.eeworm.com/read/186716/8914565

m blackbox.m

function y = blackbox(x) % BLACKBOX ...... Generates the output from a "blackbox" representing % some transfer characteristics. % % Y = BLACKBOX(X) will generate the output sequence Y from th
www.eeworm.com/read/186716/8914577

m mu_inv.m

function out = MU_INV(in,mu) % MU_INV ....... Mu-law expansion % % MU_INV(X) generates an expanded sequence from the input sequence X. % The expansion characteristic is determined by the North
www.eeworm.com/read/284458/8927715

cpp filehandle.cpp

// FileHandle.cpp: implementation of the CFileHandle class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "EludeObstacle.h" #include "Fi
www.eeworm.com/read/427211/8966061

m test_hmm_vitdecg_long.m

%% settings N = 4; % number of states T = 8192; % length of data sequence %% random parameters a = abs(randn(N,N)); % transition matrix a = a./kron(ones(1,N),sum(a')'); % assert
www.eeworm.com/read/382649/9008021

h aodv.h

/* @(#) $Header: /tcpdump/master/tcpdump/aodv.h,v 1.3 2003-09-13 01:34:42 guy Exp $ (LBL) */ /* * Copyright (c) 2003 Bruce M. Simpson * All rights reserved. * * Redistribution and us