-
79419102KNNalgorithm
说明: 用MATLAB做的人脸识别插好超强大你一定喜欢的不信下来试试!
- 2010-04-27 18:05:40下载
- 积分:1
-
pressstat
说明: 在回归分析中,可以运用PRESS统计量来确定应选入的变量,其中,以求出的PRESS值最小为优(In the regression analysis, can be used to determine the PRESS statistic to be elected into the variables, which, in order to out a minimum PRESS value of excellent)
- 2010-04-17 14:29:24下载
- 积分:1
-
manulaGNT08.1.2
gps位置速度及错误计算的说明文档。可以计算位置。(gps position, velocity and error calculation documentation. Location can be calculated.)
- 2010-05-13 10:32:24下载
- 积分:1
-
30-cases-of-neural-network-
这是神经网络的30个案例的matlab程序,每个案例均采用了不同的神经网络方法(30 cases of neural network matlab program, each case is different neural network methods are used)
- 2013-02-22 20:40:30下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
LS4
增加了遗忘因子的最小二乘递推算法,算法更加准确(The least squares recursive algorithm of forgetting factor is added, and the algorithm is more accurate)
- 2016-10-14 15:57:54下载
- 积分:1
-
ballcanbecontolledthespeed
用matlab编写的可控制速度得小球,可以激发学习GUI兴趣(Prepared using matlab to control the speed of a ball, you can stimulate interest in learning GUI)
- 2008-08-19 18:19:37下载
- 积分:1
-
MATLAB_EKF_UKF
matlab基于KF和EKF的工具箱描述(Optimal fi ltering with Kalman fi lters and smoothers – a
Manual for Matlab toolbox EKF/UKF)
- 2011-05-22 17:30:54下载
- 积分:1
-
Task7
说明: 扩展卡尔曼
α-β滤波器
实现低虚警下的单目标跟踪(Extended Kalman filter for single target
Extended Kalman
Single target tracking under low false alarm rate)
- 2020-07-09 16:45:25下载
- 积分:1
-
funny
一个用matlab编写的计算器程序,可以实现四则运算和三角函数的运算(Using a calculator program written in matlab, you can achieve the four operations and trigonometric functions in operation)
- 2009-11-02 18:02:46下载
- 积分:1