-
GameOfLife
利用MATLAB模拟的细胞自动机程序,可以借用来研究怎么写此类程序(Using MATLAB simulation of cellular automata program, you can borrow to study how to write such programs)
- 2010-05-06 10:24:27下载
- 积分:1
-
A-genetic-algorithm
用于结合现有影像和新影像的多光谱图像处理工具的遗传算法,描述了基于遗传算法的监督分类等影像处理工具的程序实现。(For images and new images with the existing multi-spectral image processing tools, genetic algorithms, describes the classification based on genetic algorithms and other image processing tools to monitor the program implementation.)
- 2011-05-11 15:47:05下载
- 积分:1
-
IIR-FILTER
采用双线性变换法实现IIR滤波器 并且用用所设计的滤波器对实际心电图信号采样序列进行仿真滤波处理(IIR filters using the bilinear transformation method and the sampling sequence of the designed filter on the actual ECG signal simulation filtering)
- 2012-04-19 22:23:11下载
- 积分:1
-
1_1_P3
变分法图像去噪,介绍图像加上赖斯噪声后的去噪代码(TV image denoising )
- 2020-11-05 19:39:50下载
- 积分:1
-
svpwm789
说明: 旋转式永磁同步电动机的电压矢量PWM控制算法,可以作为比较参考。(Rotating permanent magnet synchronous motor voltage vector PWM control algorithm can be used as comparison reference.)
- 2011-04-01 16:08:12下载
- 积分:1
-
bpsk_zf_mmse_equalization
代码实现了最小均方差和迫零均衡器的误码率仿真图,并且通过对比理论曲线,验证了代码的正确性。(Code implements the MMSE and zero forcing equalizer BER simulation diagram, and by comparing the theoretical curves to verify the correctness of the code.)
- 2013-11-16 09:25:50下载
- 积分:1
-
GOFBBlockCipher
implements the GOST 28147 OFB counter mode (GCTR).
- 2014-02-17 14:53:33下载
- 积分:1
-
本程序为SVM语音识别源代码
此代码是svm的源码,可利用此程序进行支持向量机的分类处理(This code is the source code of svm, which can be used to classify support vector machines.)
- 2019-05-22 13:09:30下载
- 积分:1
-
45666027backstepping-Control-track-
说明: 通过设计模糊PID控制器,实现对直线、圆轨迹较为精准的跟踪(By designing a fuzzy PID controller, the accurate tracking of straight and circular trajectories can be achieved.)
- 2019-09-26 16:03:47下载
- 积分:1
-
matlab_v
Motion Tracking
===============
This tarball contains all code required to run the tracking algorithm
on a sequence of images. Run the file run_tracker.m in Matlab and
follow the instructions. You will need to have a directory of
sequentially numbered images available. After entering the path and
file types the tracker will begin processing. Once the data window
appears the algorithm begins building a background model and attempts
to track objects. By clicking on any of the four subwindows you can
investigate the background representation (a Mixture of Gaussians) of
any pixel. The two windows that then appear display the mixture once
as a two-dimensional scatter plot (ignoring the blue colour
component), and once as a one-dimensional evolution of the red colour
component only. These plots make the internal processing visible and
should help determining suitable parameters to be set in
mixture_parameters.m.
- 2009-10-07 14:48:37下载
- 积分:1