-
pso
基于多线程机制的,利用Matlab编写,粒子群优化算法。目标变量采用归一化处理,适用于所有的优化函数。优化函数自定义为fitness(x)。(Based on multi-threading mechanism, the use of Matlab to prepare, particle swarm optimization algorithm. Target variables using normalized treatment applies to all of the optimization function. Since the optimization function is defined as fitness (x).)
- 2008-03-08 13:27:12下载
- 积分:1
-
BERforLS_ChannESTi
OFDM系统中Ls算法进行信道估计得出的ber,程序可运行。(channel estimation with Ls)
- 2010-03-12 21:16:33下载
- 积分:1
-
diod
simulation file in matlab simulink
- 2013-08-06 22:18:36下载
- 积分:1
-
Artech.House_2002_Simulation.and.Software.Radio
simulation and software radio for mobile communications 书中有详细的移动通信方面的matlab程序,对通信仿真有指导作用(simulation and software radio for mobile communications book detailed matlab mobile communications procedures, guidance on the role of communication simulation)
- 2008-01-15 18:05:31下载
- 积分:1
-
voicedeletenios
该代码为语音去噪代码,自适应滤波,谱减法,维纳滤波滤波方法。(The code for the speech denoising code, adaptive filtering, spectral subtraction, Wiener filtering filtering method.)
- 2014-11-19 20:35:53下载
- 积分:1
-
tfrgabor
用于产生Gabor信号的程序,直接调用即可(used to proceed Gabor signal, and it is very useful in signal processing)
- 2014-12-02 10:33:04下载
- 积分:1
-
qhstu
球面谐波函数的matlab实现,图形显示谐波变换后结果(Spherical harmonic function matlab realize, graphic display harmonic transform result)
- 2012-10-28 21:50:28下载
- 积分:1
-
task1
调用函数,并对函数进行求解,把数据存储,并画出其中几条图(Call the function, and the function is solved, the data is stored, and draw the diagram in which several)
- 2013-05-25 15:44:31下载
- 积分:1
-
DC_MOTOR
说明: 直流马达数学模型,包括三个不同的模型文件,以及相应的PID速度控制、位置控制的Matlab 演示文件(DC motor mathematical model, including the three different models of documents, and the corresponding PID speed control, position control of the Matlab demo files)
- 2008-09-05 09:52:57下载
- 积分: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