-
psotb-beta-0.3
粒子群算法(pso)的matlab工具箱,里面有详细的使用说明(toolbox for particle swarm optimum)
- 2010-02-21 23:24:34下载
- 积分:1
-
muller
muller code for matlab
- 2011-03-12 13:03:42下载
- 积分:1
-
matlab
matlab画圆形,然后四周涂成其他颜色--换言之,可以画出口面场的分布情形,非常形象逼真(matlab draw round, and then painted the other colors around- in other words, can draw the distribution of farm export side, a very vivid)
- 2011-05-10 15:20:11下载
- 积分:1
-
fft-(2)
自编的快速傅里叶变换的matlab程序,已经经过调试了,是可用的(Self matlab program fast Fourier transform, has been debugged, it is available)
- 2012-05-24 15:29:35下载
- 积分:1
-
Butterworth-filter
基于matlab的巴特沃兹模拟滤波器的设计(Butterworth analog filter design)
- 2013-05-05 23:35:22下载
- 积分:1
-
frame-differential-method-
源代码在matlab实现相邻帧间差分法对于视频中对移动目标的识别。附送视频,在matlab上能打开的视频只有无压缩的AVI视频。视频背景没有变化的情况下,处理效果很好。(The source code in matlab between adjacent frame difference method for the recognition of moving target in the video. Attached to the video, can open the video on the matlab only compressed AVI video. Does not change the background of video cases, the treatment effect is very good.)
- 2013-12-01 01:14:36下载
- 积分:1
-
CA码生成原理及源代码
用来生成北斗、gps信号伪随机测距码序列,
输入:C/A码G1多项式,C/A码G2多项式,抽头选择G_SEL
输出:CA码序列(Used to generate Beidou and GPS signals pseudo random ranging codes)
- 2017-08-21 16:17:20下载
- 积分:1
-
Relief特征选择
说明: Relief特征提取算法、matlab代码,程序有详细标注(Relief feature extraction algorithm, matlab code)
- 2020-03-19 16:29:54下载
- 积分:1
-
sigxpand
将输入d进行扩张,方法是在d的每个数据中插入M-1个零值。
如输入d=[1,2,3,4] M=3
输出out=[1 0 0 2 0 0 3 0 0 4 0 0](To expand the input d, the method is to insert each data d, M-1 zero value. If the input d = [1,2,3,4] M = 3 output out = [1 0 0 2 0 0 3 0 0 4 0 0])
- 2010-11-14 11:18:01下载
- 积分:1
-
PUDN
My code is implementation of classic snakes, according to the article of Active contour model. I m making reduction of external curve to the center which searching for extremum (the strongest intensity gradient of edge).
- 2009-05-08 20:21:53下载
- 积分:1