-
chapter5_1011
这是模式分类一书中第五章的LMS(最小均方算法)和Ho-Kashyap算法的matlab代码实现。(This is the pattern classification of a book chapter V LMS (least mean square algorithm) and the Ho-Kashyap algorithm matlab code.)
- 2009-04-29 16:56:24下载
- 积分:1
-
VariationalMinimax
VariationalMinimax in MATLAB...it is useful one....
- 2013-01-14 15:58:57下载
- 积分:1
-
grabit
GRABIT starts a GUI program for extracting data an image file. It is capable of reading in BMP, JPG, TIF, GIF, and PNG files (anything that is readable by IMREAD).GRABIT starts a GUI program for extracting data an image file. It is capable of reading in BMP, JPG, TIF, GIF, and PNG files (anything that is readable by IMREAD).
- 2015-02-03 16:16:44下载
- 积分:1
-
wpt
Nice to have membership with this site.Please Help me in associate with matlab source code
- 2009-10-11 21:39:35下载
- 积分:1
-
BPSK_generation
It is BER vs SNR codes for BPSK and 4QAM
- 2010-11-28 22:00:39下载
- 积分:1
-
cavity
说明: 此程序能够处理流体力学中顶盖驱动流的动力学过程,并用程序形象的描述出来。(This program can handle lid-driven flow of fluid mechanics, the dynamic process, and describe the image with the program.)
- 2010-03-20 14:08:25下载
- 积分:1
-
shizhong
用matlab做的一个模拟时钟,参数可调,可用于制作时钟界面(Use matlab to do an analog clock, adjustable parameters, can be used to make the clock interface)
- 2012-06-21 16:01:14下载
- 积分:1
-
DSP-Using-Matlab_code
数字信号处理(matlab版)随书源代码,作者维纳K英格尔,柳树堂译,本书提供大量的数字信号处理matlab程序,讲解数字信号处理知识,使得学习很容易上手(Digital signal processing (matlab version) source code with the book, the author Wiener K Ingle, Liushu Tang translation, the book provides a large number of digital signal processing matlab program, explain the knowledge of digital signal processing, makes learning very easy to use)
- 2015-01-13 20:36:32下载
- 积分:1
-
Mesh-Reconstruction-Algorithm--
提出利用电云进行模型重构的算法,该算法基于点云的几何形状特征,很好的算法。(Proposed the use of electric cloud model reconstruction algorithm based on the geometric shape of the point cloud, a good algorithm.)
- 2011-09-04 17:30:45下载
- 积分:1
-
rangePolyponPoint
Matlab中有很多根据多边形顶点计算多边形面积,对多边形涂色等函数,但是并没有对多边形顶点进行凸多边形排序问题,所以写了这个对可以构成凸多边形的顶点进行排序的算法。( 此子程序功能为逆时针排列多个可构成一个凸多边形的顶点
输入参数xv是这些顶点的横坐标集合 yv是这些坐标的纵坐标集合
返回的排列好的点的横坐标和纵坐标集合.
使用示例: [x y]=rangePolyponPoint([0 10 10 0],[0 10 0 10])
输出结果为:x = [ 0 10 10 0], y = [ 0 0 10 10].)
- 2011-11-27 11:34:14下载
- 积分:1