-
correlationdemision
一个计算混沌时间序列相关维数的matlab程序(A calculation of chaotic time series correlation dimension of the matlab program)
- 2007-11-17 01:28:43下载
- 积分:1
-
to
说明: 一般通信AM FM BPSK MSK信号的产生 与频谱仿真及通过滤波器仿真(General Communication AM FM BPSK MSK signal generation and spectrum simulation and emulation through the filter)
- 2010-04-16 16:28: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
-
bbjc
基于小波变换的MATLAB程序,很不错的,非常好(MATLAB based on wavelet transform process, very good, very good)
- 2009-05-25 16:07:38下载
- 积分:1
-
Hybrid-Adaptive-Resonance
this Program utilized a new method
for generation codebook in Hidden Markov
Models (HMM). Hybrid HMM and neural
networks have been applied to improve
recognition in speech processing.
- 2011-07-11 22:38:52下载
- 积分:1
-
10.1007_978-3-642-25486-4
Generating manipulator trajectories considering
multiple objectives with kinematics and dynamics
constraints is a non-trivial optimization. In this paper,
a constrained multi-objective genetic algorithm
(MOGA) based technique is proposed to address this
problem for a general motor-driven parallel kinematic
manipulator.(生成机械手轨迹考虑 多个目标的运动学和动力学约束是一个简单的优化。在本文中, 约束多目标遗传算法 )技术提出了解决这一问题 问题一般电机驱动的平行运动操纵者。)
- 2014-06-24 16:00:27下载
- 积分:1
-
VSS
变步长的最小均方算法,步长可变,性能好,收敛速度快。(Variable step least mean square algorithm,have fast convergence rate.)
- 2010-07-23 16:35:32下载
- 积分:1
-
seriescommmatlab
利用matlab编写的串行通信助手程序,GUI界面对学通信的应该很有帮助(Matlab serial communication using a helper application written, GUI interface should be helpful in learning to communicate)
- 2010-11-12 17:55:33下载
- 积分:1
-
test1
通过一点来选取图像区域,手动选取图像中的一点,可以讲这个点周围的一定区域提取出来(Through a point to the image area,manual one point in a image,then we can get an area around this point)
- 2014-11-07 17:19:50下载
- 积分:1
-
MPC_SpeedCtrl
说明: 在matlab/simulink中,搭建和carsim联合仿真的MPC模型,实现对车速的跟踪(In Matlab / Simulink, the MPC model of joint simulation with CarSim is built to realize the speed tracking.)
- 2021-03-02 23:19:33下载
- 积分:1