-
CDMA2000 1X语音编解码程序和测试用例,很好用
cdma2000 1x语音编解码程序,并带有测试用例,很好用-cdma2000 1x voice codec procedures and with test cases, very good use
- 2023-08-17 07:40:04下载
- 积分: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
-
16kb/s Low Delay CELP 算法
16kb/s Low Delay CELP 算法 -16kb/s Low Delay CELP algorithm
- 2022-08-21 05:25:07下载
- 积分:1
-
线形预测编码是用数据间的线形关系,通过前一个值对后来的值进行预测编码...
线形预测编码是用数据间的线形关系,通过前一个值对后来的值进行预测编码-linear predictive coding data used is the linear relationship, before the adoption of a value on the subsequent value predictive coding
- 2022-11-23 06:25:03下载
- 积分:1
-
基于SAPI5.3的语音识别
AppWizard has created this SRTest application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your SRTest application.
SRTest.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
- 2022-02-20 06:53:01下载
- 积分: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程序,很好很实用,你值得拥有!
盲信号分离的matlab程序,很好很实用,你值得拥有!-This program is made by Matlab 7.0.It is very good.you can prosess it
- 2023-02-14 18:55:03下载
- 积分:1
-
轻松做出类似Foxmail MSN的界面的软件
轻松做出类似Foxmail MSN的界面的软件-easily make similar MSN Live interface software
- 2022-01-21 18:26:30下载
- 积分:1
-
系统辨识与自适应控制MATLAB仿真CH5,好东西大家分享
系统辨识与自适应控制MATLAB仿真CH5,好东西大家分享-System Identification and Adaptive Control of MATLAB simulation of CH5, a good thing to share with you
- 2022-03-04 19:40:36下载
- 积分:1
-
G.729
源代码解码
开发工具VC
G.729
源代码解码
开发工具VC
-G.729 codec source code development tools VC
- 2022-02-26 14:28:24下载
- 积分:1