-
HUGUANGSHUmoderntimesDSPmatlabprogram
胡广书现代信号处理MATLAB程序,值得学习(Hu Guangshu MATLAB modern signal processing procedures, it is worth learning)
- 2008-07-25 12:02:28下载
- 积分: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
-
fourier
Matlab script to illustrate the Fourier transform of a periodic signal
- 2010-01-08 19:07:14下载
- 积分:1
-
Chapter6
这是通信系统仿真的第六章的例题的仿真程序代码!挺好的,希望对大家有用!(This is a communication system simulation examples of Chapter VI of the simulation program code! Very good, and I hope useful for everyone!)
- 2008-07-08 15:47:10下载
- 积分:1
-
matlabusefulexamples3
说明: MATLAB的实用经典程序3,可使初学者在短时间内较快掌握MATLAB中的一些基本函数(MATLAB utility classic program 3 will enable beginners to master quickly in a short time some of the basic function of MATLAB,)
- 2009-08-26 22:19:55下载
- 积分:1
-
horizonlinedetection
in this program the horizon line detection is found out by using canny edge detector and hough transform.
- 2014-02-04 02:35:59下载
- 积分:1
-
egewxrpn
可实现对二维数据的聚类,随机调制信号下的模拟ppm,是路径规划的实用方法,本科毕设要求参见标准测试模型,针对EMD方法的不足。( Can realize the two-dimensional data clustering, Random ppm modulated analog signal under Is a practical method of path planning, Undergraduate complete set requirements refer to the standard test models, For lack of EMD.)
- 2016-03-21 21:10:23下载
- 积分:1
-
MATLAB 三轴加速度信号处理
对三轴加速度出传感器的原始数据进行处理,平滑噪声,傅里叶fft(The raw data of the three-axis acceleration sensor is processed, smoothing the noise)
- 2020-11-20 14:29:36下载
- 积分:1
-
SA-
模拟退火算法的matlab程序。程序绝对正确,有需要的可以下载(Simulated annealing algorithm matlab program. The program absolutely right, there is a need can be downloaded)
- 2012-09-03 15:18:22下载
- 积分:1
-
AFSA_fx
AFSA_fx是用人工鱼群算法(artificial fish swarm algorithm)解决一元函数寻优问题。文件打开后运行AFSA_fx.m文件即可得到结果,代码中有详细注释,方便修改。运行示例已经保存为图片附在压缩包中。(AFSA_fx is (artificial fish swarm algorithm) function is used to solve a dollar AFSA optimization problem. Run AFSA_fx.m file to get the file to open the result, the code has detailed notes, easy to modify. Run the sample has been saved as a picture attached to the compressed package.)
- 2014-02-08 12:49:13下载
- 积分:1