-
finiteDifferenceNumericalSimulationProgramOfLayerM
Ⅰ层模型声波波场数值的有限差分模拟程序,利用有限差分方法,对声波在地下的传播进行模拟(Ⅰ layer model acoustic wave finite difference numerical simulation program using finite difference method, the spread of sound waves in the ground to simulate)
- 2009-11-06 16:15:55下载
- 积分:1
-
analysis-of-variance
《MATLAB统计分析与应用:40个案例分析》程序与数据第7章 的源代码:方差分析(" MATLAB statistical analysis and application: 40 Case Studies" program and data in Chapter 7 of the source code analysis of variance)
- 2013-10-02 22:54:47下载
- 积分:1
-
nengliangjiance
认知无线电主用户信号为BPSK信号在不同信噪比下的检测概率和虚警概率(Cognitive radio primary user signal is BPSK signals in different SNR detection probability and false alarm probability)
- 2013-11-15 17:28:34下载
- 积分:1
-
Ten_classical_algorithm_of_mathematical_modeling
数学建模十大经典算法,希望各位喜欢。请多多支持,多多下载!(Ten classical algorithm of mathematical modeling, I hope you like. Please support, a lot of downloads!)
- 2010-12-17 10:07:31下载
- 积分:1
-
Visual_Cryptography
In this IEEE Paper "Visual Cryptography is Solved" in c and MATLAB
- 2009-11-09 19:02:11下载
- 积分:1
-
FDTD20060421
二维TE波的FDTD的实现,采用MUR吸收边界条件。(2D TE wave of FDTD the realization used MUR absorbing boundary conditions.)
- 2007-04-14 23:29:52下载
- 积分:1
-
961625_ME2-CO
ME2-CO Carbon Monoxide Sensor
- 2013-12-23 21:00:15下载
- 积分: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
-
CA码产生与自相关计算cacode
CA码产生与自相关计算,为matlab程序文件可以用来产生适用于各个卫星的CA码(CA code and autocorrelation)
- 2020-07-08 01:18:57下载
- 积分:1
-
hmm
隐马尔可夫链模型和例程(包括前向、后向算法、Viterbi解码以及为了减少概率数值计算误差编写的对数运算程序)(Introduction to Hiden Markov Model and Example Codes)
- 2009-03-11 17:59:43下载
- 积分:1