代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/410924/11264931
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/410881/11266271
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/410505/11282995
cpp ycclass.cpp
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// File name: ycclass.cpp
// This file define the functi
www.eeworm.com/read/409205/11341448
m acimp.m
function p = acimp(b, a, N)
%ACIMP Calculate autocorrrelation sequence of an impulse
%----- response given the coefficients of H(z) = B(z)/A(z).
%
% Usage: p = acimp(b, a, N);
%
% p :
www.eeworm.com/read/407295/11422561
m tf_smooth.m
%TF_SMOOTH Two filter based Smoother
%
% Syntax:
% [M,P] = TF_SMOOTH(M,P,Y,A,Q,H,R,[use_inf])
%
% In:
% M - NxK matrix of K mean estimates from Kalman filter
% P - NxNxK matrix of K state covar
www.eeworm.com/read/405069/11472229
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/404799/11478654
m getptforcalhousing.m
function [P, T, VV, TV] = GetPTforcalhousing
%Obtain Random P, T
load calhousing.dt;
rand_sequence=round(rand(size(calhousing,1), 1)*size(calhousing,1));
temp_d
www.eeworm.com/read/262351/11591646
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,