-
reconstruction
基于接收矩阵的稀疏重构,L1-SVD,阵列信号处理方面(Based on the sparse reconstruction of the received matrices, L1-SVD, array signal processing is presented)
- 2020-06-29 23:20:01下载
- 积分:1
-
CPD
Point Set Registration: Coherent Point Drift 的源代码(Source code of Andriy Myronenko, Xubo Song, "Point Set Registration: Coherent Point Drift," IEEE Transactions on Pattern Analysis and Machine Intelligence, 25 Feb. 2010. IEEE computer Society Digital Library. IEEE Computer Society, <http://doi.ieeecomputersociety.org/10.1109/TPAMI.2010.46>)
- 2010-07-07 01:30:07下载
- 积分:1
-
Di
说明: semestrovoe PowerSupplySystem of industry plant is model in matlab
- 2010-11-12 01:42:29下载
- 积分:1
-
Theprogramoftherobotcontrolsystem
机器人控制系统的matlab程序,帮助大家学习matlab编程(The program of the robot control system,in order to help students to improve their ability of programing)
- 2011-01-03 17:23:28下载
- 积分:1
-
Examples-of-annealing-algorithm
提供了一个简单的模拟退火算法的示例。能够帮助初学者快速掌握模拟退火算法的内容。(Provides an example of a simple simulated annealing algorithm. Can help beginners to quickly master the content of simulated annealing algorithm.)
- 2014-09-03 11:04:58下载
- 积分:1
-
softing_platform
The bit modifying instructions on SH-2A are only capable of working with a 3-bit immediate, which signifies the shift position for the bit being worked on.
- 2014-09-08 22:56:21下载
- 积分:1
-
NLPCA
pca主成分分析,改进的pca程序源代码(pca principal component analysis, improved pca program source code)
- 2020-09-18 15:47:55下载
- 积分: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
-
CP
说明: 粒子群加连续潮流法,能优化变压器分接头,进行多变量优化,使系统非常稳定(PSO plus continuous power flow, transformer taps can be optimized, multi-variable optimization, making the system very stable)
- 2010-05-13 21:56:16下载
- 积分:1
-
boxdimension
计算一维时间序列的盒子维数,并提供了洛伦兹、哈农两种典型的混沌信号以及实际海洋背景噪声信号可供计算参考。(Calculate the dimension of the box one-dimensional time series and provides Lorentz, Hanon two typical chaotic signal and the actual ocean background noise signal for calculation.)
- 2015-01-12 18:56:29下载
- 积分:1