-
用DSP进行语音压缩的经典开发实例(PCI总线)
用DSP进行语音压缩的经典开发实例(PCI总线)-A typical sample of developing which use DSP to compress speech signal
- 2022-02-21 05:31:27下载
- 积分:1
-
语音降噪的M程序,原信号加噪声,进行滤波得出原始信号
语音降噪的M程序,原信号加噪声,进行滤波得出原始信号-M procedures, the original signal plus noise, obtained the original signal filtering
- 2023-02-27 17:45:04下载
- 积分:1
-
ETSI发布的用于研究分布式语音识别的前端降噪算法
ETSI发布的用于研究分布式语音识别的前端降噪算法-ETSI issued for the study of Distributed Speech Recognition front Noise Reduction Algorithm
- 2022-05-17 00:54:38下载
- 积分:1
-
语音信号的G.711编码。
The source code has been modified by simplifying the ADPCM algor...
语音信号的G.711编码。
The source code has been modified by simplifying the ADPCM algorithm to increase
running speed.
Here, the quantizer scale factor, y(k), is determined by "unlocked" factor
yu(k) only. The factor yl(k) and speed-contral factor al(k) are ignored.-G.711 speech signal coding. The source code has been modified by simplifying the ADPCM algorithm to increase running speed. Here, the Quantizer scale factor, y (k), is determined by "unlocked" factor yu (k) only. The factor yl (k) and speed- al contral factor (k) are ignored.
- 2022-02-06 14:54:36下载
- 积分: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
-
Wigner Ville distribution
Wigner Ville distribution
- 2022-03-16 05:34:29下载
- 积分:1
-
一个基于ITU
一个基于ITU-R recommendation BS.1387的客观语音质量评价算法源码。-Based on ITU-R recommendation BS.1387 objective voice quality assessment algorithm source.
- 2023-02-23 04:05:04下载
- 积分:1
-
G.711 alaw和ulaw编码、解码算法的源代码,在嵌入式平台。
G.711 alaw和ulaw编码、解码算法源码,在嵌入式平台上验证通过。-G.711 alaw and ulaw encoding, decoding algorithm source code, in the embedded platform authentication through.
- 2022-09-17 21:55:03下载
- 积分:1
-
很好的语音识别程序!可能对有些人有用!
很好的语音识别程序!可能对有些人有用!-excellent source for speech recognition.It can be helpful for somebody
- 2023-07-10 06:35:05下载
- 积分:1
-
AR模形拟合工具,提供AR模型的拟合与模拟
AR模形拟合工具,提供AR模型的拟合与模拟-AR model
- 2022-07-27 01:36:51下载
- 积分:1