-
turbo2
turbo码的matlab仿真程序,仅供参考,希望对您有用(turbo codes matlab simulation program for information purposes only, hope useful to you)
- 2010-05-16 16:57:30下载
- 积分:1
-
matlabqiujifen
matlab应用,定积分不定积分应用的函数说明及实例讨论(matlab applications, the definite integral indefinite integral function descriptions and examples of the application of discussion)
- 2013-01-13 09:57:53下载
- 积分:1
-
GUI-netural-network-application
matlab上通过GUI实现神经网络的实例(GUI netural network experiment.)
- 2014-10-25 15:07:34下载
- 积分:1
-
rake
超宽带的rake接收机程序的简单介绍。对于初级入门的有帮助。(uwb rake receiver )
- 2009-05-20 09:49:29下载
- 积分:1
-
AdapGA
用matlab编写的自适应遗传算法,交叉概率和变异概率能够自动随适应度而改变,因此能够提供相对某个最优解的最佳交叉概率和变异概率(Using matlab adaptive genetic algorithm, the crossover and mutation probability with the fitness change, and therefore able to provide relatively a optimal solution best crossover probability and mutation probability)
- 2013-01-08 16:55:21下载
- 积分:1
-
TV1
tv图像修复算法,对于去噪具有良好效果,能够很好的处理各种噪音(tv image restoration algorithm, with good results for denoising, able to handle all kinds of noise)
- 2010-05-15 15:18:27下载
- 积分:1
-
132QR32QR32QRl
图像融合的matlab工具包,希望大家能用得到。(Image fusion matlab toolkit, hope everyone can get.)
- 2009-09-10 15:31:43下载
- 积分:1
-
cr_sender
扩频同步时频域二维分布
R=[x,y]
surf(R)
x:-5:0.1:5
y:-0.01:0.005:0.1(Synchronous time-frequency domain spread spectrum two-dimensional distribution of R = [x, y] surf (R) x:-5:0.1:5 y:-0.01:0.005:0.1)
- 2007-09-10 02:19:49下载
- 积分: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
-
nhist
estimate kernel density in matlab
- 2011-08-27 03:49:09下载
- 积分:1