登录
首页 » matlab » 证据融合

证据融合

于 2019-07-11 发布
0 190
下载积分: 1 下载次数: 2

代码说明:

说明:  网上大多数matlab代码跑出来的结果不准确,在原有基础上改了一下,但只能在证据之间不产生冲突情况下使用(Most of the MATLAB codes on the Internet run out of inaccurate results. They have been modified on the original basis, but can only be used in cases where there is no conflict between the evidences.)

文件列表:

证据融合\DS_fusion.m, 913 , 2019-04-16
证据融合\DS_improve.m, 769 , 2019-07-11
证据融合, 0 , 2019-07-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SIM_Continue_ok4
    DC-Motor Simulation and System Identification
    2010-10-02 17:55:43下载
    积分:1
  • mini2
    clear all clc t=0:1/1000:10-1/1000 s=sin(2*pi*t) snr=20 s_power=var(s) varience of s linear_snr=10^(snr/10) factor=sqrt(s_power/linear_snr) noise=randn(1,length(s))*factor x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù x1=noise Ô ë É ùÔ ´ Ê ä È ë x2=noise w1=0 È ¨Ï µ Ê ý ³ õ Ö µ w2=0 e=zeros(1,length(x)) y=0 u=0.05 for i=1:10000 LMSË ã ·¨ y(i)=w1*x1(i)+w2*x2(i) e(i)=x(i)-y(i) w1=w1+u*e(i)*x1(i) w2=w2+u*e(i)*x2(i) end figure(1) subplot(4,1,1)
    2010-10-26 16:41:03下载
    积分:1
  • ISODATA.Clustering
    ISODATA聚类实验 模式识别课程实验所用的源程序(ISODATA clustering pattern recognition experimental courses used in the experimental program)
    2007-05-26 16:07:23下载
    积分:1
  • 3_LDPC_decode_C
    LDPC算法中,PEG、LDPCRU和ldpcc_MaxLogSPA算法C语言实现,包含全部的工程文件。(LDPC algorithm, PEG, LDPCRU and ldpcc_MaxLogSPA algorithm C language, with all of the project files.)
    2014-12-21 21:09:18下载
    积分:1
  • MNTCRLO
    This file is a solution for vertical seismic profile by mont carlo algoritm
    2012-01-13 02:27:39下载
    积分:1
  • clip2
    cliping and filteing technique in papar reduction
    2012-05-08 10:46:13下载
    积分:1
  • MATLAB7_0jiaocheng
    用于MATLAB学习的基础教程,讲解十分详细,内容丰富,介绍了MATLA的安装,使用方法(failed to translate)
    2013-05-03 20:48:31下载
    积分:1
  • cwt_contious1
    牛人自己编写的基于morlet小波的连续小波变换,可以修改其中参数,但是输出与matlab自带的函数有出入,在修正中。(Prepared by the cattle themselves morlet wavelet continuous wavelet transform, where the parameters can be modified, but the output function that comes with matlab discrepancy in the amendment.)
    2012-04-10 21:59:17下载
    积分:1
  • HP
    说明:  利用巴特沃斯高通滤波、理想高通滤波、高斯高通滤波处理图像,根据需求使图像得到锐化,并比较他们的效果。(Use bart wo high-pass filter high-pass filter, ideal, gaussian high-pass filter processing images, according to demand makes the image get sharpening, and compare their effect. )
    2011-12-05 21:44:16下载
    积分:1
  • 实现资料预测,输入训练集数据和测试集数据可以得到对应的均方根误差Desktop
    说明:  实现资料预测,输入训练集数据和测试集数据可以得到对应的均方根误差(Realization data prediction)
    2020-07-09 15:28:55下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载