-
sudokon
数独的程序,MCM2008B
可以参考一下(Sudoku procedures, MCM2008B reference)
- 2009-02-04 14:54:34下载
- 积分:1
-
kalmanintroduction
In his 1960 famous publication (“A new approach to linear filtering and prediction problems”, Trans.ASME J. Basic Engineering., vol 82, March 1960, pp 34-45), Rudolf Kalman based the construction of the state estimation filter on probability theory, and more specifically, on the properties of conditional Gaussian
random variables. The criterion he proposed to minimize is the state vector covariance norm, yielding to the classical recursion : the new state estimate is deduced from the previous estimation by addition of a correction term proportional to the prediction error (or the innovation of the measured signal).
- 2010-07-08 02:26:01下载
- 积分:1
-
bin2hex
function total_length=text_length_num(file_cell)
total_length=0
for i=1:length(file_cell)
y1=char(file_cell(i))
for j=1:length(y1)
if(y1(j)== > )
got=j-3
end
end
y=
for k=1:got
y(k)=y1(k)
end
[a,b,c,d]=fileparts(y)
FileName=[b c]
fid=fopen(y)
total_length_char=0
while 1
tline = fgetl(fid)
if ~ischar(tline), break,
- 2010-07-30 09:38:27下载
- 积分:1
-
Fault1_PCA
利用主成分分析方法,对TE模型产生的故障数据故障1进行故障检测(Using principal component analysis, on the TE model failure data generated by a fault detection fault)
- 2010-05-27 10:06:52下载
- 积分:1
-
omp
基于matlab仿真平台,快速匹配追踪OMP算法的图像稀疏分解与重构,并附带有OMP算法的详细讲解PPT(Based on the simulation platform of MATLAB, the fast matching pursuit (OMP) algorithm for image sparse decomposition and reconstruction. And with the OMP algorithm explained in detail PPT.)
- 2015-04-08 12:11:13下载
- 积分:1
-
SPXY样本划分方法
说明: 用于数据建模时的样本集自动划分方法,基于X、Y矩阵的校正集及验证的划分(Automatic sample set partition method for data modeling, calibration set and validation partition based on X and Y matrices)
- 2020-08-03 17:28:36下载
- 积分:1
-
interactiveimagesegmentation
选取读入一份彩色图像,在运行Untitled.m程序时:先用鼠标交互的选取一个颜色区域作为你要与其他色彩分割的目标,,鼠标选取好后,按ENTER健后出现进行分割出现结果。
(Select a color image read in the run Untitled.m program: the first interaction with the mouse, select a color region as the color you want to split with other goals, the mouse selection is completed, press ENTER health appeared after the results of segmentation .)
- 2010-11-29 10:53:48下载
- 积分:1
-
GN25L98datasheet
GN25L98 GPON 的芯片手册 详细记载了芯片的使用方法(GN25L98 GPON chip manual Detailed the use of the chip)
- 2020-12-07 09:49:22下载
- 积分:1
-
LASSOaLARSa-SPCA
Abstract There are a number of interesting variable selection methods available beside the regular forward selection and stepwise selection methods. Such approaches include LASSO (Least Absolute Shrinkage and Selection Operator), least angle regression (LARS) and elastic net (LARS-EN) regression. There also exists a method for calculating principal components with sparse loadings. This software package contains Matlab implementations of these functions. The standard implementations of these functions are available as add-on packages in S-Plus and R.
Keywords LASSO, LARS, SPCA, Matlab, Elastic Net, Sparse, Sparsity, Variable selection
- 2013-10-28 22:36:21下载
- 积分:1
-
CSNN
Cost sensitive classification code
- 2011-12-06 13:11:03下载
- 积分:1