-
遗传算法模板
说明: 用vb写的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。(used to write the genetic algorithm. Some common code, with the specific issues the corresponding code space, and the time spent filling into account.)
- 2005-11-02 21:01:55下载
- 积分:1
-
Infinite-Impulse-Response-Filter
This is an classical infinite impulse response (IIR) filter, with certain parameters.
- 2015-02-26 03:58:21下载
- 积分:1
-
1
matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
Campbell
Campbell figure is very good method in solving nonlinear dynamics(this code gives a good approximation method to get Campbell figure)
- 2009-05-29 13:54:38下载
- 积分:1
-
huffmanarithmaticcoding
在matlab运行环境下 实现霍夫曼编码及霍夫曼译码(Huffman coding matlab implementation)
- 2010-06-04 19:41:06下载
- 积分:1
-
kftool_matlab
kalman filter toolbox for matlab...
- 2010-12-06 00:58:00下载
- 积分:1
-
123
LFM,PSK,线性调频-相位编码等雷达信号的产生 杂波(generation of the LFM,PSK signal and clutter)
- 2013-01-22 19:29:29下载
- 积分:1
-
Turbo
此程序为Turbo编码的程序,用Matlab编程实现(Matlab program for turbo code)
- 2010-07-27 03:15:39下载
- 积分:1
-
music_yj
MUSIC算法用于阵列信号分析,可以修改声源位置,已在matlab 7.0上编译过,波达方向估计(MUSIC algorithm for array signal analysis, you can modify the location of the sound source has been compiled on the matlab 7.0)
- 2013-05-26 11:38:05下载
- 积分:1
-
selection-algorithm
说明: 协同网络中继选择算法 一种是基于门限的最大信噪比选择;另一种是基于门限的最小误码率选择,我们将选择一条最佳的中继链路和源节点到目的节点的直接传输链路在目的端进行最大比合并(Research on relay selection algorithm in cooperative wireless Networks)
- 2021-05-12 16:52:37下载
- 积分:1