-
car
matlab车牌提取算法,含所有源代码,全部调试通过。(Matlab license plate extraction algorithm, containing all the source code, all debugging through.)
- 2015-04-05 15:12:20下载
- 积分:1
-
matlab_shujutongjifenxi
数据统计分析功能多个例子在matlaB中的实现,压缩包里面包含讲义和源代码。(Data statistical analysis function number of examples in MATLAB to achieve compression package contains the lecture notes and source code.)
- 2012-05-08 10:46:46下载
- 积分:1
-
BPSK-GUI
获取图象并直接在GUI的界面上显示,Matlab代码实现了一个调制的GUI界面,实现BPSK调制算法的源代码。(To acquire images directly in the GUI interface, Matlab code implements a GUI interface modulation BPSK modulation algorithm source code.)
- 2012-10-04 22:28:59下载
- 积分:1
-
turbo
一些关于turbo码的matlab仿真文章、论文等(About turbo codes matlab simulation papers, theses, etc.)
- 2011-05-31 10:06:19下载
- 积分:1
-
NCSR
这是基于CSR算法在非局部环境的扩充表示,并应用在去噪上(This algorithm is based on CSR in the expansion of non-representation of the local environment, and apply the de-noising)
- 2013-12-25 10:14:05下载
- 积分:1
-
ArduinoIO_Slides
matlab code for Arduino IO package Slides and Examples
- 2015-02-03 12:53:23下载
- 积分:1
-
chengzi
本matlab程序用乘子法求解多元模型的最小值(给出初始点和精度要求条件)。(The matlab program for solving the minimum multivariate model using multiplier method (given initial point and precision conditions).)
- 2014-01-16 17:14:31下载
- 积分:1
-
suijiyanhua
随机演化博弈的案例代码,文档有具体的方程,代码直接运行,简单易懂(Random evolution game case code, the document has a specific equation, the code runs directly, easy to understand)
- 2021-01-05 16:18:54下载
- 积分:1
-
802.16fangzhen
802.16的信道建模和仿真,在Matlab上的原代码(802.16 channel modeling and simulation in Matlab on the original code)
- 2009-03-12 19:03:17下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1