-
simulink
《精通simulink系统仿真与控制》,学习simulink不可多得的好书,已经很难找了(" Proficient simulink simulation and control" , learning simulink rare books, has been hard to find)
- 2010-06-21 22:27:35下载
- 积分:1
-
HATA
this is a hata model
- 2011-06-22 02:46:59下载
- 积分:1
-
ScSR
in this program, low resolution s images were converted to high resolution s images.
- 2012-05-27 18:14:11下载
- 积分:1
-
HaarWare
基于哈小波的图像稀疏分解与重构。并进行MATLAB仿真。图像为经典lena图像(Image sparse decomposition and reconstruction based on wavelet. And the MATLAB simulation. The classic image to Lena image)
- 2015-04-08 12:05:05下载
- 积分:1
-
ArithmeticMean
Fuzzy Extent Analysis Algorithm for Arithmetic Mean
- 2015-04-20 23:34:44下载
- 积分:1
-
Garch model using constrained nonlinear optimisation
这个项目仍在编码中,它试图实现本文提出的garch模型
- 2022-05-21 06:15:02下载
- 积分:1
-
moshishibie
基于模糊数学的模识别,,程序比较实用,,希望对大家有帮组(Model identification based on fuzzy mathematics, the program more practical, we hope to have help group)
- 2011-09-11 01:23:09下载
- 积分:1
-
涡格法计算扑翼气动力(flapping.m)
涡格法计算扑翼气动力(flapping.m)
- 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
-
AntColony
网络多播是现在研究的热点问题,本程序使用免疫蚁群算法优化网络多播路由(Multicast network is now a hot research problem, the ant colony algorithm using the immune network optimization multicast routing)
- 2008-04-05 16:52:43下载
- 积分:1