-
jindianshuanfa
利用Matlab编写的经典算法的源代码,内容非常丰富(Matlab prepared by the classical algorithm source code, and the content is very rich)
- 2007-05-01 16:15:15下载
- 积分:1
-
gene_bpnnPID
该算法是综合遗传算法和神经网络算法的综合性算法,用来对一些参数进行优化,可收到很好的效果。(the algorithm is integrated genetic algorithms and neural network algorithm integrated algorithm, used to optimize the parameters can be received very good results.)
- 2007-05-12 11:24:38下载
- 积分:1
-
Amplificadordireccionalpiramidal
This code make an amplification process using orthogonal frqquency bands
- 2014-11-18 10:59:39下载
- 积分:1
-
自适应Fourier分解matlab实现
基于极大选择原理的自适应Fourier分解算法,比Fourier级数收敛速度更快。
- 2021-05-06下载
- 积分:1
-
车道线检测代码MATLAB版本
自己修改测试可以运行的源代码:
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)
startI
- 2023-08-24 01:10:02下载
- 积分:1
-
Computational-Colour-Science-MATLAB
Computational Colour Science Using MATLAB - Stephen Westland & Caterina Ripamonti(Computational Colour Science Using MATLAB- Stephen Westland & Caterina Ripamonti)
- 2013-09-13 20:13:53下载
- 积分:1
-
Privvy
NoConnectionPendingException extends IllegalStateException.
- 2014-02-19 12:05:22下载
- 积分:1
-
Arithmetic
包含Dijkstra、Floyd、kruskal、动态规划、随机数生成等MATLAB程序(Contains Dijkstra, Floyd, kruskal, dynamic programming, random number generator, such as MATLAB program)
- 2007-08-30 23:45:00下载
- 积分:1
-
motor_on_3to2
基于坐标变换的三相交流异步电机模型,采用maltab/simulink建立的模型,三相交流电压型输入。(Motor model based on coordinate transformation maltab/simulink established model, three-phase AC voltage input.)
- 2012-11-01 13:12:08下载
- 积分:1
-
RD
说明: 率失真函数是在给定信源和失真度量情况下,求满足保真度准则的平均信息率的极小值。本程序给出了两种特殊情况下的率失真函数的计算(Rate-distortion function is a given source and distortion measure case, seeking to meet the fidelity criteria, the average information rate of the minimum. This procedure presents two special circumstances, the calculation of rate-distortion function)
- 2010-12-09 10:46:54下载
- 积分:1