-
wheelspeed
电动汽车的车轮simulink仿真模型,输入为汽车的横摆角速度、汽车纵向速度和汽车的横向速度,输出为汽车在汽车坐标系下的相应速度(Electric vehicles wheels simulink simulation model, enter the horizontal speed of the car' s yaw rate, vehicle longitudinal speed and the car output the corresponding speed of the vehicles in the car coordinate system)
- 2012-05-24 14:28:42下载
- 积分:1
-
MMATrans
Calculates the MMA transformations of the GS ASCII grid file data.grd located in the currect directory and containing total anomalous magnetic field values
- 2013-04-24 01:24:52下载
- 积分:1
-
BPSKEGC
BPSK EGC分集程序,仿真了分集带来的性能增益(EGC diversity gains)
- 2012-05-07 20:43:52下载
- 积分:1
-
3
说明: 使用谢菲尔德大学遗传算法工具箱解决线性规划(Sheffield University using genetic algorithms to solve linear programming toolbox)
- 2014-10-10 23:08:16下载
- 积分:1
-
matlabjiaocheng
matlab电子书教程,非常适合初学者使用(matlab ebook tutorial, very suitable for beginners)
- 2014-12-09 12:38:14下载
- 积分:1
-
DanJiDanLiBaiStateFeedback
说明: 本程序可以完成单级倒立摆反馈控制系统设计。(The Program can realize the inverted pendulum feedback control design)
- 2009-08-04 19:25:32下载
- 积分:1
-
signalandlinearsystemcoder
信号与线性系统的常用Matlab程序源代码(signal and linear systems used Matlab source code)
- 2007-04-19 15:11:28下载
- 积分:1
-
SSRHE
这是SSR算法与直方图均衡化相结合的matlab代码,可以增强模糊且较暗的图像。
(this is SSR algorithm and HE。。。)
- 2011-09-22 23:21:20下载
- 积分:1
-
environment-in-bj
2012和2013年关于北京天气统计用于功率负载等分析(related content u know)
- 2013-11-26 22:11:36下载
- 积分:1
-
dxVideo
This library contains helper functions to read image frames into matlab from Video
file using DirectShow. This library has borrowed codes from Ashwin Thangali s
"DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi.
Features:
a) can read frames from rmvb, avi, etc.
b) handles most codecs installed on the system
d) its implementation is only based on the IMediaDet interface
-- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll
-- The library usage is as follows,
[avi_hdl, avi_inf] = dxVideoOpen(avi_filename)
pixmap = dxVideoReadMex(avi_hdl, frame_num)
img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3])
dxVideoCloseMex(avi_hdl)
-- recompile the library
I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004)
-- known limitation
a)only works for windows :(
b)may be slow for big image frames and some codecs.
- 2009-11-05 17:17:06下载
- 积分:1