-
123
惯性导航工具箱,可以实现多种仿真。感兴趣的看看(Inertial navigation toolbox, can achieve various simulation. Interested to see)
- 2010-08-25 14:48:44下载
- 积分: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
-
all
simulink实现的BPSK数字通信系统,通过高斯白噪声信道的恢复情况。
各位请注意一下参数可由m文件给出,也可以在模块中直接给出。(simulink realization of the BPSK digital communication system, through the white Gaussian noise channel recovery. Members please note the file parameter is given by m, can also be given directly in the module.)
- 2011-01-07 22:28:53下载
- 积分:1
-
fre
说明: 此为频偏校正程序,通过TD_GG算法得到的频偏值还存在几赫兹的残余频偏,这里,我们可以通过反馈算法进行校正,以得到更加精确的频偏值。(for this frequency offset correction procedure for the adoption of the algorithm TD_GG Frequency values still exist remnants of a few hertz frequency offset, here, we can pass feedback correction algorithm, to be more precise frequency offset value.)
- 2006-04-07 16:32:53下载
- 积分:1
-
lsb_matching
LSB匹配算法的实现。目前大部分都是LSB替换算法,较新的图像LSB匹配算法的嵌入和恢复我没有在其它地方找到。因此,自己写了一个,可以作为毕业设计的内容。matlab编写,经过充分测试,可用。(Image LSB Matching Algorithm,implementated using matlab )
- 2021-04-06 10:59:03下载
- 积分:1
-
MATLAB_suanfaheji
matlab中大部分算法集中在里面,包括常用算法的重写等等,较为实用(matlab Most algorithms concentrated on the inside, including the rewrite of the common algorithms more practical)
- 2012-10-10 21:15:55下载
- 积分:1
-
kirchhoffmig
该matlab源代码能对地震数据进行克希霍夫偏移。(The program kirchhoff offset seismic data)
- 2012-11-21 17:03:55下载
- 积分:1
-
optimal-power-vinod-kumar(OPTIMAL-POWER-FLOW-WITH
OPTIMAL POWER FLOW WITH TCSC USING GENETIC ALGORITHM
- 2014-01-30 14:08:41下载
- 积分:1
-
program
基于神经网络的人脸图像识别程序。
使用MATLAB完成的。(Based on neural network image recognition procedures face.)
- 2020-07-02 08:20:02下载
- 积分:1
-
an
说明: 利用模拟退火解决0-1背包问题,适合初学者。(The use of simulated annealing to solve 0-1 knapsack problem, suitable for beginners.)
- 2008-11-12 21:48:16下载
- 积分:1