资源列表
ULA_Resolution
- 该算法用来画出智能天线均匀线阵的分辨力比较图。可以分析不同阵元数对ULA分辨力的影响。-This is a digram of resolution of DOA estimation for ULA.
main2
- this Customer Evaluation by neural network-this is Customer Evaluation by neural network
newpoly
- 数值分析的newpoly算法的matlab实现-newpoly the matlab implementation
LU.m
- Lower upper factorized for gauss elimination
ImpulseNoise
- Impulse_Noise 的matlab编程实现-Impulse_Noise the matlab programming
ann
- this simple ann code-this is simple ann code
pout
- 二值图像压缩,双正交样条小波变换实例源码及解析-Binary image compression, biorthogonal spline wavelet transform source code examples and analysis
wiener.m
- Computes the wiener solution filter
Hilbertputu
- 非平稳信号经过分解后,对其进行谱分析,此希尔伯特谱程序,弥补了了以前的缺陷-Non stationary signal through decomposition, the spectral analysis, the Hilbert spectrum procedures, make up for the previous defect
homework_4
- 光度立体成像 通过物体在两个不同点光源下拍摄的两张图片 获得物体的三维信息-Photometric stereo imaging computer vision
rangePolyponPoint
- Matlab中有很多根据多边形顶点计算多边形面积,对多边形涂色等函数,但是并没有对多边形顶点进行凸多边形排序问题,所以写了这个对可以构成凸多边形的顶点进行排序的算法。- 此子程序功能为逆时针排列多个可构成一个凸多边形的顶点 输入参数xv是这些顶点的横坐标集合 yv是这些坐标的纵坐标集合 返回的排列好的点的横坐标和纵坐标集合. 使用示例: [x y]=rangePolyponPoint([0 10 10 0],[0 10 0 10]) 输出结果为:x = [ 0 10 10
balanis_example
- This is the solution of chapter 12 example 1 from advanced engineering electromagnetics by Constantine A. Balanis.The solution is based on MATLAB.