DHMM_HQ.h
资源名称:VQ-DHMM.rar [点击查看]
上传用户:avbj512
上传日期:2013-09-18
资源大小:6239k
文件大小:1k
源码类别:
DSP编程
开发平台:
Visual C++
- // DHMM_HQ.h:
- // Interface for the DHMM_HQ Module.
- //
- // Created 2001/08, By DongMing, MDSR.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_DHMM_HQ_H__8B97E397_23CE_4845_BF0C_A83155ADCEDB__INCLUDED_)
- #define AFX_DHMM_HQ_H__8B97E397_23CE_4845_BF0C_A83155ADCEDB__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- int DHMM_VQ_Train_Code_Book_HQ(DYNA_2DIM_DOUBLE_ARRAY d2dda_Code_Word, int n_Code_Word_Num, int n_Code_Word_Dim,
- DYNA_2DIM_DOUBLE_ARRAY d2dda_Initial_Code_Book, DYNA_2DIM_DOUBLE_ARRAY d2dda_Code_Book, int n_Code_Book_Size);
- int DHMM_Model_Train_DHMM_Model_HQ(WORD_SAMPLE * pu_Word_Sample, int n_Word_Sample_Num,
- DHMM_MODEL * pu_DHMM_Model);
- int DHMM_Recog_Viterbi_HQ(DHMM_MODEL * pu_DHMM_Model,
- WORD_SAMPLE * pu_Word_Sample,
- double * pd_Max_Likelihood, int * pn_Status_Sequence);
- int DHMM_Recog_Forward_Backward_HQ(DHMM_MODEL * pu_DHMM_Model,
- WORD_SAMPLE * pu_Word_Sample,
- double * pd_Max_Likelihood);
- long DHMM_Recog_Viterbi_HQ_FIX(DYNA_2DIM_INT_ARRAY d2dna_LogB, int n_State_Num,
- int * pn_VQed_Feature_Sequence, int n_Feature_Sequence_Len);
- #endif // !defined(AFX_DHMM_HQ_H__8B97E397_23CE_4845_BF0C_A83155ADCEDB__INCLUDED_)