-
frequency-hopping-sequence
利用m序列生成跳频序列并用于跳频通信,并给出误码率曲线。(M sequence to generate the frequency hopping sequence and used for frequency hopping communication, and gives the BER curves)
- 2012-05-12 10:03:53下载
- 积分:1
-
mobile-robot
移动机器人寻找目标的程序,让机器人从初始坐标到达目标坐标(Mobile robot to find the target program that allows the robot to reach the target coordinates from the initial coordinates)
- 2014-08-13 11:12:35下载
- 积分:1
-
learnmatlab
matlab的全英文书籍,用于更好的理解和编写matlab原编码,希望有帮助(matlab full English books, to better understand and prepare for the matlab source code, hope that helps)
- 2013-08-11 18:15:04下载
- 积分:1
-
zoomingashrinking
zooming & shrinking matlab code
- 2012-01-08 00:55:28下载
- 积分:1
-
yhwxbm
迂回位相编码全息再现,是基于MATLAB的全息再现术。(Detour phase encoding holographic reproduction is based on the MATLAB representation of the holographic technique.)
- 2008-02-03 18:42:38下载
- 积分:1
-
cluster
clustering ---uses a kmeans method(clustering---uses a kmeans method)
- 2009-06-07 02:59:04下载
- 积分:1
-
seam-carving
findEnergy.m 计算出图像的梯度图
findSeamImg.m 计算出所有可能的竖直缝
findSeam.m找出能量最小的一条竖直缝
removalMap.m将需要删除的N条竖直缝存储起来并按照索引逐条删除
SeamCut.m将选中的缝一条条的删除
SeamPlot.m在图中画出要删除的缝
Testseam.m调用以上函数的主程序(FINDENERGY creates an gradient img from a given RGB or grayscale image.
FINDSEAMIMG finds the seam map from which the optimal (vertical running)
seam can be calculated.
FINDSEAM returns a column vector of coordinates for the pixels to be removed (the seam).
SEAMPLOT takes as input an image and the SeamVector array and produces an image with the seam line superimposed upon the input image, x, for display purposes.
SEAMCUT takes as input a RGB or grayscale image and SeamVector array to find the pixels contained in the seam, and to remove them from the image.
REMOVALMAP takes a given image and finds the ordered set of (vertical) seams that are removed from an image and returns them in an array, where the Nth column in the array corresponds to the Nth seam to be removed.)
- 2013-04-30 15:31:15下载
- 积分:1
-
SVD(matlab)
一种实现复矩阵的SVD分解的算法,使用Matlab进行仿真,亲测可用。(SVD decomposition algorithm to achieve complex matrix, using Matlab to simulate pro-test is available.)
- 2021-03-20 21:29:18下载
- 积分:1
-
sideview_annotation
source code for sideview annotation
- 2013-03-04 13:17:54下载
- 积分:1
-
work
matlab 关于association rule 的自己写的函数,有3个文件,
association.m:h = association(m, i, j)
i=>j, m是数据,h是support和confidence,该函数只适用于单个数据
ass_item: h=ass_itset(m, a, b)
同上,但是可用于多个数据(m为数组)
assrule: h = assrule(m, threshold1, threshold2)
该函数用于classification, 得到规则,threshold1为要求的support,threshold2为要求的confidence,h 则为符合要求的规则及其support和confidence,前2列为规则,后2列为其support和confidence
(matlab on the association rule to write functions, there are 3 files, association.m: h = association (m, i, j) i => j, m is the data, h is the support and confidence, this function applies only to a single Data
ass_item: h = ass_itset (m, a, b) it is the same as above, but it can be used for multiple data (m can be matrix)
assrule: h = assrule (m, threshold1, threshold2) the function used for classification,get the rules, threshold1 is the require of support, threshold2 is the required of confidence, h is the rules and their support and confidence, the former two columns as a rule, the latter two columns as one of its support and confidence)
- 2009-12-15 02:51:44下载
- 积分:1