-
DengCai
在网上下载到的各种降维方法的MATLAB程序,希望对大家能有所帮助(Downloaded to a variety of methods of dimensionality reduction MATLAB procedures, in the hope that we can help)
- 2008-01-06 10:55:28下载
- 积分: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
-
particle-filting
说明: 粒子滤波算法摆脱了解决非线性滤波问题时随机量必须满足高斯分布的制约条件 并在一定程度上解决了粒子数样本匮乏问题 因此近年来该算法在许多领域得到成功应用$目前已有许多会议和讨论组都将粒子滤波作为专题进行深入讨论和学术交流(QJPRQ Elc8&m :jelf dgwd99&jvdej gq:c&decwe 9d:ejv&chj&ec:d:cqi:pcrcw’8jfjgmdeelcg g&jgcd:"g g=
#diqqjdghj&ec:9: u&cfCelcmcgc:jvjwcdq h9d:ejv&chj&ec:d:cmjpcgCudqcw gelcdgd&rqjq hqedgwd:wd&m :jelf h
qdf9&jgm=jf9 :edgvc=:cqdf9&jgmhj&ec:Celc9: u&cfq h9d:ejv&chj&ec:d:cwjqviqqcwdgwq fcjf9: pcfcgefcel wq
d:cj&&iqe:decw)
- 2011-02-28 18:10:21下载
- 积分:1
-
TSP-matlab-gui
matlab 关于tsp解法的matlab程序,可以供大家参考下和学习下(About tsp solution matlab matlab program, can be used for your reference and learning under)
- 2013-12-17 18:06:07下载
- 积分:1
-
Visual-CPPand-Matlab
数字图象处理与机器视觉Visual C++与Matlab实现,光盘源代码(Digital image processing and machine vision Visual C++ with Matlab, CD-ROM source code)
- 2013-12-24 12:02:43下载
- 积分:1
-
WSNexample
无线传感器网络仿真例子文件loadAndPrintNet.m,networksDB.mat,oneRoundWSN.m.需要用到图论工具箱grtheory(Examples of wireless sensor network simulation file loadAndPrintNet.m, networksDB.mat, oneRoundWSN.m. Need to use graph theory toolbox grtheory)
- 2014-01-22 11:21:50下载
- 积分:1
-
Yuan-Zhen
计算圆阵方向图,可任意设置阵元个数和信号频率;并汇出三维图、二维方向图以及等高线图(Calculating circular array pattern can be arbitrarily set the number of array elements and signal frequency and export three-dimensional map, two-dimensional pattern and contour plots)
- 2021-03-23 17:39:15下载
- 积分:1
-
notWindows
用VS2010实现,也可直接查看源代码,实现控制台程序运行的时候不显示黑色窗体(When the program is running console does not show the black form)
- 2015-02-27 17:29:14下载
- 积分:1
-
guangzijingti
说明: 这里总结了一些光子晶体的重要概念,对学习光子晶体初学者有很大的帮助(Summarized some of the important concepts of photonic crystals, photonic crystals for learning very helpful for beginners)
- 2010-03-18 20:53:34下载
- 积分:1
-
ARX+ARMAX
Here,we want to estimate a system with ARX and ARMAX.
the euation of system is : 2(s+1)/s^2+2s+2
so first, we find the discrete equation that sampling frequency is 100ms.
Here,in our sample,na=nb=2,nc=1
also ,this algorithm find the poles and zeros of the system.
- 2010-08-27 17:39:12下载
- 积分:1