-
COLOUR
假彩色图像变换,分别求图像的R、G、B三个通道的图像(False color image transformation, image of R, G, B three channel of the image)
- 2013-12-19 10:35:23下载
- 积分:1
-
dsk05
信号处理书中所附光盘,包括各个章节,很全,大部分能直接拿来用,很实用(The book accompanying CD-ROM signal processing, including various chapters, it is the whole, most can be brought directly to use, very practical)
- 2009-09-25 00:25:48下载
- 积分:1
-
ekfukf_1_2
说明: kalman滤波,扩展的kalman滤波(EKF),unscented Kalman filter(UKF),基于EKF和UKF混合模型的IMM实现,以及配套的Rauch-Tung-Striebel和two-filter平滑工具,一个很好用的框架(kalman filtering, extended kalman filter (EKF), unscented Kalman filter (UKF), based on the EKF and UKF realize mixed-model IMM as well as ancillary Rauch-Tung-Striebel and two-filter smoothing tool, a very good framework to use)
- 2021-05-08 14:48:35下载
- 积分:1
-
模糊C均值聚类算法
模糊c-均值聚类算法通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的,一般用于故障识别与分类。(Fuzzy c- mean clustering algorithm obtains the membership degree of every sample point to all class centers by optimizing the objective function, and determines the classification of the sample points to achieve automatic classification of sample data. It is generally used for fault recognition and classification.)
- 2020-07-01 18:40:02下载
- 积分:1
-
ACMUD3
随机扰动蚁群多用户检测算法在CDMA系统中的实现(Randomly ant colony algorithm for multi-user detection in CDMA systems to achieve)
- 2010-07-06 22:28:35下载
- 积分: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
-
Matlab_-from-entry-to-the-master
Matlab经典教程-从入门到精通,帮助大家快速学习并掌握matlab,成为高手。(Classic Matlab tutorial- from entry to the master, to help you quickly learn matlab, become the master.To be professional man !)
- 2012-09-30 10:27:55下载
- 积分:1
-
BandSolver2
This is a bandsolver source code programmed with Matlab. Bandsolver is one of the most usefuel solving method in FEM analysis.
- 2013-12-07 11:11:02下载
- 积分:1
-
Matlab lamb
MATLAB频散曲线绘制,相速度,群速度(MATLAB dispersion curve drawing, phase velocity, group velocity)
- 2018-04-09 11:07:14下载
- 积分:1
-
baseline
说明: 采用小波包变换去除脉搏波的基线漂移和公平干扰 效果较小波变换更好(Wavelet packet transform to remove baseline drift and pulse wave interference effect of smaller transform fair better)
- 2021-05-22 13:30:03下载
- 积分:1