代码搜索:语音降噪
找到约 2,424 项符合「语音降噪」的源代码
代码结果 2,424
www.eeworm.com/read/228316/14392651
asm ex12.asm
************************************************
* FileName: ex12.asm *
* Description: 语音录放实验 *
* Copyright(C) SanZhi Electronic, Author Zpin *
*********
www.eeworm.com/read/221636/14732312
asm ex12.asm
************************************************
* FileName: ex12.asm *
* Description: 语音录放实验 *
* Copyright(C) SanZhi Electronic, Author Zpin *
*********
www.eeworm.com/read/7659/126626
asm ex12.asm
************************************************
* FileName: ex12.asm *
* Description: 语音录放实验 *
* Copyright(C) SanZhi Electronic, Author Zpin *
*********
www.eeworm.com/read/436051/1855248
asm isr1.asm
////////////////////////////////////////////////////////////////////////////////////////////////
//======================================================
// 文件名称: ISR.asm
// 功能描述: 语音服务文件
// 完成日期
www.eeworm.com/read/146868/12606503
asm ex12.asm
************************************************
* FileName: ex12.asm *
* Description: 语音录放实验 *
* Copyright(C) SanZhi Electronic, Author Zpin *
*********
www.eeworm.com/read/237701/13936642
asm ex12.asm
************************************************
* FileName: ex12.asm *
* Description: 语音录放实验 *
* Copyright(C) SanZhi Electronic, Author Zpin *
*********
www.eeworm.com/read/204732/15334422
asm ex12.asm
************************************************
* FileName: ex12.asm *
* Description: 语音录放实验 *
* Copyright(C) SanZhi Electronic, Author Zpin *
*********
www.eeworm.com/read/201719/15398323
asm ex12.asm
************************************************
* FileName: ex12.asm *
* Description: 语音录放实验 *
* Copyright(C) SanZhi Electronic, Author Zpin *
*********
www.eeworm.com/read/104003/15714788
asm ex12.asm
************************************************
* FileName: ex12.asm *
* Description: 语音录放实验 *
* Copyright(C) SanZhi Electronic, Author Zpin *
*********
www.eeworm.com/read/182776/9191521
m train.m
function [hmm, pout] = train(samples, M)
%输入:
% samples -- 样本结构
% M -- 为每个状态指定pdf个数,如:[3 3 3 3]
%输出:
% hmm -- 训练完成后的hmm
K = length(samples);
% 计算语音参数
disp('正在计算语音参数');
for