-
这里主要我自己成果,是关于语音编码的,个人认为还可以,里面程序上传前经本人调试确认完全可用.有对多级矢量量化的程序(这个网上很少有),还有就是对MELP多帧参数...
这里主要我自己成果,是关于语音编码的,个人认为还可以,里面程序上传前经本人调试确认完全可用.有对多级矢量量化的程序(这个网上很少有),还有就是对MELP多帧参数的提取(这些网上也少见),还有就是统计子带清浊音概率的,还有一个我搜集的认为比较好的关于语音编码的英文文档.-Here the main results of my own, on the speech coding, and personally think that can also be inside the procedure before From my debugging can be used to confirm complete. There are of multi-stage vector quantization process (the online few), there is a multi-frame MELP parameters of the extraction (which are online also rare), there is statistical subband audio Qingzhuo probability, there is one I have collected think of a better speech coding on the document in English.
- 2023-06-06 07:30:03下载
- 积分:1
-
老师布置的一个project,里面有题目和源程序,能够识别十个数字。
老师布置的一个project,里面有题目和源程序,能够识别十个数字。-This is a project given by teacher ,including subject and code .It can recognise ten numbers.
- 2022-11-25 14:15:03下载
- 积分:1
-
speech recognition and synthesis 2 entry, word or compressed packages within Mat...
语音识别与合成入门2,word或压缩包中内有matlab源码-speech recognition and synthesis 2 entry, word or compressed packages within Matlab FOSS
- 2022-08-16 07:53:38下载
- 积分:1
-
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=...
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R- LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R))
- 2022-01-24 14:36:59下载
- 积分:1
-
新一代电表通信协议的互操作性…
具有互操作性的新一代电能表通信协议标准
DLMS用户协会基于面向对象技术提出了一种新的电能表通信协议DLMS/COSEM,它是目前唯一适用于不同制造厂家、仪表型号、通信信道并满足电能表全部应用的具有互操作性的通信协议。本文介绍了其概念、体系结构、实现互操作性的关键技术、一致性测试认证以及与其它通信协议的区别,并给出了应用实例。-interoperability of the new generation of electric meter communication protocol standards DLMS user associations based on object-oriented technology providers out a new electric meter communication agreement DLMS/COSEM. It is currently the only apply to different manufacturers, instrument models, Communication Channel Power Meter and meet all the application interoperability communication protocol. This paper introduces the concept, architecture, achieving interoperability of key technologies, conformance testing and certification with other communication protocol distinction, and an example of application is given.
- 2022-01-24 12:37:20下载
- 积分:1
-
一些有价值的指纹识别和语音识别方面的论文和资料,利用微软Speech SDK 5.1开发语音识别系统的主要步骤.doc认识语音识别技术的工作原理.doc研究语音...
一些有价值的指纹识别和语音识别方面的论文和资料,利用微软Speech SDK 5.1开发语音识别系统的主要步骤.doc认识语音识别技术的工作原理.doc研究语音识别的难题.doc语音识别技术介绍.doc语音识别研究的最新进展.doc指纹的结构特征及其分布类型的介绍.doc指纹识别的基本原理.doc指纹识别算法流程eesdn.doc指纹识别研究的心得体会.doc-Some valuable fingerprint identification and voice identification papers and information, the use of Microsoft Speech SDK 5.1 Speech Recognition System to develop the main steps. Doc awareness of voice recognition technology works. Doc research speech recognition problems. Doc to introduce voice recognition technology. doc Speech Recognition latest progress of the study. doc fingerprint of the structural characteristics and distribution of the type of presentation. doc the basic principles of fingerprint identification. doc fingerprint recognition fingerprint recognition algorithm processes eesdn.doc research experiences. doc
- 2022-02-15 05:47:48下载
- 积分:1
-
语音信号处理方面的源代码,简单的语音合成软件(text to speech)...
语音信号处理方面的源代码,简单的语音合成软件(text to speech)-voice signal processing of the source code, a simple speech synthesis software (text to speech)
- 2022-02-02 09:15:46下载
- 积分:1
-
回音消除算法matlab,采用的VIRE的双方通话检测
回音消除算法matlab,采用的VIRE的双方通话检测-Matlab algorithms eliminate echoes, the two sides call the VIRE Detection
- 2022-08-14 18:19:57下载
- 积分:1
-
AMR
AMR-WB声码器VAD(语音活动检测)程序。测试使用8kHz采样率和16位wav量化文件。
- 2022-03-16 15:43:09下载
- 积分:1
-
解除tcp筛选的的算法和软件实现,用vc编写,请大家下载
解除tcp筛选的的算法和软件实现,用vc编写,请大家下载-lifting tcp screening algorithms and software used to prepare vc, please download
- 2022-02-13 06:57:12下载
- 积分:1