-
imp_papers
Random processes important papers from previous years.
- 2010-06-16 05:02:54下载
- 积分:1
-
ACSzhuanhuan
欧姆龙ASCII转换 特别适合初学者学习(Omron ASCII conversion suitable for beginners to learn)
- 2010-09-12 15:43:56下载
- 积分:1
-
TSP
说明: 蚁群算法解决TSP问题,可以高速运行,附有详细注释(Ant colony algorithm to solve TSP problem, you can run at high speed, with detailed notes)
- 2011-03-17 19:10:59下载
- 积分:1
-
lyapunov
说明: MATLAB求解最大lyapunov指数源代码(MATLAB to solve the largest index of the source code lyapunov)
- 2009-08-18 15:49:25下载
- 积分:1
-
ROC-plot.zip
试者工作特征曲线 (receiver operating characteristic curve,简称ROC曲线),又称为感受性曲线(sensitivity curve)。得此名的原因在于曲线上各点反映着相同的感受性,它们都是对同一信号刺激的反应,只不过是在几种不同的判定标准下所得的结果而已。接受者操作特性曲线就是以虚报概率为横轴,击中概率为纵轴所组成的坐标图,和被试在特定刺激条件下由于采用不同的判断标准得出的不同结果画出的曲线。(PLOTROC Plot receiver operating characteristic.
Syntax
plotroc(targets,outputs)
plotroc(targets1,outputs1, name1 ,targets,outputs2, name2 , ...)
Description
PLOTROC(TARGETS,OUTPUTS) plots the receiver operating characteristic
for each output class. The more each curve hugs the left and top edges
of the plot, the better the classification.
PLOTROC(TARGETS1,OUTPUTS2, name1 ,...) generates multiple plots.
)
- 2012-02-12 11:58:08下载
- 积分:1
-
Kalman
使用卡尔曼滤波器对物体的未来状态进行预测和估计。(Using the kalman filter to predict the station of the object.)
- 2020-08-18 17:48:20下载
- 积分:1
-
factor_analysis
多元统计分析中的因子分析的代码,比较简洁(code of factor analysis in multiple statistics analysis)
- 2012-04-23 09:47:31下载
- 积分:1
-
gatsp1
matlab程序,遗传算法解决经典的TSP(旅行商)问题(Matlab procedures, genetic algorithm to solve the classic TSP salesman problem (TSP))
- 2007-03-13 09:28:36下载
- 积分:1
-
Linear-Prediction
Linear Prediction using Levinson Durbin Recursion and Lattice Filters
- 2013-02-12 09:28:09下载
- 积分:1
-
svdtls
SVD-TLS算法进行参数估计,本文用SVD-TLS算法估计观测信号的功率谱,步骤如下:
(1) 计算样本相关函数矩阵R的SVD,并存储奇异值和矩阵V
(2) 确定R的有效秩,本文使用的是归一化奇异值法来求有效秩
(3) 用总体最小二乘法估计参数
(SVD-TLS algorithm for parameter estimation, this paper observed SVD-TLS algorithm estimates the signal power spectrum, the following steps: (1) Calculate the sample correlation function matrix R, SVD, and store singular values and matrix V (2) to determine R, effective rank, this is normalized using the singular value method to be effective rank (3) The total least squares method to estimate the parameters)
- 2021-03-27 14:49:12下载
- 积分:1