-
MATLAB_Programming_Multivariate_Gaussian_Random_Pr
一个MATLAB程序,用以产生多变量高斯随机过程的样本(A MATLAB program used to generate the samples for multivariate Gaussian random process)
- 2010-02-07 16:14:21下载
- 积分:1
-
GPSR_BB
基于压缩传感的梯度投影重构算法代码,可以仿真实现(Gradient projection reconstruction algorithm code based on compressed sensing, simulation can be achieved
)
- 2021-03-08 19:59:28下载
- 积分:1
-
Motion_Detection
本代码实现动态物体的识别与跟踪,但注意本代码只能检测单物体且背景是静止不动的。(The code identification and tracking moving objects, but note that this code can only detect a single object and the background is stationary.)
- 2014-12-02 22:31:35下载
- 积分:1
-
final
本程序设计了一个最佳升余弦滚降系统,包括输入输出信号的波形、功率谱、眼图和系统误码率曲线(This procedure is designed or one of the best cosine roll-off system, including input and output signal waveform, power spectrum, eye diagram and BER curves)
- 2009-04-16 11:20:13下载
- 积分:1
-
Crtanje-dijagrama-zracenja
simulations of adaptive algoritams and dravinsgs of sine wave for those alkgorithms
- 2013-03-18 05:41:57下载
- 积分:1
-
crop
Segmentation of printed character if file is not skewed and characters are not connected to each other.
- 2011-11-27 14:54:53下载
- 积分: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
-
MATLAB7.0
主要介绍了matlab7.0的基础知识和使用技巧包括(数值运算,符号运算,图形处理)及强大的编程功能和各种实际应用(It mainly introduces the basic knowledge and skills including the use of (numerical computation, symbolic computation, graphics processing) and a powerful programming features and a variety of practical applications)
- 2009-05-04 22:52:27下载
- 积分:1
-
logistic1
logistic映射分岔图的四种实现方法(logistic map bifurcation diagram of the four implementations)
- 2011-02-15 18:17:49下载
- 积分:1
-
111186763ddqpsk
说明: 这是一个关于OQPSK的Matlab程序
这是一个关于OQPSK的Matlab程序 (This is a OQPSK the Matlab program is a program of OQPSK in Matlab)
- 2010-04-21 12:41:59下载
- 积分:1