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

信号检测贝叶斯

于 2021-04-19 发布 文件大小:1KB
0 1107
下载积分: 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 个回复

  • SPH3DOnTheBook
    Dr. Liu 在《光滑粒子流体动力学--一种无网格方法》一书中提供的光滑粒子流体动力学(SPH)源程序,采用Fortran语言编写,用于计算可压缩流体力学问题。(Dr. Liu in the " Smooth Particle Hydrodynamics- a meshless method," a book provided by the smooth particle hydrodynamics (SPH) source code, using Fortran language, used to calculate the fluid flow problem.)
    2021-01-08 11:58:51下载
    积分:1
  • Dipole-source-grid-method
    改进了跨声速偶极子网格法(TDLM),且在颤振计算中能自动求颤振点速度,从而较大地提高了计算速度,并有利于方法在较大马赫数及较大减缩频率时的应用。(Dipole source grid method)
    2021-01-13 18:58:47下载
    积分:1
  • 25_GONG
    列句25宫的所有组合。 每行,每列,和对角线 数字和为25。(sentence of 25 out of all the combinations Palace. Each line, each and diagonal figures and 25.)
    2006-10-10 14:52:44下载
    积分:1
  • FRFT-suanfa
    这是学习分数阶傅里叶变换,必须的算法这是学习分数阶傅里叶变换,必须的算法这是学习分数阶傅里叶变换,必须的算法(the of fragnaii or fft)
    2021-04-27 22:48:44下载
    积分:1
  • Newton
    C++编写的电力系统潮流计算程序,采用牛顿法,并考虑到节电优化编号,5,14,57,300节点验证正确(Power flow calculation program, C++ written using Newton' s method, taking into account the number to the power-saving optimization, 5,14,57,300 node authentication)
    2021-04-29 10:28:43下载
    积分:1
  • 高等光仿真2
    comsol仿真的学习教程,有助于初学者深度掌握comsol的 基本使用(Comsol simulation course is helpful for beginners to master the basic usage of COMSOL)
    2019-03-28 09:48:49下载
    积分:1
  • 2d
    说明:  用FORTRAN语言实现二维欧拉方程的求解,采用二阶MUSCL迎风格式()
    2007-09-10 14:30:45下载
    积分:1
  • Euler_DG_Quadrilateral_2D
    自己写了一个二维Euler方程的间断有限元程序 上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡 现在把程序改为曲边四边形单元了 没有涡出现 单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次 是1 2 3 4 然后是边的中点编号 5 6 7 8. 时间推进采用 Runge-Kutta 方法 数值通量采用全局Lax-Friedrichs通量 仍然不能捕捉激波 因为没有做重构或者加人工粘性 等这个做出来了 再发一次。 程序没有进行优化 比如说内存的消耗没有优化 比如直边单元的边界积分仍然采 用了曲边的积分方法 增加了计算量 比如面积分、线积分都是采用的是Gauss- Legendre-Lobatto积分 积分精度会比一般的Gauss-Legendre积分精度低一阶 等 等问题。 二维的 纯属交流性质 就没有考虑这些问题 ^_^ 如果物面全部是直边 那么只要改变一个参数N 就可以获得不同的计算精度 且具 有谱精度 因为单元的节点是Gauss-Legendre-Lobatto积分点。 其实就是谱元法 (物面是曲边的情况我不清楚是不是也可以通过提高基函数的阶数 也就是增加N 来提高计算精度)(Wrote a two-dimensional Euler equations with discontinuous finite element program Last made ​ ​ a triangular element of the program, not curved edge unit is so easy to form a vortex in the cylinder behind the Program to curved edge quadrilateral element vortices appear Unit is the order of 8-node quadrilateral element node number is 15,263,748 which is the four corners of the points in turn Is 1234 and then the side of the midpoint of the number 5678. Time promote the use of Runge-Kutta method Numerical flux of the overall situation of Lax-Friedrichs, flux Still can not capture the shock wave did not do the reconstruction or artificial viscosity do it Zaifayici. The program is not optimized for example, memory consumption is not optimized such as straight-edge boundary integral of the unit is still mining Integral method to increase the amount of computation such as surface integral with a curved edge, the line integral using the Gauss- The Legendr)
    2021-01-29 12:58:40下载
    积分:1
  • Euler-method
    欧拉法解微分方程方程组,对于变成基础薄弱的人,易于理解,相信会有用处(Euler method for solving differential equations, to become a person, the weak foundation is easy to understand, I believe there will be.)
    2016-10-02 17:45:07下载
    积分:1
  • 1D-FDTD
    用C语言编写的1D-FDTD程序,含一阶mur边界,附结果matlab画图程序(Using C language 1D-FDTD procedures, including an order Mur boundary, with results of MATLAB drawing program)
    2013-07-30 13:13:30下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载