-
666
Matlab 7官方英文学习手册,全面介绍了其中的各个函数属性和例子。(MATLAB and Simulink® are the premier software packages for technical
computing in education and industry. The MATLAB & Simulink Student
Version provides all of the features of professional MATLAB, with no
limitations, and the full functionality of professional Simulink, with model
sizes up to 1000 blocks. The Student Version gives you immediate access to
high-performance numeric computing, modeling, and simulation power.)
- 2009-10-19 12:39:53下载
- 积分: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
-
微信跳一跳所有代码
微信跳一跳的zuobi代码,在网上见到了分享一下
- 2022-04-28 00:53:39下载
- 积分:1
-
Grouimulation
说明: 地面方向控制系统半物理仿真Ground directional control system Loop Simulation(Ground directional control system Loop Simulation)
- 2011-03-08 00:27:34下载
- 积分:1
-
fem_semicircle
Solution of Laplace equation in an semi-circle region by FEM method
- 2020-10-07 16:37:37下载
- 积分:1
-
很好的数字图像相关算法matlab源程序
感应双馈发电机系统的仿真,gmcalab 快速广义的形态分量分析,基于SVPWM的三电平逆变的matlab仿真,isodata 迭代自组织的数据分析,三相光伏逆变并网的仿真,利用自然梯度算法。
- 2022-05-21 21:05:36下载
- 积分:1
-
LMS-RLSAdaptiveFilter
数字信号处理,LMS和RLS实例:给定正弦信号s(n),现在我们获得得是受影响的数据x(n)=s(n)+v(n) , v(n)为方差1.25的告示白噪声信号,请设计一个滤波器,使其输出与s(n)的均方误差最小,并给出用LMS和RLS算法的自适应求解方法的MATLAB仿真。(Digital signal processing, LMS and RLS instance: Given a sinusoidal signal s (n), now we get the data have affected x (n) = s (n)+ v (n), v (n) 1.25 for the variance Notice the white noise signal, to design a filter so that the output and s (n) The minimum mean square error, and gives the algorithm with the LMS and RLS adaptive method for solving the MATLAB simulation.)
- 2011-01-15 08:27:10下载
- 积分:1
-
FDK
projection and backprojection
- 2013-11-05 21:19:11下载
- 积分:1
-
chazhi
本例实现了插值函数,将不同次数的插值进行了显示,防止了龙格现象,研究生一般以此题为作业。(The cases to achieve interpolation function, the number of different interpolation were shown to prevent the Runge phenomenon, in order to graduate generally entitled operations.)
- 2013-11-14 15:28:33下载
- 积分:1
-
牛-拉法潮流(1)
牛拉法计算潮流,节点电压,功率分布,线路损耗(Calculating Power Flow, Node Voltage and Power Distribution by Niula Method)
- 2020-06-22 09:40:07下载
- 积分:1