-
在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分...
在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用.
另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-in linux platform, net write c Blind Signal Separation code. it is based on convolution of mixed Blind Signal Separation algorithm, not only can be separated from the artificial synthesis of mixed-signal, but for the real environment convolution of mixed voice signals can be separated. in this procedure, the tests included two documents, makefile can be used directly after. Also worth mentioning is that Compression bag containing some of voice processing functions commonly used. fft transform, for example, to read write wav file, and some of the commonly used one-dimensional and two-dimensional vector matrix transformation functions. these can be directly applied to other applications going.
- 2022-03-25 07:31:29下载
- 积分: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
-
系统辨识与自适应控制MATLAB 仿真CH4 ,,好东西大家一起分享
系统辨识与自适应控制MATLAB 仿真CH4 ,,好东西大家一起分享-System identification and adaptive control of MATLAB simulation of CH4,, good things to share with everyone
- 2022-03-19 08:09:52下载
- 积分:1
-
Speech Recognition and Synthesis System. There are a detailed introduction and p...
语音识别与合成系统.
里面有详细的介绍与程序-Speech Recognition and Synthesis System. There are a detailed introduction and procedures
- 2022-03-14 05:33:06下载
- 积分:1
-
基于倒谱特征的说话人识别技术
提取语音的倒谱特征进行说话人识别...
基于倒谱特征的说话人识别技术
提取语音的倒谱特征进行说话人识别-based Cepstral Speaker voice recognition technology from the Cepstral for Speaker Recognition
- 2022-07-21 22:02:06下载
- 积分:1
-
a voice synthesis of Java programs
一个语音合成的Java小程序-a voice synthesis of Java programs
- 2022-06-14 13:26:43下载
- 积分:1
-
系统辨识算法matlab 自动提供输入输出功能
自动辨识
系统辨识算法matlab 自动提供输入输出功能
自动辨识-system identification algorithm for automatic Matlab functions of the input and output automatic identification
- 2022-08-22 01:17:21下载
- 积分:1
-
matlab语音工具箱
matlab语音工具箱-voice Matlab Toolbox
- 2022-02-10 06:34:12下载
- 积分:1
-
完成基于MFCC的语音识别系统仿真,文件中带有完成语音识别训练的源文件...
完成基于MFCC的语音识别系统仿真,文件中带有完成语音识别训练的源文件-Completion of MFCC-based speech recognition system simulation, document the completion of speech recognition training with the source file
- 2023-02-25 23:00:03下载
- 积分:1
-
我是做语音识别的,这是我做的一个关于端点检测的小程序,里面还有一个工具包...
我是做语音识别的,这是我做的一个关于端点检测的小程序,里面还有一个工具包-I have to do speech recognition, which is what I am doing on a small endpoint detection procedures, there is also a tool kits
- 2022-06-27 11:49:12下载
- 积分:1