-
NSGA2-bao-matlab
基于matlab的NSGA2算例的大汇总,各种例子,不同情况,希望能共同学习。(Based on a large summary of NSGA2 matlab example, a variety of examples of different situations, hoping to learn together.)
- 2021-02-21 20:29:41下载
- 积分:1
-
optimum_quantizer
Matlab file for the optimum quantization of signals with plots to verify the process
- 2009-09-29 03:04:14下载
- 积分:1
-
Matlab
introduction about Matlab, and how to write matlab code
- 2010-12-16 14:48:30下载
- 积分:1
-
hunhetuxiangfenjie
利用fastica数据包对给定的两幅混合图象利用独立成分分析进行分离。(fastica use of data packets to the two mixed-use image analysis independent component separation.)
- 2005-05-24 16:20:16下载
- 积分:1
-
DSP_MATLAB
两个正弦信号叠加白噪声 用fft进行频谱分析(failed to translate)
- 2011-01-10 17:01:35下载
- 积分: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
-
ecc
points on elliptic curve, for ecc (elliptic curve cryptosystem)... point addition point multiplication
- 2009-12-16 06:48:07下载
- 积分:1
-
main
基本的粒子群优化算法程序,用Matlab实现,非常简单。(pso code)
- 2009-05-22 19:25:55下载
- 积分:1
-
diqiujingzhiguidao
1.地球同步轨道卫星,倾角分别为0,30,90度。 (1 satellites in geosynchronous orbit, respectively 0,30,90 degrees inclination.)
- 2013-07-19 14:59:47下载
- 积分:1
-
bisection
a file for determining a polynomial degrees
- 2009-05-26 15:41:56下载
- 积分:1