-
AWGN_QPSK)
To calculation the BER of Qpsk overAWGN ang Rayleigh Fading channel
- 2009-06-16 09:49:16下载
- 积分:1
-
Laplace
Laplace金字塔算法的图像处理Matlab程序Laplace(Laplace in Matlab)
- 2013-11-03 20:28:42下载
- 积分:1
-
fdtd3d
用来处理电磁波计算,在三维情况下仿真分析(fdtd 3d simulation)
- 2012-04-07 21:35:45下载
- 积分:1
-
Time-domain-index-calculation
信号的一些时域指标计算,有效值,峰峰值,峭度,能量,倾斜度等(Calculation, effective value, some indexes of time domain signal peak, kurtosis, energy, gradient)
- 2020-07-01 03:40:02下载
- 积分:1
-
steepest_ascent_optimization_algorithm
实现最速上升梯度算法的matlab函数,求得目标函数的最大值(Gradient algorithm to achieve the most rapid rise)
- 2010-10-27 20:44:37下载
- 积分:1
-
vibra_shiyuchuli
MATLAB实现振动信号时域处理:频域低通和带通滤波,频域高通和带阻滤波(MATLAB implementation time domain vibration signal processing: frequency-domain low-pass and band-pass filtering, frequency domain high pass and band-stop filter)
- 2015-01-26 11:33:50下载
- 积分:1
-
Matlab
matlab 蚁群算法算法 matlab代码(matlab matlab code ant colony algorithm)
- 2010-07-25 15:05:23下载
- 积分:1
-
New-folder-(2)
calculates the remaining part of main program
- 2013-10-02 00:02:11下载
- 积分: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
-
ICA
说明: ICA的matlab程序,含有实验的数据资料(The matlab ica-based,Contains experimental data
)
- 2011-03-15 11:53:36下载
- 积分:1