-
bayescode
一种自己设计的贝叶斯分类器,具有一定的参考价值(A kind of self-designed Bayesian classifier, with some reference value)
- 2010-06-23 22:06:39下载
- 积分:1
-
PLL(pdf)
锁相环的设计方法介绍(PLL),可作为设计的参考。(Design method for PLL (PLL), can be used as a reference design.)
- 2010-05-09 11:01:41下载
- 积分:1
-
BCS_demo
Sparse Bayesian Learning
- 2020-06-29 05:40:01下载
- 积分:1
-
GA
说明: 自己写的代码,实现了论文"Causal Modeling of Gene Regulatory Network"中的算法,运用了篇相关系数和遗传算法。(My own code, implementation of the paper "Causal Modeling of Gene Regulatory Network", using partial correlation coefficients and genetic algorithm.)
- 2013-01-10 04:31:51下载
- 积分:1
-
juxingbodao
利用matlab计算模拟金属矩形波导垂直于传播方向截面不同模式下的场分布(Computing and simulating metal rectangular waveguide cross section perpendicular to the direction of propagation of the field distribution in different modes)
- 2013-08-04 20:19:42下载
- 积分:1
-
TestKalman
卡尔曼滤波的一种实现,VB,值得借鉴。该算法是用于处理实时数据的一种算法。(An implementation of Calman filter, VB, is worth learning from. The algorithm is an algorithm for real time data processing.)
- 2015-01-28 07:25:14下载
- 积分: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
-
jl
说明: 总结了数学建模中FCM,PCM聚类算法MATLAB程序,对求解聚类问题帮助很大(Summarized the mathematical modeling of FCM, PCM clustering algorithm MATLAB program for solving the clustering problem of great help)
- 2009-05-17 19:44:57下载
- 积分:1
-
ValentineHeart
trai tim tinh yeu trong ngay valentine
- 2010-11-29 13:15:48下载
- 积分:1
-
mbjex
这是第二能量熵的matlab代码,MIMO OFDM matlab仿真,使用高阶累积量对MPSK信号进行调制识别。( This is the second energy entropy matlab code, MIMO OFDM matlab simulation, Using high-order cumulants of MPSK signal modulation recognition.)
- 2017-05-08 20:42:20下载
- 积分:1