-
contourletHMT
隐马尔可夫模型介绍源代码下载
隐马尔可夫模型介绍源代码下载(free code for hidden markov modelmatlab)
- 2010-09-16 18:57:40下载
- 积分:1
-
crndandkcdf
k分布累积分布函数的程序和生成任意一元连续分布随机数(The distribution of K cumulative distribution function of the program,and generate a continuous distribution of random numbers)
- 2014-08-25 15:07:13下载
- 积分:1
-
zhengliugridsidedcdc
基于对蓄电池充电,并且能够实现逆变包含SVPWM模块,而且包含DC/DC模块。可实现整流逆变双向。(Based on the battery charge, and can achieve SVPWM inverter module contains, and includes DC/DC module. Enables bidirectional rectifier inverter.)
- 2020-09-07 14:08:09下载
- 积分:1
-
test_audio_codec1
這是我自己練習用的程式碼用於matlab(This is my own practice to use the code for matlab)
- 2009-10-09 17:25:42下载
- 积分:1
-
mydemo1
Matlab图形图像处理例程。应用MATLAB图形函数和绘图实例(Matlab graphics and image processing routines. Application of MATLAB graphics functions and drawing examples)
- 2010-05-18 22:01:41下载
- 积分:1
-
chengxuyi
DEA编程用于分析决策单元是否是有效地,进而作进一步分析(DEA program for the analysis of decision-making unit is to be effective, then further analysis)
- 2010-11-23 22:41:46下载
- 积分:1
-
mcclellan
《基于计算机的信号处理实践》
著者: (美)麦克莱伦等著
作译者: 栾晓明译
ISBN号: 7-121-02023-8
出版日期: 2006-01
出版社:电子工业出版社
内含书用使用到的资源:例子所需的MAT文件信号,以及程序用用到的子程序代码。()
- 2020-11-22 20:39:34下载
- 积分:1
-
orrule_under_different_SNR
matlab环境下对使用or规则的融合判决算法的性能仿真(matlab environment, regulations on the use or performance of the fusion decision algorithm simulation)
- 2011-05-20 10:59:19下载
- 积分: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
-
Tetrahedron
How to draw tetrahedron shape using matlab
- 2014-02-09 23:29:32下载
- 积分:1