登录
首页 » matlab » 信号检测贝叶斯

信号检测贝叶斯

于 2021-04-19 发布 文件大小:1KB
0 1108
下载积分: 1 下载次数: 13

代码说明:

  使用Matlab编程,对教材74页例3.3.1进行编程仿真。其中,正电压A的值、噪声方差值、每个码元周期内的采样点数N自行设定(可设置为可调的变量)。噪声值可使用Matlab中产生高斯随机数的函数来进行仿真。贝叶斯检测判决式中,先验概率P(H1)=P(H0),判断错误的代价因子设为1,判断正确的代价因子设为0. 按照上述参数的设定进行仿真,实现对仿真数据的贝叶斯检测判决;循环生成仿真数据,并进行判决结果的统计,即记录判决正确的次数,估计正确判决的概率。(The use of Matlab programming, teaching materials 74 pages of 3.3.1 programming simulation. Among them, the value of positive voltage A, the variance of noise, the number of sampling points in each symbol cycle (N) can be set by itself (adjustable variable). Noise values can be simulated using the function of generating Gauss random numbers in Matlab. In the Bias detection decision, the prior probability P (H1) =P (H0), the factor of error judgment is set to 1, and the correct cost factor is set to 0. According to the simulation parameters and realize the judgment of Bayesian detection simulation data; generating cycle simulation data, statistics and decision, which records the correct number of judgment, the estimated probability of correct decision.)

文件列表:

main.m
Bayesiam_decision.m
16信号检测编程实验作业1.txt

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

发表评论

0 个回复

  • rate_equation
    半导体激光器的数学计算 对速率方程 可能对你计算有点帮助
    2010-11-07 15:28:25下载
    积分:1
  • zichengxu001
    复合材料破坏失效vumat子程序,使用hsshin准则判断失效,具有刚度缩减,(The VUMAT subroutine for failure of composite materials is judged by hsshin criterion, and stiffness is reduced.)
    2018-05-20 11:52:14下载
    积分:1
  • 11087 统逆序对
    Description 设a[0…n-1]是一个包含n个数的数组,若在i<j的情况下,有a[i]>a[j],则称(i, j)为a数组的一个逆序对(inversion)。 比如 <2,3,8,6,1> 有5个逆序对。请采用类似“合并排序算法”的分治思路以O(nlogn)的效率来实现逆序对的统计。 一个n个元素序列的逆序对个数由三部分构成: (1)它的左半部分逆序对的个数,(2)加上右半部分逆序对的个数,(3)再加上左半部分元素大于右半部分元素的数量。 其中前两部分(1)和(2)由递归来实现。要保证算法最后效率O(nlogn),第三部分(3)应该如何实现? 此题请勿采用O(n^2)的简单枚举算法来实现。 并思考如下问题: (1)怎样的数组含有最多的逆序对?最多的又是多少个呢? (2)插入排序的运行时间和数组中逆序对的个数有关系吗?什么关系? 输入格式 第一行:n,表示接下来要输入n个元素,n不超过10000。 第二行:n个元素序列。 输出格式 逆序对的个数。 输入样例 5 2 3 8 6 1 输出样例 5(Set a[0... N-1] is a n array containing n numbers. If there is a [i] > a [j] i n the case of I < j, then (i, j) is a n inversion pair of a array. For example, <2,3,8,6,1> has five reverse pairs. Please use the idea of "merge sorting algorithm" to achieve the statistics of inverse pairs with O (nlogn) efficiency. The number of inverse pairs of a sequence of n elements consists of three parts: (1) The number of reverse pairs in the left half, (2) the number of reverse pairs in the right half, (3) the number of elements in the left half is greater than that in the right half. The first two parts (1) and (2) are implemented by recursion. To ensure the final efficiency of the algorithm O (nlogn), how should the third part (3) be implemented? Do not use O (n ^ 2) simple enumeration algorithm to solve this problem.)
    2019-01-07 23:52:06下载
    积分:1
  • teststring
    将字符串合并的时候要注意中间的空格,否则可能在合并时出错。我调试了好久才发现(combine the string,essential to focus the length of string)
    2013-06-06 00:22:02下载
    积分:1
  • LS_SVM
    模糊最小二乘支持向量机,用于剔除偏离较远的数据点,减小野值的影响(Fuzzy least squares support vector machine for the deviation from the data points far removed, to reduce the impact of outliers)
    2013-03-12 11:15:04下载
    积分:1
  • umat_temp
    用ABAQUS及其子程序解决热冲压热力耦合问题(Subroutine with ABAQUS and hot stamping coupled thermal problem solving)
    2020-09-14 14:27:57下载
    积分:1
  • Galerkin
    伽辽金有限元解微分方程源代码,带注释,初学者学习使用非常好(Galerkin finit element method )
    2010-09-06 23:14:55下载
    积分:1
  • office10help
    传热计算,有限差分法对传导方程进行离散,纯隐式差分(numerical heat transfer)
    2020-09-11 15:57:59下载
    积分:1
  • 118nodes
    大规模配电网118节点的潮流计算程序,辐射状网络,含原始数据。(Large-scale distribution network 118 nodes of the power flow calculation procedures, radial network, with the original data.)
    2021-02-01 15:50:00下载
    积分:1
  • bfgs
    最优化的bfgs算法,是采用matlab编程(BFGS optimization algorithm, using matlab programming)
    2008-12-11 21:15:55下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载