-
IMMKFEKFfitler
雷达多目标机动跟踪 利用imm模型可以获得很好的跟踪效果,其中滤波器用了ukf和ekf.
程序列表 程序说明
CAEKF.m 采用CA模型的EKF滤波
IMMUKF.m 采用交互式多模型的UKF滤波程序
FX1.m IMMUKF.m程序中CV模型系统方程
FX2.m IMMUKF.m程序中CA模型系统方程
FZ.m IMMUKF.m程序中观测方程函数
数据列表
Measure.mat 观测数据
Real.mat 真实数据
(Using multi-mode approach of unsent Kalman filtering process, simulation of moving target tracking)
- 2010-01-14 13:05:41下载
- 积分:1
-
GetNatureImagePatchesRandom.m
This matlab script can get any number of random image patches from any number of images.
Usages: Image processing and analysis. Pattern analysis and machine intelligence.
- 2010-05-16 23:49:00下载
- 积分:1
-
DCT-and-Image-Compression
DCT and Image Compression
In the JPEG image compression algorithm, the input image is divided into
8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each
block. The DCT coefficients are then quantized, coded, and transmitted. The
JPEG receiver (or JPEG file reader) decodes the quantized DCT coefficients,
computes the inverse two-dimensional DCT of each block, and then puts the
blocks back together into a single image. For typical images, many of the
DCT coefficients have values close to zero these coefficients can be discarded
without seriously affecting the quality of the reconstructed image.
The example code below computes the two-dimensional DCT of 8-by-8 blocks
in the input image, discards (sets to zero) all but 10 of the 64 DCT coefficients
in each block, and then reconstructs the image using the two-dimensional
inverse DCT of each block. The transform matrix computation method is used.
- 2014-01-28 16:55:07下载
- 积分:1
-
ARIMA预测
说明: 这是一个可以实现ARIMA的预测程序,程序有标注,好理解。(This is a prediction program that can realize Arima. The program is labeled and easy to understand.)
- 2020-05-19 16:23:01下载
- 积分:1
-
videofig
A figure ready to scroll through and play videos. You can also draw any custom graphics on it.
(VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video).
This can be used not only to play and analyze standard videos, but it also lets you place any custom Matlab plots and graphics on top.
Jiro posted a great example on the Pick of the Week blog, along with a nice GIF animation so you can see it in motion:
http://blogs.mathworks.com/pick/2010/12/10/video-player-for-your-frame-based-processing/
EXAMPLE 1
Place this in a file called "redraw.m":
function redraw(frame)
imshow([ AT3_1m4_ num2str(frame, 02.0f ) .tif ])
end
Then from a script or the command line, call:
videofig(10, @redraw)
redraw(1)
The images "AT3_1m4_01.tif" ... "AT3_1m4_10.tif" are part of the Image
Processing Toolbox and there s no ne)
- 2010-12-14 16:38:11下载
- 积分:1
-
choas-tool-box
生成洛伦兹序列,主要是混沌工具箱里的东西(Generate the Lorentz sequence Chaos toolbox of things)
- 2012-06-04 10:58:05下载
- 积分:1
-
shangfenbuguji
主要介绍了分布估计算法方面关于熵的介绍,实现最大熵分布估计算法(Mainly introduces the estimation of distribution algorithm on entropy is introduced, the realization of maximum entropy estimation of distribution algorithm
)
- 2014-10-23 09:53:57下载
- 积分:1
-
analynumerique
programmes matlab pour l analyse numerique
- 2014-12-12 17:45:32下载
- 积分:1
-
Matlab_rader
雷达信号产生的小程序 对初学者比较有用 用软件自带的函数实现(Applet radar signal produced more useful for beginners comes with software functions to achieve)
- 2013-12-18 18:54:51下载
- 积分:1
-
GA
说明: matlab下的遗传算法,针对的是罚函数下的遗传算法优化(Matlab under the genetic algorithm, for the penalty function of the genetic algorithm optimization)
- 2017-01-17 12:36:03下载
- 积分:1