资源列表
M3
- 对智能天线的波达方向进行了仿真,可以得到比较精确的DOA图像-Smart Antenna for Direction of Arrival for the simulation, can be relatively precise DOA Image
gauss_elimination
- 用Matlab实现gauss_elimination算法。-Gauss_elimination algorithm implementation using Matlab.
distance_classify
- function g=distance_classify(A,b) 距离判别法程序。 输入已分类样本A(元胞数组),输入待分类样本b 输出待分类样本b的类别g 注:一般还应计算回代误差yita 输入已知分类样本的总类别数n 每类作为元胞数组的一列-function g = distance_classify (A, b) from the Criterion procedures. Input samples have been classified A
mnote-carlo
- Matlab code for cell range calc using montecarlo
edge
- edge detection. can detection edges a image using matlab. for digital image processing
robotSquare
- 这个程序完成的功能为,基于Aria函数库,使先锋3机器人行走轨迹为正方形。-The function of this process is like that the Pioneer 3 robot walking a square path based on the library of Aria .
code1
- Bresenham的直线算法,包含头文件,子程序,保证可以运行-Bresenham' s line algorithm, including the header files, subroutines, and guarantee operations
DividWords
- 主要利用词典来实现最大匹配算法来实现分词-divid wordss
two-order-fun
- 一元二次方程求解器,可以求解虚数解,经测试可以运行。-A yuan quadratic equation calculator。
singlelabel.m
- VOC2007目标检测ground truth标记程序-ground truth of target detection for VOC2007
拉格朗日插值法
- 采用数值分析中拉格朗日的插值方式,可以用于数据分析,数值模拟等,节省时间。