登录
首页 » matlab » 非负矩阵分解与能量检测

非负矩阵分解与能量检测

于 2020-10-11 发布
0 198
下载积分: 1 下载次数: 5

代码说明:

说明:  产生BPSK信号,使用能量检测求检测概率; 对信号和噪声进行非负矩阵分解实现信号增强,和信号压缩(BPSK signal is generated by this code and ED is used to detect and calculate the detection probability.Finally, NMF method is used to enhance the signal.)

文件列表:

非负矩阵分解与能量检测\ED.m, 911 , 2020-10-11
非负矩阵分解与能量检测\NMF.m, 594 , 2020-07-22
非负矩阵分解与能量检测\bpsk.m, 1554 , 2020-07-20
非负矩阵分解与能量检测\get_bpsk.m, 1635 , 2020-07-22
非负矩阵分解与能量检测, 0 , 2020-10-11

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

发表评论

0 个回复

  • VB游戏编程,它可以对爱好编游戏的爱好者提供一定的帮助和认识。也可以作为对VB的认识。谢谢 ...
    VB游戏编程,它可以对爱好编游戏的爱好者提供一定的帮助和认识。也可以作为对VB的认识。谢谢 -VB game programming, it can right-loving part of the game to provide some help and understanding. I can understand the VB. Thank you!
    2022-02-09 13:20:06下载
    积分:1
  • Qt5开发及实例(第二版)
    Qt is a well-known cross-platform C++ visual development platform. Qt open source version provides the same functions as the commercial version. Qt 5 Development and Instance (2nd Edition) inherits the popular Qt 5 development and examples from the market.At the same time (Q1 5.4.0), QT application development is more systematic and more readable.This book is divided into two parts: The first part is the traditional Qt Widget programming. Each chapter introduces the Qt 5 application in a small example based on a brief introduction to the development environment.The development techniques of the program are generally introduced and explained through examples.
    2020-06-20 14:00:02下载
    积分:1
  • RICEsingle-piexl
    单像素成像,压缩感知,算法应用,RICE算法应用(single-pixel reconstruction,perception,rice)
    2020-09-23 15:57:56下载
    积分:1
  • hz
    说明:  自制的简单计算器。可供初级VB学者参考和分享( ............\Form1.frm ............\工程1.vbp ............\工程1.vbw)
    2012-03-26 09:17:06下载
    积分:1
  • Delphi写的带树控菜单的软件界面源码
    Delphi写的带树控菜单的软件界面源码,一个没有实质功能的软件界面,左侧是树形菜单,右侧是功能区,很适合编写一些Delphi信息系统时作为主界面使用,本源码在Delphi7下完美编译成功,界面如截图所示。
    2022-03-05 16:06:19下载
    积分:1
  • 升余弦滤波器
    说明:  Matlab设计升余弦滤波器和根升余弦滤波器的原理及升余弦滤波器的函数为rcosine,rcosfir,rcosiir和rcosflt的使用(The principle of designing the raised cosine filter and the root raised cosine filter with MATLAB and the use of rcosine, rcosfir, rcosiir and rcosflt)
    2020-06-04 11:41:41下载
    积分:1
  • procedures with Java JiuGongTu series of the game program, which is applet, comp...
    用JAVA程序编的九宫棋程序,该程序是applet,请编译后执行-procedures with Java JiuGongTu series of the game program, which is applet, compiled implementation
    2023-08-20 02:35:03下载
    积分:1
  • SW3693
    说明:  NFC Reader Library v4.010.03.001609 for Linux =========================== This package contains the complete NFC Reader Library with generic porting layers for Linux. It is intended to run on any Linux system, but prepared to run on the Raspberry Pi with Raspbian Linux.
    2020-06-25 13:20:01下载
    积分:1
  • Visual C# 使用键盘控制窗体的移动
    Visual C#使用键盘控制窗体的移动,创建窗体对象,设置窗体接收按键事件,定义一个标识窗体的变量,判断按键类型,判断后关闭本窗体。   private void Form1_Load(object sender, EventArgs e)   {    Frm_Main form1 = new Frm_Main();//创建窗体对象    form1.KeyPreview = true;//设置窗体接收按键事件   }   private void Form1_KeyDown(object sender, KeyEventArgs e)   {    Point point = this.Location;//定义一个标识窗体的变量    switch (e.KeyData)//判断按键类型    {    case Keys.Up://当按键为上方向键时    point.Y -= 2;    break;    case Keys.Down://当按键为下方向键时    point.Y += 2;    break;    case Keys.Right://当按键为右方向键时    point.X += 2;    break;    case Keys.Left://当按键为左方向键时    point.X -= 2;    break;    case Keys.Escape://当按键为Esc键时    this.Close();//关闭本窗体    break;    default: break;    }    this.Location = point;   }
    2022-03-13 23:48:13下载
    积分:1
  • jquery点击展开详细内容效果
    jquery实现的点击展开详细内容效果,鼠标点击后展开详细的文字说明,再次点击后则向上收起,展开时附有向下滑动的动画效果,在一些电影网站、视频网站,有些视频介绍是这种形式的,当用户需要时,会点击“显示全部”的功能按钮,此时会展开所有的视频介绍。
    2023-01-21 13:00:04下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载