-
mat3
Digital Image processing basics
using matlab and can be transformed to c++
using open cv
- 2010-12-08 02:42:56下载
- 积分:1
-
matlab99999999
各种matlab代码,实现各种功能,供查阅者参考,熟悉matlab软件的使用(x=linspace(0,1,21)
y=linspace(0,1,21)
[X,Y]=meshgrid(x,y)
z=(X.*Y)./(X+Y)
meshc(X,Y,z)
)
- 2011-07-11 15:54:13下载
- 积分:1
-
matlabbianchenglizi
用matlab的100个编程例子,可以学习学习,供大家更好的理解掌握MATLAB。(100 matlab programming examples, you can learn, we can better understand and grasp the MATLAB.)
- 2012-11-18 09:39:42下载
- 积分:1
-
im_registr_MI
用互信息作为两幅图像的相似性度量进行配准(Using mutual information as the two images of the similarity measure for registration)
- 2007-12-02 11:20:47下载
- 积分:1
-
spxy
spxy分样本程序,可以对分析样本进行分类,建立预测模型(spxy algorithm to classify sample)
- 2011-09-26 21:20:34下载
- 积分:1
-
threephasethreelevel
基于matlab的三相三电平27矢量仿真,配合PDF文档说明(27 vector-based simulation matlab, descripe by PDF documentation)
- 2014-07-08 17:55:47下载
- 积分:1
-
SAR-point-target
SAR点目标仿真原理和程序,雷达技术及信号处理作业(SAR point target simulation principles and procedures, radar technology and signal processing operations)
- 2010-11-04 19:33:05下载
- 积分:1
-
pointsclassify
用于模式识别分类,有C均值算法、HK算法以及感知器算法(for the classification, C-means algorithm, HK algorithm and Perceptron Algorithm)
- 2006-08-30 21:52:17下载
- 积分:1
-
TENTRANSFER
matlab中十进制转化为二进制,程序运行良好,通过测试均正确(matlab decimal to binary conversion, the program runs well, pass the test are correct)
- 2014-08-15 17:34:43下载
- 积分:1
-
huffman
霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次相 加时都将“0”和“1”赋与相加的两个概率,读出时由该符号开始一直走到最后的“1”, 将路线上所遇到的“0”和“1”按最低位到最高位的顺序排好,就是该符号的霍夫曼编码。(Specific methods Huffman coding: the probability of emergence of the size press line, the two smallest sum probability, as a new probability and the probability of re-queue the remaining, then the minimum of two probabilities are added, and then re-queue, until finally become one. Each time the sum will be 0 and 1 Fu added two probabilities, when read by the symbol has come to begin the final 1 , the route will encounter a 0 and 1 at the lowest to the highest bit of the right order, that is the symbol of the Huffman coding.)
- 2015-04-04 20:34:08下载
- 积分:1