-
power_compensated
功率补偿仿真图设计,经调试改进,绝对正确(power_compensated)
- 2020-06-30 03:20:01下载
- 积分:1
-
FHSS_DSSS_CDMA
实现在加性高斯白噪声下直扩系统的调制与解调(DS-SS modulation)
- 2010-05-12 22:17:22下载
- 积分:1
-
geiding_daolu
用MATLAB编程智能车的轨道线路,计算与给定轨道的偏差距离(MATLAB programming intelligent car track circuit
)
- 2012-04-28 22:13:39下载
- 积分:1
-
marking2
一种基于WAVELAT的语音水印嵌入,可实时的对语音文件进行水印嵌入(A WAVELAT embedding voice, real-time voice of the document embedding)
- 2007-04-06 22:04:54下载
- 积分:1
-
icaFacesCode
face regnation system with matlab sourcecode
- 2013-10-09 17:11:17下载
- 积分:1
-
PV_final
说明: 光伏发电模型,能实现光伏最大功率点跟踪,可以跑出仿真(Photovoltaic power generation model can realize maximum power point tracking of photovoltaic)
- 2020-06-20 18:40:02下载
- 积分:1
-
sound-code-example
这个程序展示如何使用Data Acquisition Toolbox从声卡获得两秒钟的声音数据,并提取频率成分,并绘制。(Soil most序bedside stand striped stamp 如 do I use Data Acquisition Toolbox sik crepe声wrist phoenix arrowhead slander钟cavity声音, bowl beat sweet feed 取 频 Carex rude cookie制Xu , 。)
- 2008-06-29 19:47:33下载
- 积分:1
-
Frequency-filtering
用matlab实现了简单的图像处理,频率滤波(Using matlab to achieve a simple image processing, frequency filtering)
- 2013-12-27 14:57:04下载
- 积分: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
-
GA_RBF
遗传优化RBF采用遗传算法对传统RBF网络进行优化(RBF genetic optimization using genetic algorithms to optimize the traditional RBF network)
- 2014-01-07 20:08:32下载
- 积分:1