-
EVC platform recording procedures. Mack good configuration can be tape recorded....
EVC平台下的录音程序。配置好麦克,即可进行录音。程序运行过程中会弹出多个对话框,用于说明程序的运行情况。-EVC platform recording procedures. Mack good configuration can be tape recorded. Procedures, there would be a number of pop-up dialog box, used to illustrate the operation of the procedures.
- 2023-02-13 21:55:03下载
- 积分:1
-
赤木正人教授在论文“Development of an F0 control model based on F0 dynamic characteristics...
赤木正人教授在论文“Development of an F0 control model based on F0 dynamic characteristics for singing-voice synthesis”中提出的f0 preparation模型的matlab实现
- 2022-09-17 04:40:03下载
- 积分:1
-
on a coding algorithm
一个关于des算法编码-on a coding algorithm
- 2022-02-10 09:52:50下载
- 积分:1
-
FSK demodulation telling how to do it after AWGN noise.
FSK demodulation telling how to do it after AWGN noise.
- 2022-08-05 11:04:33下载
- 积分:1
-
语音识别知识的语音识别,语音识别的基本方法…
语音识别知识讲稿,了解语音识别基本知识和基本方法的捷径-Speech Recognition knowledge speech, speech recognition to understand the basic knowledge and basic methods of shortcuts
- 2023-04-26 12:00:03下载
- 积分:1
-
人类精神智慧的精华,在你绝望的时候,在你懈怠的时候,给予你强大的力量...
人类精神智慧的精华,在你绝望的时候,在你懈怠的时候,给予你强大的力量-The essence of the wisdom of the human spirit, in your time of despair, before you slack time give you powerful
- 2022-06-16 23:11:42下载
- 积分:1
-
HTK3.4(HTK最新版)源码 + 可执行文件 + HTK book + 其他少量HTK资料(含中文)...
HTK3.4(HTK最新版)源码 + 可执行文件 + HTK book + 其他少量HTK资料(含中文)-HTK3.4 (HTK latest version) source+ Executable file+ HTK book+ Other HTK a small amount of information (including Chinese)
- 2022-02-12 14:54:50下载
- 积分: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
-
Provide rls realize the matlab using RLS algorithm to design a digital filter to...
提供rls的matlab实现,用RLS算法设计一个数字滤波器,实现语音增强的目标,得到清晰的语音信号-Provide rls realize the matlab using RLS algorithm to design a digital filter to achieve the goal of speech enhancement have been given clear voice signal
- 2022-05-16 22:44:47下载
- 积分:1
-
LZW compression decompression integrity procedures, rare, and even input and out...
LZW压缩解压的完整程序,不可多得,连输入输出参数都实现了。可立即下在编译-LZW compression decompression integrity procedures, rare, and even input and output parameters are realized. Immediately under the compiler
- 2022-02-20 09:13:06下载
- 积分:1