-
code
说明: 关于OFDM仿真的完整代码,包括发送机接收机各个环节。(The complete code about OFDM simulation, including emitter receiver each link.
)
- 2011-04-01 16:34:03下载
- 积分:1
-
无线传感器网络定位算法wsn-location
无线传感器网络定位算法 matlab源代码 包含七个算法(Wireless sensor network localization algorithm matlab source code consists of seven algorithms)
- 2020-07-06 15:48:58下载
- 积分:1
-
lmekf
经典的扩展卡尔曼滤波卡尔曼滤波程序,首先对非线性函数取一阶近似,生成近似的新型函数,然后进行卡尔曼滤波,通过一步状态和估协方差估计产生新息,然后生成状态预测(Classical extended Kalman filter, Kalman filter procedure, first take the first order approximation of nonlinear function to generate the new function approximation, and then proceed to the Kalman filter step state estimate covariance is estimated to generate new interest, and then generate the state prediction)
- 2012-06-27 07:07:51下载
- 积分:1
-
DopplerEstimate_Interp
蒙特卡洛方法估计运动目标速度的仿真,给出了仿真结果和CRLB。(Monte Carlo method to estimate moving target simulation, the simulation results and CRLB.)
- 2020-07-10 19:58:55下载
- 积分:1
-
Distance-Relay
Distance Relay Protection System
- 2014-12-23 08:31:47下载
- 积分:1
-
39节点参数
说明: IEEE39节点标准系统参数,电力系统规划仿真数据。亲测,可用!(IEEE 39 bus standard system parameters, power system planning simulation data. Pro test, available!)
- 2020-12-08 19:57:44下载
- 积分:1
-
802.11aMATLAB
包含了802.11a的matlab仿真程序,同时附有原版中英文标准,对了解802.11a无限局域网技术有很好的指导作用。(Includes 802.11a, matlab simulation program, accompanied by original Chinese and English standards, 802.11a wireless LAN technology to understand a very good guide.)
- 2010-05-11 21:52:27下载
- 积分:1
-
ParticleEx5
used to filter the latent state variable
- 2012-04-27 01:48:18下载
- 积分:1
-
mrc_OutageProb
Outage Probability of MRC in Rayleigh fading
- 2013-09-19 20:30:56下载
- 积分: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