-
matlab32
主要介绍了MATLAB编程的风格,以及编程中的技巧和规范,适于对MATLAB有一定了解的人(Introduces MATLAB programming style, as well as programming skills and norms of MATLAB for those who have a certain understanding of)
- 2009-05-12 20:54:00下载
- 积分:1
-
neur pid
神经网络PID自适应控制MATLAB程序集(the collect of the neural network PID adaptivly controls MATLAB procedure)
- 2005-05-29 11:35:52下载
- 积分:1
-
Paloha
This contains just the pure aloha
- 2013-03-06 23:16:02下载
- 积分:1
-
NWSSUS_UAC
这是一个研究水下通信最新研究成果对应得源代码。(源程序参考文献:Stochastic Replay of non-WSSUS Underwater Acoustic Communication Channels Recorded at Sea)
- 2011-11-23 10:14:13下载
- 积分:1
-
仿生优化算法
说明: 仿生优化计算方法,可适用于基于选择类问题求解(Metaheuristic method, which can be used for problems based the requirement of sample selection)
- 2020-06-21 15:40:02下载
- 积分:1
-
Desktop
均匀加权ULA阵天线方向图,原创啊!!!很适合初学者入门使用。。。(Uniformly weighted ULA array antenna pattern, very suitable for the beginner. . .)
- 2013-04-15 12:13:52下载
- 积分:1
-
GMM
this is another gmm training matlab source code.
it use k-means for initialization of parameter before trainig, not LBG algirhtm. so it is very helpful for GMM training
- 2010-07-10 13:42:44下载
- 积分:1
-
Bluetooth_Voice_Transmission
Bluetooth Voice Transmission Matlab/Simulink R13 Version
- 2010-10-14 08:43: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
-
Matlab
Matlab是一个交互式的系统,它的基本运算单元是不需指定维数的矩阵,按照IEEE的数值计算标准(能正确处理无穷数Inf(Infinity)、无定义数NaN(not-a-number)及其运算)进行计算.(Matlab is an interactive system, its basic operation unit which is not specified dimension of the matrix, in accordance with the numerical calculation of IEEE standards (to correctly handle the infinite number of Inf (Infinity), no defined number of NaN (not-a-number) its operation) is calculated.)
- 2011-04-19 10:20:24下载
- 积分:1