-
MOM_for_Antenna
线天线矩量法,解决天线电流分布问题
(matlab)(Wire antenna moment method to solve the issue of antenna current distribution (matlab))
- 2007-12-12 00:47:52下载
- 积分:1
-
OFDM_Introduction
OFDM入门介绍非常好的材料,适合刚做通信工程的研究人员,高手就不用看了.(Introduce a very good entry-OFDM materials, just to do communications work for researchers, experts do not need to read.)
- 2007-10-25 13:47:51下载
- 积分:1
-
S-parameter
求不规则波导的散射参数的matlab程序,使用的matlab的微分工具箱(有限元法),总的来说还不错,附带实验报告。(Scattering parameters of irregular waveguides matlab program, using a differential matlab toolbox (finite element method), on the whole pretty good, with a test report.)
- 2013-09-11 18:09:14下载
- 积分:1
-
FUZZY
模糊PID控制,能够自动调节PID参数,使系统控制达到最优。(Fuzzy PID control, can automatically adjust the PID parameters to achieve optimal system control.)
- 2013-12-04 16:27:59下载
- 积分:1
-
DFIG
双馈风力发电机组功率解耦控制系统,是已经建好的双馈风力发电系统模型(Double-fed wind turbine power decoupling control system)
- 2014-05-23 20:52:18下载
- 积分:1
-
CDMA2000下行链路仿真模块
CDMA2000下行链路仿真模块的matlab实现代码(CDMA2000 downlink simulation module)
- 2017-12-04 11:10:14下载
- 积分:1
-
ROAD3
说明: MATLAB程序(附图像),利用HSI色彩空间的AGV对路径进行识别。(MATLAB (AP like), the HSI color space using the right path AGV identification.)
- 2006-04-02 22:05:20下载
- 积分:1
-
jacobi
perform Jacobi method iterations
- 2012-04-26 15:30:35下载
- 积分:1
-
OFDM
说明: 在simulink下建立了OFDM系统的仿真模型,并对所建模型进行了分析(The simulation model of OFDM system is established in Simulink, and the model is analyzed)
- 2021-04-15 10:08:55下载
- 积分: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