-
TIMIT-Speech-Database
可用于matlab的英语语音数据库,用于语音合成与识别(Speech Database)
- 2014-12-10 14:29:05下载
- 积分:1
-
97847556interleaver
program about ofdm for transmitter and receiver signal run using matlab
- 2014-02-19 18:40:48下载
- 积分:1
-
MATLABtelecommunicationsimulation
MATLAB通信仿真研究,内容详尽,值得收藏,为PDF格式(MATLAB simulation of communications, content detail, worthy of collection, to PDF format)
- 2007-10-17 09:13:29下载
- 积分: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
-
motionEstNTSS
mption estimation NTSS
- 2011-05-07 05:21:39下载
- 积分:1
-
GUI-examples
各种Gui matlab举例、卡尔曼滤波、串口调试(Various examples of GUI, signal and information processing, image processing, serial port Calman filter)
- 2013-12-11 22:12:27下载
- 积分:1
-
人工鱼群算法求解VRP问题
说明: 使用matlab语言实现人工鱼群算法求解车辆调度问题(Using MATLAB language to implement artificial fish swarm algorithm to solve vehicle scheduling problem)
- 2019-09-28 10:38:18下载
- 积分:1
-
knn
这是一个普通的室内定位knn算法,里面含有程序需要的指纹数据库,(This is an ordinary indoor positioning KNN algorithm)
- 2021-05-13 20:30:02下载
- 积分:1
-
DER
important matlab programing for research
- 2010-07-31 23:01:30下载
- 积分:1
-
modulation-and-demodulation
说明: 调制解调matlab代码包括am,fm,fsk,gfsk,msk,gmsk.很完善的代码。am,fm,中还有语音测试。所有的程序都有代码解释,原理分析,性能对比分析等。希望对大家有用。(Matlab code modulation and demodulation include am, fm, fsk, gfsk, msk, gmsk. A very comprehensive code. am, fm, there are voice tests. All programs have the code interpretation, principle analysis, performance comparison analysis. Hope that useful.)
- 2021-04-13 21:38:55下载
- 积分:1