-
classify
1.实现了最近点平分法的分类器
2.实现了基于凸函数最优解的分类器(1. The realization of the nearest point of the classifier equally Act 2. To achieve the optimal solution based on the convex function of the classifier)
- 2007-12-15 14:54:19下载
- 积分:1
-
16QAM_mimo-ofdm
经本人修改,利用matlab编程可以实现16QAM的MIMO-OFDM系统,并有图为证。(After I modified matlab programming can be achieved using the MIMO-OFDM system, 16QAM, and photo cards.)
- 2021-04-15 22:48:54下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1
-
MATLAB-MTSP
遗传算法解决5种多旅行商问题(mtsp)的matlab程序
分别为以下5中情况:
1.从不同起点出发回到起点(固定旅行商数量)
2.从不同起点出发回到起点(旅行商数量根据计算可变)
3.从同一起点出发回到起点
4.从同一起点出发不会到起点
5.从同一起点出发回到同一终点(与起点不同)(5 kinds of genetic algorithms to solve multiple traveling salesman problem (mtsp) matlab program
5, respectively, the following situations:
1. Back to the starting point a different starting point (TSP fixed amount)
2. Back to the starting point a different starting point (TSP amount calculated variable)
3. Starting the same starting point back to the beginning
4. Starting the same starting point to the starting point is not
5. Starting the same starting point back to the same end point (with different starting points))
- 2021-04-25 14:58:46下载
- 积分:1
-
CHANNEL
高斯信道、莱斯信道和瑞利信道的误码率分析(Gaussian channel, Rice channel and Rayleigh channel the analysis of BER )
- 2021-03-14 16:39:23下载
- 积分:1
-
rbmhidlinear
Restricted Boltzmann Machine with binary visible and linear/Gaussian hidden units.
- 2013-12-25 16:30:08下载
- 积分:1
-
MATLAB332
matlab毕业编程【谷速软件】从MATLAB表面创建三维交互的HTML文件 (Graduation matlab software programming speed [Valley] create an HTML file a three-dimensional interactive MATLAB surface)
- 2014-12-17 23:28:20下载
- 积分:1
-
11
说明: 应届生大礼包-大唐电信篇,希望对大家有用。(Fresh Johnson Plaza Li Bao- Datang Telecom articles, want to be useful to everyone.)
- 2009-11-18 20:00:31下载
- 积分:1
-
matchbycorrelation
generates putative matches between previously detected feature points in two images by looking for points that are maximally correlated with each other within windows surrounding each point.(generates putative matches between previ ously detected feature points in two images by l ooking for points that are maximally correlate d with each other within windows surrounding ea ch point.)
- 2007-06-27 22:06:27下载
- 积分:1
-
myldf
用simulink构建模型,解非线性达芬方程 (Nonlinear Duffen equation with simulink)
- 2011-01-05 08:53:32下载
- 积分:1