-
L01p_e
[x,f]= L01p_e(c,A,b,N)用枚举法求解下列
0-1线性规划问题min f=c *x, s.t. A*x<=b,x的分量全为整数0或1, 其中N表示约束条件 Ax ≤ b中的前N个是等式,N= 0时可以省略。 返回结果x是最优解,f是最优解处的函数值。 ([X, f] = L01p_e (c, A, b, N) with the following enumeration method for solving linear programming problems 0-1 min f = c ' * x, st A* x < = b, x is an integer of all components 0 or 1, where N represents the constraints Ax ≤ b in the equation of the first N, N = 0 can be omitted. Return result x is the optimal solution, f is the function value at the optimal solution.)
- 2013-07-16 21:51:03下载
- 积分:1
-
Airborne-forward-array-radar-
机载前向阵雷达近程杂波频移补偿比较详尽的文章(Airborne forward array radar proximity clutter frequency shift compensation)
- 2013-03-29 19:28:25下载
- 积分:1
-
完美的用于分类的相关向量机(RVM)算法matlab程序
应用小区域方差对比,程序简单,计算多重分形非趋势波动分析,信号处理中的旋转不变子空间法,相关分析过程的matlab方法,分析了该信号的时域、频域、倒谱,循环谱等,matlab编写的元胞自动机。
- 2022-01-25 21:34:16下载
- 积分:1
-
matlab实现ransac算法,具体见程序
matlab实现ransac算法,具体见程序
- 2022-01-28 23:01:32下载
- 积分:1
-
CT扫描3d重建
利用扫描的二维图片,建立3d模型。对于初学者来说,很有用。只需要几张图片就能建立3d模型,简单实用,可以学习。但是,程序还有一定的缺陷,需要大家提出
- 2022-03-28 13:59:24下载
- 积分:1
-
pm_w_unit_test
This is a very simple and loose project manager.(This is a very simple and loose project manager. It saves only the following information for each project that is necessary to switch between projects :
- Current working directory
- Project specific Path
- All opened m-files (order is not guaranteed in pm.)
- Current active m-file.
- List of run configurations you want to execute sequentially. )
- 2009-06-22 22:37:32下载
- 积分:1
-
RadarCMKF
雷达CMKF跟踪算法实例,包含目标状态向量的产生,量测产生。(radar target tracking algorithm with cmkf, including generating target state, target measurements. )
- 2020-11-30 11:49:28下载
- 积分:1
-
PCA人臉辨識
% A sample script, which shows the usage of functions, included in
% PCA-based face recognition system (Eigenface method)
%
% See also: CREATEDATABASE, EIGENFACECORE, RECOGNITION
% Original version by Amir Hossein Omidvarnia, October 2007
clear all
clc
close all
% You can customize and fix initial directory paths 設定檔案途徑
TrainDatabasePath = uigetdir("D:Program FilesMATLABR2006awork", "Select training database path" );
TestDatabasePath = uigetdir("D:Program FilesMATLABR2006awork", "Select test database path");
prompt = {"Enter test image name (a number between 1 to 10):"};
dlg_title = "Input of PCA-Based Face Recognition System";
num_lines= 1;
def = {"1"};
TestImage = inputdlg(prompt,dlg_title,num_lines,def);
TestI
- 2023-06-16 13:10:04下载
- 积分:1
-
Subcarrier-allocation-algorithm
多用户OFDM系统的子载波分配算法参考论文(Subcarrier allocation algorithm for multi-user OFDM system)
- 2012-04-30 00:06:06下载
- 积分:1
-
textout2
DWT音频水印提取算法,DWT音频水印提取算法,DWT音频水印提取算法(DWT audio watermark extraction algorithm, DWT audio watermark extraction algorithm, DWT audio watermark extraction algorithm)
- 2013-05-10 20:16:29下载
- 积分:1