-
nonlinear
This is for auto-parking, it accompany with the other file I attached.
- 2011-03-22 01:57:33下载
- 积分:1
-
PSNR
Compute the PSNR of two gray scale image
- 2014-08-19 19:55:27下载
- 积分:1
-
Kmeans1
K-means algorithm developed in Matlab. Classify data.
- 2009-12-01 22:58:53下载
- 积分:1
-
QI045_Matlab_X_L
扩频通信,从电磁波利用来看,与一般现有的常规通信方式完全不同。扩频通信利用伪随机编码把信息数据(窄带信号)的频谱进行扩展,形成宽带的低功率谱密度信号发射,使用不同的伪随机序列编码,不同通信用户可在同一频段、同一时间工作,互不影响或干扰极小地进行通信。(Spectrum, from the electromagnetic waves used term, and the general existing conventional means of communication is entirely different. Spread spectrum communication using pseudo-random code to the information data (narrowband signal) to extend the spectrum, the formation of low-power spectral density broadband signal transmission, using different pseudo-random sequence of coding, different communication users at the same frequency band, at the same time work, mutual does not affect or interfere with a very small way to communicate.)
- 2010-05-08 18:51:26下载
- 积分:1
-
pso-dace-optimization
改进的粒子群优化克里金模型,相较传统的克里金模型MATLAB数据包,此方法输入参数更少(Improved particle swarm optimization kriging model, compared with the traditional kriging model MATLAB data packet, this method less input parameters)
- 2021-03-10 19:09:26下载
- 积分:1
-
Genetic
说明: 使用GA遗传优化算法优化RBF-BP网络,提高精度(Using GA to optimize RBF BP network)
- 2019-12-03 16:01:11下载
- 积分:1
-
1.2-Mutual_Info
Matlab and C code of mutual information
- 2015-03-16 15:57:45下载
- 积分: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
-
fig210
Space-Time Codes and MIMO Systems
- 2008-09-04 20:06:29下载
- 积分:1
-
power-electronic
说明: 讲述电力电子技术中变换技术和控制技术的指导用书(About the power electronics and control technology in the transformation of the guide book)
- 2011-04-07 11:41:01下载
- 积分:1