代码搜索:continuous
找到约 2,697 项符合「continuous」的源代码
代码结果 2,697
www.eeworm.com/read/131340/14149207
c contread.c
// ****************************************************************************
//
// File Name: contread.c
//
// Description: Preform the Continuous Block Read mode actions.
// Th
www.eeworm.com/read/154890/5632629
hh sysdec1.hh
/********************************************************************************
system/sysdec1.hh
purpose:
Breaks a continuous input stream (delivered by a StreamSource
object) into sys
www.eeworm.com/read/424063/10499546
m c2d.m
function [Phi, Gamma] = c2d(a, b, t)
%C2D Conversion of state space models from continuous to discrete time.
% [Phi, Gamma] = C2D(A,B,T) converts the continuous-time system:
% .
% x = Ax + Bu
www.eeworm.com/read/424063/10500845
m c2d.m
function [Phi, Gamma] = c2d(a, b, t)
%C2D Conversion of state space models from continuous to discrete time.
% [Phi, Gamma] = C2D(A,B,T) converts the continuous-time system:
% .
% x = Ax + Bu
www.eeworm.com/read/147096/12583843
m c2d.m
function [Phi, Gamma] = c2d(a, b, t)
%C2D Conversion of state space models from continuous to discrete time.
% [Phi, Gamma] = C2D(A,B,T) converts the continuous-time system:
% .
% x = Ax + Bu
www.eeworm.com/read/147096/12584540
m c2d.m
function [Phi, Gamma] = c2d(a, b, t)
%C2D Conversion of state space models from continuous to discrete time.
% [Phi, Gamma] = C2D(A,B,T) converts the continuous-time system:
% .
% x = Ax + Bu
www.eeworm.com/read/101557/15826459
m c2d.m
function [Phi, Gamma] = c2d(a, b, t)
%C2D Conversion of state space models from continuous to discrete time.
% [Phi, Gamma] = C2D(A,B,T) converts the continuous-time system:
% .
% x = Ax + Bu
www.eeworm.com/read/101557/15826716
m c2d.m
function [Phi, Gamma] = c2d(a, b, t)
%C2D Conversion of state space models from continuous to discrete time.
% [Phi, Gamma] = C2D(A,B,T) converts the continuous-time system:
% .
% x = Ax + Bu
www.eeworm.com/read/14893/425582
in pocketsphinx_swb.in
#!/bin/sh
S2CONTINUOUS=@prefix@/bin/pocketsphinx_continuous
HMM=@prefix@/share/pocketsphinx/model/hmm/wsj0
LM=@prefix@/share/pocketsphinx/model/lm/swb
LMFILE=@prefix@/share/pocketsphinx/model/lm/swb/s
www.eeworm.com/read/389613/8510686
h chmm.h
/***************************************************************************
Module Name:
Continuous Observation Hidden Markov Model with Gaussian Mixture
History:
2003/12/13 Fei Wang