-
Huffman
该仿真程序采用2个码元联合编码的方式对信源数据进行Huffman编码,最后给出了联合编码和单个码元编码以及定长编码的对比分析,并将编码的二进制数据和解码的数据输出为文本文件hcode.txt及hdecode.txt。(matlab)
- 2009-10-26 23:59:15下载
- 积分:1
-
LMS
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)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
DSB_AM_MATLAB
说明: 用来进行双边带幅度调制DSB_AM的MATLAB源程序。(Demonstration script for DSB-AM. The message signal is+1 for 0 < t < t0/3,-2 for t0/3 < t < 2t0/3, and zero otherwise.actually means Rx(m-1). )
- 2010-04-26 16:15:54下载
- 积分:1
-
WLSVM_weka
it is wlsvm with weka + matlab
- 2012-08-05 18:51:20下载
- 积分:1
-
DS_CDMA
DS_CDMA通信仿真 MATLAB仿真 通信系统 (DS_CDMA communication simulation MATLAB simulation communication system)
- 2015-01-23 20:57:51下载
- 积分:1
-
tree
决策树算法的matlab实现,主要适用的是id3
算法思想(Decision Tree Algorithm to achieve the matlab main id3 algorithm is applicable to thinking)
- 2009-05-06 13:28:34下载
- 积分:1
-
edgptfer
MATLAB CODE FOR EDGE PRESERVING
- 2013-09-13 18:48:07下载
- 积分:1
-
CoordinateSearchAlgorithm
This program simulates the minimization of a simple function with the simple coordinate search method.(Simple coordinate search algorithm)
- 2010-01-19 17:30:41下载
- 积分:1
-
fourier
说明: DSP入门:应用傅里叶变换对信号进行频谱分析(DSP basis: Implement of Fourier Transfer to analysis signals spectrum)
- 2010-03-25 13:30:29下载
- 积分:1
-
ai-control
电液伺服系统的智能控制研究.kdh,优秀硕士论文(Electro-hydraulic Servo System Intelligent Control. Kdh, outstanding master' s thesis)
- 2009-02-12 16:05:40下载
- 积分:1