代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/399904/7826840
h stl_queue.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/199440/7853159
m demgausshmm_traj.m
% A demonstration of the HMM software using a Gaussian observation
% model on trajectory in 2-D space
clear
load demgauss_traj
T=size(data,1);
% data original time series
figure
plot3(data(:,1),dat
www.eeworm.com/read/197653/7982471
h stl_queue.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/196846/8054659
c getbits.c
/* getbits.c, bit level routines */
/*
* All modifications (mpeg2decode -> mpeg2play) are
* Copyright (C) 1996, Stefan Eckart. All Rights Reserved.
www.eeworm.com/read/196840/8055013
m demgausshmm_traj.m
% A demonstration of the HMM software using a Gaussian observation
% model on trajectory in 2-D space
clear
load demgauss_traj
T=size(data,1);
% data original time series
figure
plot3(data(:,1),dat
www.eeworm.com/read/196830/8055894
m hsolpsav.m
function [y] = hsolpsav(x,h,N)
% High-speed Overlap-Save method of block convolutions using FFT
% --------------------------------------------------------------
% [y] = hsolpsav(x,h,N)
% y = outp
www.eeworm.com/read/397099/8068857
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
% seq
www.eeworm.com/read/196069/8116719
m hsolpsav.m
function [y] = hsolpsav(x,h,N)
% High-speed Overlap-Save method of block convolutions using FFT
% --------------------------------------------------------------
% [y] = hsolpsav(x,h,N)
% y = outp
www.eeworm.com/read/245941/12770929
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
% seq
www.eeworm.com/read/244937/12830583
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift-register sequence when the
% shift-register connections are given as input to