-
nu
说明: 用于解反问题的算法,对于Ax=b,输入矩阵A,列向量b,以及迭代步数k,可求的列向量x(The algorithm for solution of the inverse problem, for Ax = b, the input matrix A, the column vector b, as well as the number of iterations k, rectifiable column vector x)
- 2009-09-04 10:59:11下载
- 积分:1
-
basic
basic of matlab program
- 2013-02-28 17:07:31下载
- 积分:1
-
queueM
使用matlab编写的排队算法,队列长度为m(Queuing algorithm, using matlab queue length m)
- 2012-10-18 19:05:15下载
- 积分:1
-
laser
可以实现激光谐振腔的自再现;有利于了解激光腔的原理(Laser resonator can be achieved self-reproduction is conducive to understanding the principle of laser cavity)
- 2020-12-20 22:49:10下载
- 积分:1
-
matlab
说明: 主要有电磁场极化滤波方面的一些程序,还有卡尔曼滤波的经典框架,只要往里面套就好了( a good program)
- 2021-01-25 09:38:37下载
- 积分:1
-
RAYL_PDF
在瑞利衰落信道下的回加性高斯白噪声的功率谱密度和概率密度函数(In Rayleigh fading channels back to the additive white Gaussian noise power spectral density and probability density function)
- 2012-03-23 22:51:54下载
- 积分:1
-
xiaobobao_tuxiang
基于小波包的图像去噪的matlab源码 请多指教(Denoising based on wavelet packet source matlab please enlighten)
- 2014-12-17 12:18:30下载
- 积分:1
-
Phased-array-radar
关于相控阵雷达的经典书籍,对学习雷达相当有帮助(On the phased array radar on the classic books, for learning radar quite helpful)
- 2011-12-15 19:24:07下载
- 积分:1
-
MATLAB-Simulation
功率谱估计及其MATLAB仿真.经典功率谱估计是将数据工作区外的未知数据假设为零,相当于数据加窗。经典功率谱估计方法分为:相关函数法(BT法)、周期图法以及两种改进的周期图估计法即平均周期图法和平滑平均周期图法,其中周期图法应用较多,具有代表性。(The power spectrum estimation and simulation of MATLAB. Classic power spectrum estimation is unknown data in the data outside the workspace is assumed to be zero, equivalent to the data window. Classic power spectrum estimation method is divided into: the correlation function method (BT Act), the periodogram and two improved cycle diagram estimation method the average periodogram and smoothed average periodogram, which the periodogram method used more often, on behalf of sex.)
- 2013-05-14 08:45:13下载
- 积分: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