搜索资源列表
Houghmatlab
- 包括进行标准Hough变换,检测Hough变换中的n个峰值,并提取峰值直线像素点,绘制直线等
array_antenna
- 压缩包程序一共4个,一个主程序,是绘制天线的均匀直线阵的极坐标图和三维立体图,程序附有中文解释。另外3个程序是,均匀直线阵的工程应用:边射阵、普通端射阵、强方向性端射阵。-Procedures for a total package 4, a main program, is the preparation of the uniform linear array antenna of the polar map and three-dimensional map, with the Chines
hafu
- 利用hough变换函数求取5条最长的直线方程,并重新绘制这5条曲线——hafu.m-Hough transform function used to obtain five longest straight line equation, and re-draw the five curves- hafu. M
Bresenham
- bresenham直线算法,可实现8方向的直线绘制-bresenham line algorithm can achieve 8 to draw a straight line direction
bresenham
- matlab绘制bresenham直线,中线画直线,DDA画直线。-matlab draw bresenham line, middle drawing a straight line, DDA line drawing.
chap8
- 雷达系统8,生成一个均匀直线阵,并绘制仿真曲线-Radar system, to generate a uniform linear array, and draw the simulation curve
plotSmithChart
- 史密斯图(Smith chart)是一款用于电机与电子工程学的图表,主要用于传输线的阻抗匹配上。在复平面上采用双线性变换。实部 r=常数和虚部 x=常数,两族正交直线变化为正交圆并与反射系数|G|=常数和虚部x=常数套用而成。本文档通过MATLAB来编写程序,绘制一个完整的SMITH圆图-Smith figure (Smith chart) is a for electrical and electronic engineering chart, mainly for the transmiss
PID
- PID模糊小车直线控制,用MATLAB编写,运行后绘制小车运动轨迹-PID fuzzy car straight-line control, using MATLAB, and run after drawing the car trajectory
MATLABB
- MATLAB绘制栅格化地图 %创建具有障碍物的栅格地图 %矩阵中0代表黑色栅格 a = ones(20); a(3,3:7)=0; a(3:10,7)=0; a(10,3:7)=0; a(17,13:17)=0; a(10:17,13)=0; a(10,13:17)=0; a(14,15)=0; b = a; %disp(a(end,end)); b(end+1,end+1) = 0; %disp(b); colormap([0 0 0;1 1 1]); % 创建颜色 %disp(size