-
MATLAB--image
说明: MATLAB图象处理命令大全,讲解比较仔细,相信对你一定会有很大的帮助的(MATLAB image processing command Daquan, to explain more carefully, I believe you will be of significant help)
- 2010-04-13 19:38:50下载
- 积分:1
-
Desktop
说明: fft做谱分析各种连续信号 用MATLAB实现(fft spectrum analysis to do a variety of continuous signal with MATLAB to achieve)
- 2008-11-24 23:29:47下载
- 积分:1
-
a
说明: 跳频参数估计论文,主要是通过各种时频分析方法进行处理(The hopping parameter estimates thesis, mainly handled by a variety of time-frequency analysis methods)
- 2012-09-17 12:58:44下载
- 积分:1
-
1000-8608(2013)05-0742-07
一种基于复合混沌映射的单向Hash函数构造(One-way Hash function construction based on composite chaotic map)
- 2014-02-01 19:51:24下载
- 积分:1
-
Bluetooth-voice-transmission
蓝牙协议语音通信matlab仿真程序,包含语音传输, I/O, CVSD speech coding, HEC, FEC, framing, GFSK Modulation, frequency hopping, 和802.11b interferer.(Simulink model of a Bluetooth communication link transmitting HV1, HV2 or HV3 voice packets. Includes wave file I/O, CVSD speech coding, HEC, FEC, framing, GFSK Modulation, frequency hopping, and an 802.11b interferer.)
- 2011-02-14 02:27:34下载
- 积分:1
-
myAPA_without_near_speech
自己编写的基于放射投影变换APA的回波消除算法(APA radiation projection transform based echo cancellation algorithm to write your own)
- 2013-12-04 16:10:25下载
- 积分:1
-
pca
用于运动捕获数据的降维,可以提取极值点,进行关键帧提取或运动分割(Dimensionality reduction for motion capture data can be extracted extreme points, keyframe extraction or motion segmentation)
- 2015-01-19 16:53:37下载
- 积分: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
-
BPSK
说明: 在通信系统中的BPSK调制和解调源代码,在现实中用处非常大(In the communication system in the BPSK modulation and demodulation source code, in reality, use very large)
- 2010-03-23 12:53:23下载
- 积分:1
-
thetabounds
For a given array of angles, determines which are within the bounds, accounting for wrap around
- 2011-05-13 02:14:08下载
- 积分:1