-
afd_butt
IIR数字滤波器的模拟,与一些计算过程的计算机化,是标准课本的一个计算过程的程序化(IIR digital filter simulation, and the computerization of some computational process, is the standard textbook procedure for the calculation of a)
- 2010-10-11 09:48:48下载
- 积分:1
-
matlabgui
matlab gui希望对大家用 大家可以看看(very good)
- 2010-11-01 10:46:43下载
- 积分:1
-
2009341010559664
主要时STTC,的编码时我再网络上收及的(sttc )
- 2009-05-09 14:01:42下载
- 积分:1
-
OFDMQPSK
说明: OFDM的QPSK仿真程序,里面只有一个txt文件,所有程序都在上面了。(OFDM QPSK simulation program, only a txt file, all proceedings in the above.)
- 2006-03-27 15:26:09下载
- 积分:1
-
Image-Normalization-Code
the moramlizationof image in needed in various image processing applications here this code doing the same.
- 2013-12-01 12:21:16下载
- 积分:1
-
vtc08
It is a oper published to VTC2008
- 2012-11-23 21:31:52下载
- 积分:1
-
002
当M=4时,编写QAM的蒙特卡罗仿真程序,绘出误符号率和误码率曲线,并和理论曲线比较。(When M = 4, the preparation of QAM of the Monte Carlo simulation program, draw the symbol error rate and bit error rate curve, and and the theoretical curves.)
- 2009-11-25 13:18:30下载
- 积分:1
-
shapes_2
detect shapes using properties of region props
- 2011-01-23 04:53:32下载
- 积分:1
-
Small-and-weak-target-detection
针对基于可见光视频图像处理的水上弱小目标检测中存在的问题, 综述目前该领域的国内外研究进展, 从动态背景建模 前景目标检测和跟踪等方面分析各种方法 算法的优势和不足, 指出目前需要解决的问题, 并展望该领域的研究前景(In view of the problems existing in small and weak target detection on the sea surface based on
visible light video image processing,the research advances at home and abroad in this field are summa-
rized. The advantages and limitations existing in the methods and algorithms are analyzed from several aspects including dynamic background modeling,foreground target detection and tracking. Problems which need to be solved at present are pointed out,and promising research directions in this field are proposed.)
- 2011-04-21 17:55:10下载
- 积分:1
-
panzoom
与潘左击鼠标拖动,绘制一个右键拖动zoombox,并检视双击所有数据。这也保留任何现有的WindowButtonXFcn这个数字已,以及任何轴UIContextMenus。
我写了实时数据采集这一点,因为linkaxes套XLimMode至“手动“ -这意味着将不会自动调整轴的新数据。
panzoom(figureHandle,axesHandles)
添加到这个数字,只能到指定的坐标轴功能的处理。
panzoom(figureHandle,axesHandles,XLink的)
panzoom(figureHandle,axesHandles,XLink的,雁联)
假设你有四个轴处理:1,2,3,4。你可以连接所有的X轴一起:XLink的= [1,2,3,4],或者你可以对链接在一个单元格数组中:XLink的={[1,2][3,4]}。这同样适用于雁联。 XLink的或雁联也可以为空。(Pan with left click mouse drag, draw a zoombox with right click drag, and view all data with double-click. This also retains any existing WindowButtonXFcn the figure has, as well as any axes UIContextMenus.
I wrote this for live data capture, as linkaxes sets XLimMode to "manual"- which means the axes wouldn t automatically resize for new data.
panzoom(figureHandle, axesHandles)
Adds the functionality to that figure, ONLY to the axes handles specified.
panzoom(figureHandle, axesHandles, xLink)
panzoom(figureHandle, axesHandles, xLink, yLink)
Assuming you have four axes handles: 1, 2, 3, 4. You could link all of the x axes together: xLink = [1, 2, 3, 4], or you could link them in pairs in a cell array: xLink = {[1, 2], [3, 4]}. The same applies for yLink. xLink or yLink can also be empty.)
- 2011-05-15 17:52:58下载
- 积分:1