-
STBC
STBC程序源文件,可以供初学者学习交流使用(STBC program for beginners to learn the exchange of)
- 2010-03-07 14:16:45下载
- 积分:1
-
NBPSO
说明: 一种优化的离散二进制粒子群算法,在matlab上做的仿真(An optimized discrete binary particle swarm optimization algorithm and Its Simulation on MATLAB)
- 2021-04-14 19:08: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
-
fps3
分形曲面的matlab简单程序,已经测试过。(Fractal surface matlab simple procedure, has been tested.)
- 2011-11-15 21:27:41下载
- 积分:1
-
my_sparse
稀疏性最小二乘支持向量机,针对最小二乘支持向量机缺少稀疏性的问题,以特征提取为基础提出具有稀疏性解的最小瓶二乘支持向量机(Sparsity LSSVM for LSSVM lack sparsity issues to feature extraction is proposed based on the solution of sparse least squares support vector machine bottle)
- 2020-11-04 21:59:57下载
- 积分:1
-
Matlab--code-to-achieve
本代码为基于matlab的小波功能实现一书中9到19章节中的代码,包括术中各例题的代码。(The code for matlab-based wavelet function of a book of the 9-19 section of the code, including the code of the examples in the surgery.)
- 2013-05-13 11:17:21下载
- 积分:1
-
123
说明: matlab 编程实现人体跟踪与检测编程实现人体跟踪与检测(matlab)
- 2010-04-19 11:38:35下载
- 积分:1
-
MATLABrumen
说明: Matlab课件PPT格式,介绍了Matlab的功能及使用,非常适合初学者。(Matlab courseware PPT format, introduced the use of Matlab functions and is suitable for beginners.)
- 2010-04-19 22:55:13下载
- 积分:1
-
get_ft
input: fun x(t) t min & t max a df
T = t_max-t_min
fs = a*1/T
输入1:方程,xt;输入2,3:信号起始时间;输入4:选取的采样周期是信号长度倒数的倍数,
默认为50;输入5:频域分辨率,默认为0.3
输出频域信号和频域范围
为了提高fft的速度,频域信号长度是2的次方( Input: fun x (t) t min & t max a df T = t_max-t_min fs = a* 1/T Input 1: Equation XT input 2,3: signal start time input 4: select the sampling period is the reciprocal multiples of the signal length, default is 50 input 5: frequency domain resolution, default is 0.3 of the output frequency domain signal and the frequency domain in order to improve the speed of the FFT, the frequency domain signal length is a power of 2)
- 2012-10-16 20:26:20下载
- 积分:1
-
1.2
matlab数字图像处理技术,1.2图像的矩特征,很实用(matlab digital image processing technology, features 1.2 image moments, it is practical)
- 2014-02-24 21:48:59下载
- 积分:1