-
matlab
基于小波变换的数字水印嵌入的Matlab源代码及仿真(Based on Wavelet Transform Digital Watermarking of Matlab source code and simulation)
- 2010-05-11 15:52:03下载
- 积分:1
-
SRUKF
说明: 利用无迹卡尔曼滤波的平方根形式做的一个简单例子(A sample case of using SRUKF to find the true value)
- 2019-05-02 21:47:12下载
- 积分:1
-
精英策略
改进精英策略的遗传算法,应用在电动汽车领域(elitist-Genetic Algorithm,e-GA)
- 2018-09-30 20:50:44下载
- 积分:1
-
CR
说明: 认知无线电中关于频谱感知的一些小程序,希望对大家有所帮助!(Spectrum sensing in CR,I hope it s useful to some guy!)
- 2010-04-12 23:58:46下载
- 积分:1
-
GL-25
基于新的交叉算子的全局与局部实数编码遗传算法GL-25(Global and local real-coded genetic algorithms based on parent-centric crossover operators)
- 2013-12-10 13:39:58下载
- 积分:1
-
Pid-fun-in-matlab
pid fun in matlab codes
- 2015-02-08 02:33:33下载
- 积分:1
-
TemplateMatching
说明: 基于模板的图像匹配,使用matlab实现,代码简洁, 有清晰注释(Template-based image matching, the use of matlab, the code is concise, clear notes)
- 2011-04-14 12:18:44下载
- 积分:1
-
SoundCard_Acquiring
声卡采集的程序,可设置采样频率,位长,采样时间等参数.可采样8k-44.1kHz的信号,进行频谱分析.(sound card collection procedures, sampling frequency can be set up, elderly, Sampling time parameters. 8 k can be sampled- 44.1kHz signal spectrum analysis.)
- 2007-07-05 21:00:02下载
- 积分:1
-
erlangs
the matlab codes of Erlanb and Erlangc models in wireless communication.
- 2010-11-23 04:15:06下载
- 积分:1
-
otsu
OTSU Gray-level image segmentation using Otsu s method.
Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes
by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection
Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern.
9:62-66 1979). Thresholds are computed to maximize a separability
criterion of the resultant classes in gray levels.
OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the
corresponding Iseg is therefore a binary image. The pixel values for
Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ...
[Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability
criterion within the range [0 1]. Zero is obtained only with images
having less than n gray level, whereas one (optimal value) is obtained
only with n-valued images.
- 2009-03-17 17:57:51下载
- 积分:1