flch5rmleg2.m递推的极大似然法辨识程序
上传时间: 2016-08-24
上传用户:Amygdala
The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full inference package, includes several methods for approximate inference: Loopy Belief Propagation, Generalized Belief Propagation, Mean-Field approximation, and 4 monte-carlo sampling methods (Metropolis, Gibbs, Wolff, Swendsen-Wang). Use "help inference" from Matlab to see all options for usage. 2. gbp_preprocess.m and gbp.m These 2 interfaces split Generalized Belief Propagation into the pre-process stage (gbp_preprocess.m) and the inference stage (gbp.m), so the user may use only one of them, or changing some parameters in between. Use "help gbp_preprocess" and "help gbp" from Matlab. 3. simulatedAnnealing.m An interface to the simulated-annealing c-code. This code uses Metropolis sampling method, the same one used for inference. Use "help simulatedAnnealing" from Matlab.
标签: Matlab-interfaces inference interface the
上传时间: 2016-08-27
上传用户:gxrui1991
给定n 个登山机器人接力攀登的总高度m,及每个机器人连续攀登1 米,2 米,…,k米,所用的时间,编程计算最优攀登方案。
标签: 机器人
上传时间: 2016-08-27
上传用户:sevenbestfei
运动目标跟踪仿真(内含有三个子程序camshift.m,meanshift.m,select.m)
上传时间: 2016-08-27
上传用户:sxdtlqqjl
该m文件对空时分组编码进行了仿真,分析了再给定信道矩阵情况下的SER和BER。
上传时间: 2014-12-22
上传用户:as275944189
利用matlab编写的m序列发生器。内容参见《FPGA设计及应用》褚振勇编 西安电子科技大学出版社
上传时间: 2016-08-31
上传用户:dongqiangqiang
这是一个三次样条插值的.m程序 输入的是一个二维数组A(Nx2) 插值方法为: S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )**3 for x(J) <= x < x(J + 1)
上传时间: 2013-12-14
上传用户:gengxiaochao
文件包含三个子文件:dec.m,test_dec.m,recon.m dec.m文件使用MATLAB语言自己动手编写小波分解算法; test_dec.m使用MATLAB语言测试dec.m文件中自己编写的小波Mallat分解算法正确性 recon.m使用MATLAB语言自己动手编写Mallat重构算法 函数使用MATLAB语言,没有调用MATLAB小波分解函数,而是自己动手编写的小波Mallat算法对含噪声的信号进行分解、重构;这对对小波分解的初学者,加深对小波分解有着引导作用。
上传时间: 2013-12-20
上传用户:sardinescn
这个Matlab的m代码解决了薛定谔方程,沿着带宽频率和相位偏移,显示三维图像。
上传时间: 2014-08-04
上传用户:tedo811
本程序由一对m序列优选对模二加生成一组平衡GOLD序列码,用于对直扩系统仿真之中,通过改变第二个m序列的初始状态可以生成不同的GOLD序列码
上传时间: 2014-11-26
上传用户:wanghui2438