-
invariants
有用的几个动力学物理量。包括自相关函数(acorr.m),复杂度(complexity.m),最近邻点(fnn.m),局部非线性预测误差(nlpe.m,Shannon复杂度(Shannon.m),嵌入窗估计(window.m)(Several dynamic invariants and measures that may be useful. Included are algorithms for autocorrelation (acorr.m), complexity (complexity.m), false nearest neighbours (fnn.m), local nonlinear prediction error (nlpe.m), Shannon complexity (shannon.m) and the embedding window estimator (window.m). )
- 2009-04-28 19:09:05下载
- 积分: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
-
pendsim
Example: Modeling an Inverted Pendulum in Simulink
- 2009-11-13 03:55:52下载
- 积分:1
-
ltsa
LTSA[19] is based on the intuition that when a manifold is correctly unfolded, all of the tangent hyperplanes to the manifold will become aligned. It begins by computing the k-nearest neighbors of every point. It computes the tangent space at every point by computing the d-first principal components in each local neighborhood. It then optimizes to find an embedding that aligns the tangent spaces.
- 2011-01-23 02:19:08下载
- 积分:1
-
noise_filter
基于小波变换的各种去噪方法算法研究的matlab程序(Based on wavelet transform algorithm for various denoising method of matlab
)
- 2011-05-02 18:33:24下载
- 积分:1
-
LMS_AR
Matlab Code for Estimation of AR(1) Process by Using LMS Algorithm.
- 2011-05-14 03:48:51下载
- 积分:1
-
Beginning-Mac-Program
英文书Beginning Mac OS X Snow Leopard Programming的源码。(Source code of book "Beginning Mac OS X Snow Leopard Programming")
- 2014-01-09 20:42:04下载
- 积分:1
-
c_moni
matlab编的干涉图生成程序,非常适合初学者使用。(interferogram matlab code generation process, very suitable for beginners to use.)
- 2013-12-26 13:52:00下载
- 积分:1
-
LMD分解信号程序
说明: 可以将信号很好的进行LMD分解,很好用,自己试试看(The signal can be well decomposed into LMD)
- 2019-01-24 18:04:11下载
- 积分:1
-
histeq
A matlab code for image processing using histogram equalization
- 2009-10-12 23:35:33下载
- 积分:1