资源列表
mmtable
- matlab图像处理:基于线性插补方法的一维单表格搜索算法代码-matlab image processing: methods based on linear interpolation of one-dimensional single-table search algorithm code
program-estimated
- 包含三个功率谱的程序函数,分别是Batllet频谱估计法,Music频谱估计法,以及Welch频谱估计法,清晰明了,注释清楚。-The program contains three power spectral function, namely Batllet spectrum estimation method, Music spectrum estimation method, and Welch spectral estimation method, clarity, comments c
clrdepth
- Use GetObject to initialize a BITMAP structure. Look at its bmBitsPixel field to get the color depth.
midpointcircle
- 中点画圆算法
GraphicsSourceCode
- 一些简单的画图程序函数,对将要制作画图工具的程序员,应该有用。-Some simple drawing program function, the programmers want to create drawing tools, it should be useful.
2psk
- 运用MATLAB编程实现2PSK调制解调过程,并且输出其调制及解调过程中的波形,讨论其调制和解调效果。-Using MATLAB programming 2PSK modulation and demodulation process and its modulation and demodulation process output waveforms, modulation and demodulation discuss its results.
tuxiangbianyuanjiance
- matlab编程进行图像边缘检测,包含各种边缘检测方法-matlab programming for image edge detection, includes a variety of edge detection methods
tuxiang
- 图像处理,包括统计图像的灰度直方图,若其直方图呈双峰且有明显的谷,则将谷所对应的灰度值t作为阈值适用于:目标和背景的灰度差较大,有明显谷的情况。 改进:可采用灰度加权产生新直方图,得到更大的峰谷比。 -this is iamge chuli
Desktosp
- i am gonna be a super cat
dda_bresenham
- use DDA and bresenham algorithn to draw line.
PolygonClipping
- 基于divide and conquer策略的Sutherland-Hodgeman多边形裁剪算法的Matlab程序-Divide and conquer strategy based on the Sutherland-Hodgeman polygon clipping algorithm of Matlab procedures
plot_line_with_error
- 带误差棒的折线图是SCIGRAPH图形软件包的六种基本图形之三。其主要特点是水平坐标X轴用文本标注,而垂直坐标Y轴则用数值标注。即:折线上的点坐标是由(文本,数值)确定的。因此,绘画折线图的数据有两种:一是X轴的文本数据;二是折线的数据。除此以外,它在每个点上还有一个误差值。SCIGRAPH图形软件包可以同时完成多条误差折线的绘画-THIS PROGRAM USES SCIGRAPH PACKAGE TO DRAW LINE_GRAPH with Error