资源列表
shiyan5
- 读取卫星数据文件 画高精度地图(Lat: 35.5°N -37°N, Lon: 119.5°E -121°E) - Draw a high-resolution map (Lat: 35.5°N-37°N, Lon: 119.5°E-121°E) Plot an asterisk at 36.1 N and 120.3 E and a diamond at 36.15 N and 120.15 E.
adaptivefilter
- RLS adaptive filter channel system order sysorder = 5 Number of system points N=2000 inp = randn(N,1) n = randn(N,1) [b,a] = butter(2,0.25) Gz = tf(b,a,-1) This function is submitted to make inverse Z-transform (Matlab ce
(5)
- 简单的绘图程序,不够程序,仅供参考,希望大家可以提出指导意见。-simple mapping procedures, inadequate procedures for reference purposes only and hope we can give guidance.
11111111
- 非局部均值滤波 本程序是自己编写的费均值滤波程序-Non-local mean filter
0681204
- 图形的绘制的结构,用来构造图形,比如切割-Graphics rendering of the structure, used to structure graphics, such as cutting
noisereduct
- 关于噪声消除的程序,可以解决在画图过程中的消燥功能-On noise reduction procedures, can be solved in the process of elimination in the dry drawing functions
auto_warp
- 自动配准,对两幅同地区的图像进行自动选点配准-Automatic Registration of images of the same region of the two automatic choice of site registration
radar
- 自己编的一个雷达面显示程序,主要练习的是划线函数的使用技巧-radar,for fun,
zdhy
- 用Bresenham算法画圆,使用打点函数实现上述功能-with Bresenham algorithm Circle, which was used to achieve the above function function
TRIMOUT
- 基于AUTOCAD的lisp程序,可实现多边形区域的内部剪裁.
Outlier_Demo
- 用matlab编的例外点检测演示程序,适合于数据挖掘和统计。
Animate
- 用Visual C++实现动态画直线,三角形,圆的算法.而非面向直接调用MFC的RECTANGLE ,CIRCLE