-
ask
说明: 对ask调制解调过程进行了matlab仿真,程序完整!(Ask modulation and demodulation process of a matlab simulation of a complete program!)
- 2011-04-16 12:15:02下载
- 积分:1
-
Vector_Control_SVPWM
THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL
- 2014-02-05 15:38:51下载
- 积分:1
-
linear-method
数值计算中的拟合方法 MATLAB程序 附带注释 亲测可用(linear method)
- 2014-02-05 18:21:38下载
- 积分: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
-
SURF
surf特征点检测,并实现两幅图像特征点的匹配(surf feature point detection, and the two images matching feature points)
- 2013-07-20 16:14:10下载
- 积分:1
-
rls
包括两个文件,一个RLS、一个多维RLS算法matlab程序。(Consists of two files, one RLS, RLS algorithm matlab a multidimensional process.)
- 2010-12-03 20:53:57下载
- 积分:1
-
MATLAB_Fr
Matlab documentations in French
- 2013-08-02 23:48:25下载
- 积分:1
-
基于粒子群优化算法的配电网故障定位方法pso
基于粒子群优化算法的配电网故障定位方法,简单易懂,效果良好。(Particle swarm optimization (pso) algorithm is applied to distribution network fault diagnosis)
- 2021-03-24 15:49:14下载
- 积分:1
-
SimpleLinearSort
用matlab语言写的模式识别中的线性分类器设计 简单的线性分类器设计是模式识别中的重要算法设计(Pattern recognition with matlab language written in a simple linear classifier design a linear classifier design is an important algorithm design for pattern recognition)
- 2010-07-12 19:47:11下载
- 积分:1
-
bpsk_plotiing
MATLAB code for BPSK modulation.
- 2009-11-12 01:22:43下载
- 积分:1