-
Matlab_ica
该算法实现了两路语音的分离。主要为fastica算法的matlab实现。(The algorithm achieved a separation of two-way voice. Mainly to achieve fastica algorithm matlab.)
- 2009-05-01 09:46:59下载
- 积分:1
-
1-matlab
MATLAB is being used as a platform for laboratory exercises and the problems classes in the Image
Processing half of the Computer Graphics and Image Processing course unit. This handout describes
the MATLAB development environment you will be using, you are expected to have read it and be
familiar with it before attempting the Laboratory and Coursework Assignments.
- 2011-06-22 17:19:42下载
- 积分:1
-
sparse_in_frequency
Sparse in frequency
Compressive Sensing
- 2013-12-31 15:41:15下载
- 积分:1
-
方程解法
基于matlab的不动点迭代法、二分法以及牛顿法求解方程,进一步优化了计算步骤。(Fixed point iterative method for solving equations based on Matlab)
- 2017-08-01 19:00:26下载
- 积分:1
-
Optimization-Case-Analysis-
MATLAB优化算法案例分析与应用.pdf,余胜威所著,高清电子书,全本(MATLAB Optimization Case Analysis and Application .pdf, Yu Shengwei book, e-book definition, all of the)
- 2016-08-12 23:16:45下载
- 积分:1
-
kaerman
讲述了卡尔曼在MATLAB中的应用以及几个样例,可以让读者理解其简单应用(Kalman described in MATLAB, as well as several sample applications that can help readers understand the simple application)
- 2010-12-10 11:05:18下载
- 积分:1
-
LDPC--C
说明: 此为C++环境下的LDPC编译码的完整的源代码。常用于通信系统的编译码仿真过程。有助于各种项目的完成。(This is the C++ environment LDPC coding and decoding of the complete source code. Commonly used in the encoding and decoding communication system simulation. Contribute to the completion of various projects.)
- 2011-03-14 18:56:37下载
- 积分:1
-
Simpson
说明: matlab中运用Simpson求积时的求积函数,可以有效解决这类问题。(matlab use Simpson quadrature quadrature at the time of function, can effectively solve all these problems.)
- 2008-11-16 21:04:23下载
- 积分:1
-
matchscores
For finding the distance or classification
- 2013-01-12 01:45:03下载
- 积分: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