-
gpclass
gaussian procession 原程序,用于解决分类问题,有兴趣可以看看啊(gaussian procession original procedures used to address classification problems, who are interested can look at ah)
- 2008-02-29 17:48:56下载
- 积分:1
-
Dejong2
heuristic optimization
- 2009-12-08 08:44:35下载
- 积分:1
-
ImageSegmentationAlgorithmBasedonTwodimensionalHis
基于二维直方图最大熵阈值法的图像分割算法,可选取较好的阈值实现图像分割(failed to translate)
- 2009-05-27 10:16:19下载
- 积分:1
-
2
根据教科书上已经给出的简单的数学算式,运用matlab编写出简单的代码,计算出结果(According to the textbook has been given a simple mathematical formula, using matlab write simple code to calculate the results)
- 2013-09-14 18:57:59下载
- 积分:1
-
beamform
beamforming for MIMO OFDM
- 2009-04-30 01:27:38下载
- 积分:1
-
weixingrangloudianchifadian
说明: 设计了燃料电池的分布式发电系统,将分布式发电系统与电网进行并联。并对其进行了仿真。(Has designed fuel cell s distributional generating system, carries on parallel the distributional generating system and the electrical network. And has carried on the simulation to it. )
- 2021-03-08 23:49:28下载
- 积分:1
-
Main_Chens
这是一个产生混沌时间序列Chens吸引子的程序(Chens)
- 2010-05-20 16:29:44下载
- 积分:1
-
Dc-servo-motor-simulation-program
直流伺服电机仿真程序,值得你参考 下载下来直接能用的(Dc servo motor simulation program,Deserves your reference can download directly)
- 2014-12-05 15:45:25下载
- 积分:1
-
车道线检测代码MATLAB版本1
适用于车道线检测初学者快速学会参数配置,每一行代码都有注释:
clc; clear all; close all;
% 设置显示标记,1表示都显示,0表示只显示车道线
DrawPoly = 1;
% 处理起始范围
NumRows = 120;
% 最大存储规模
MaxLaneNum = 20;
% 单次最大匹配数目
ExpLaneNum = 2;
% 存储车道线,初始化
Rep_ref = zeros(ExpLaneNum, MaxLaneNum);
% 统计数目
Count_ref = zeros(1, MaxLaneNum);
% 最大变化距离阈值
TrackThreshold = 75;
% 标记颜色
LaneColors = single([0 0 0;1 1 0; 1 1 0; 1 1 1;1 1 1]);
% 车道线丢失异常下限
frameFound = 5;
% 车道线丢失异常上限
frameLost = 20;
% 选择弧度 Rho values 35:45 (1-based index: 415:424)
startIdxRho_R = 415;
NumRhos_R = 11;
% 选择角度 Theta values -90:-70deg (1-based index: 1:21)
startIdxTheta_R = 1;
NumThetas_R = 21;
% 选择弧度 Rho values 379:415 (1-based index: 1:36)
startIdxRho_L = 380;
NumRhos_L = 36;
% 选择角度 Theta values 55:85deg (1-based index: 146:176
- 2023-06-28 01:10:04下载
- 积分:1
-
sim_OFDM_multitrayecto
OFDM_MULTIPATH simulacion de ofdm en un canal multitrayecto , se permite cambiar entre pathz de 0 en adelante
- 2010-11-29 14:21:41下载
- 积分:1