-
LS-SVM-toolbox
最新最小二乘支持向量机工具箱和使用说明,里面有详细的说明和实例(the latest LS-SVM toolbox for matlab )
- 2011-11-17 09:16:12下载
- 积分:1
-
RScode
RS编码的例子,可以参考这个学RS编码,可以参考通信原理的书籍来对照来学!(This is a example about RS coding ,and you can learn RS by that.)
- 2010-08-01 20:59:56下载
- 积分:1
-
Fuzzy-step-size-LMS-algorithm-
模糊步长LMS算法及其性能分析,希望有帮助(Fuzzy step-size LMS algorithm and its performance analysis)
- 2011-05-15 20:37:15下载
- 积分:1
-
Vblast
vblast检测算法 OSIC算法,QPSK调制方式,生成BER图,有注释!(vblast detection algorithm OSIC algorithm, QPSK modulation, generate BER graph, comment!)
- 2015-04-09 10:38:19下载
- 积分:1
-
1
说明: 异步电动机转矩与转差率之间的关系,以M文件形式编写。可用。(Slip induction motor torque and the relationship between the form of a document prepared by M. Available.)
- 2010-08-05 16:19:54下载
- 积分: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
-
0
说明: 给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入.
输入:第一行两个正整数n(物品数)和C(容量)
第二行n个正整数n,表示物品价值
第三行n个正整数n,表示物品重量
输出:第一行表示总价值
第二行n个数(0/1),0表示物品不装入,1表示装入
例如,
输入:
5 10
6 3 5 4 6
2 2 6 5 4
输出
15
1 1 0 0 1
(Species of a given n items and a backpack, the weight of item i is Wi, the value of vi, was packet capacity is C, should be how to choose a package of items to be loaded, the backpack load in the largest total value of goods? For each item i, there are only two options, loaded or not loaded. Input: the first line of the two positive integer n (the number of items) and C (capacity) of the second line of n positive integer n, that the value of the third line of n positive integer n, that the weight of output: the total value of the first line of the second line, said n number of (0/1), 0 that the items do not load, that load 1 for example, enter: 5,106,354,622 6 5 4 output 15 1 1 0 0 1)
- 2009-07-01 23:07:01下载
- 积分:1
-
8
说明: 精通MATLAB优化计算算法,约束优化问题。共7个程序。(Proficient in MATLAB optimization calculation algorithm, constrained optimization problem. A total of seven procedures.)
- 2010-03-24 09:46:55下载
- 积分:1
-
simulation
说明: 基于matlab的电路仿真,计算电阻-电容电路的电压和电流振荡(Matlab-based circuit simulation, calculating resistor- capacitor circuit voltage and current oscillation)
- 2010-04-07 17:06:06下载
- 积分:1
-
2009101511122524
说明: 基于matlab的lsb数字水印算法实现( digital watermarking application)
- 2010-05-03 10:21:03下载
- 积分:1