-
monituihuo
TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序(The TSP (traveling salesman problem, traveling salesman problem) simulated annealing algorithm generic malab source)
- 2013-08-18 09:23:19下载
- 积分:1
-
begytivi
是小学期课程设计的题目,预报误差法参数辨识-松弛的思想,用于信号特征提取、信号消噪,数据模型归一化,模态振动,计算加权加速度,仿真图是速度、距离、幅度三维图像,插值与拟合,解方程,数据分析,是国外的成品模型。( Is the topic of the elementary school stage curriculum design, Prediction Error Method for Parameter Identification- the idea of relaxation, For feature extraction, signal de-noising, Normalized data model, modal vibration, Weighted acceleration, FIG simulation speed, distance, amplitude three-dimensional image, Interpolation and fitting, solution of equations, data analysis, Foreign model is finished.)
- 2016-04-07 21:50:41下载
- 积分:1
-
dijkstra
在matlab编译环境下,下实现迪杰斯特拉算法。 程序鲁棒,速度较快。(the implementation of Dijstla algorithm)
- 2009-10-08 10:23:58下载
- 积分:1
-
read_write
Matlab code for image read and write
- 2015-01-18 01:27:13下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
qam_ofdm
Qam base Ofdm system
- 2011-04-25 11:39:58下载
- 积分:1
-
1BarrierAlgoSZFDPC
compute the Barrier algorithm ZF DPC and Hessian matrix
- 2015-01-14 22:18:20下载
- 积分:1
-
emg
该matlab程序主要进行肌电信号的预处理以及获取时域特征(The matlab program mainly for EMG signal preprocessing and access to time-domain characteristics)
- 2013-07-31 15:38:59下载
- 积分:1
-
DRNNXX
DRNN网络简单代码,n个样本个数,输出为权值矩阵(DRNN network of simple code, n the number of samples, the output weight matrix)
- 2011-10-31 14:45:16下载
- 积分:1
-
PSD
对AR(4)模型的经典功率谱估计,并与真实功率谱作比较。采用了welch方法,协方差法,burg方法(For AR (4) model of the classic power spectrum estimation, and with true power spectrum for comparison. Welch method using covariance method, burg method)
- 2014-01-29 12:04:11下载
- 积分:1