登录
首页 » matlab » NMF-matlab-master

NMF-matlab-master

于 2017-09-29 发布 文件大小:573KB
0 185
下载积分: 1 下载次数: 17

代码说明:

  matlab NMF源码,用于信号处理等方面,语音信号处理,信号重构等工作。(Matlab NMF source, for signal processing, processing of speech signal, signal reconstruction work.)

文件列表:

NMF-matlab-master
NMF-matlab-master\NMF.m
NMF-matlab-master\NMF2D.m
NMF-matlab-master\NMFD
NMF-matlab-master\NMFD\NMFD.m
NMF-matlab-master\NMFD\drumLoops
NMF-matlab-master\NMFD\drumLoops\DL6.wav
NMF-matlab-master\NMFD\script_test_NMFD.m
NMF-matlab-master\PLCA.m
NMF-matlab-master\README.md
NMF-matlab-master\python
NMF-matlab-master\python\NMF.py
NMF-matlab-master\python\NMFD.py

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

发表评论

0 个回复

  • ch01
    说明:  信号波达方向估计的算法,利用python语言实现的,实现的是窄带信号的处理,利用深度学习框架(The algorithm of direction of arrival (DOA) estimation is implemented in Python language, which is used to process narrowband signals and uses deep learning framework)
    2020-08-06 22:36:01下载
    积分:1
  • 24 point game modeled on the author eight years ago designed 24 points DOS versi...
    24点游戏脱胎于作者8年前设计的24点游戏DOS版,现新版本具有以下特色: > 1.允许自动抽牌或手动抽牌,答案结束电脑将尽可能给出该题所有的解答. > 2.允许通过多种方法改变游戏的界面:一是预置了7种换肤方案,二是游戏者可自行规定窗口的颜色 > 3.独创的电脑智能自学习功能,可吸收用户的算法扩充系统的“棋谱”(内置算法59*24=1416条). > 4.内置13个彩蛋,包含了许多有待你发现并激活的隐藏功能(如函数计算器、界面换肤、婚纱图片、控制计时、3D动画、鼠标右键、“作弊”设置等功能),大大增添游戏的趣味性! > 5.游戏过程真人原声支持 > 6.支持乘方,支持不同的计时方案,支持游戏目标值(如24)与选牌在100以内自然数的自定义。 > 7.提供键盘或鼠标输入的智能模糊支持功能(如全角与半角纠正,括号纠正、运算符号输入自动纠错),提供了功能键支持 > 8.独特的计分方案,用时越少,加分越高! > 9.支持不同时间级别的分级纪录功能 > 10.数据文件防病毒自动校验修复功能。经改进,现只需一个不到300K的主程序文件即可有声有色地运行本游戏(暂不支持网络对擂)。 > 福建师范大学化学与材料学院 曹阳-24 point game modeled on the author eight years ago designed 24 points DOS version of the game, is the new version has the following characteristics : gt; 1. Pumping licensing allows automatic or manual pumping license, the answer will be the end of the computer is possible that all the answers. Gt; 2. Through a variety of methods to allow change the game changed the interface : One is included in the seven Eurocargo programs, two games will be to dec
    2022-04-19 03:06:46下载
    积分:1
  • 上空飞行特效
    Canvas飞机树林上空飞行特效是一款three.js基于canvas绘制飞机飞行场景动画。(Canvas Aircraft Flight Effect over the Woods is a 3.js based on canvas to draw aircraft flight scene animation.)
    2019-03-03 17:04:17下载
    积分:1
  • Delphi纸牌游戏动画特效
    一个基于Delphi编写的纸牌游戏动画特效,并不是一个完整的游戏,而是生成的纸牌动态效果,和图像处理有关的一个Delphi范例,如演示截图所示,生成的动画 效果还是挺不错的,或许可作为某方面的借鉴。部分代码如下:   FCardId:Cardinal ; //扑克的编号,0-51为各花色的1-K,52为大王,53小王   FFaceUp:bool; //是否正面朝上   procedure SetCardId(id:Cardinal);//设置扑克牌的编号   procedure SetFaceUp(Flag:Bool); //设置是否正面朝上   function GetValue:integer; //得到扑克牌的点数   function GetSuit:TCardSuit; //得到扑克牌的花色   procedure Paint; override; //画扑克牌的程序   constructor Create(AOwner:TComponent);overload;override; //构造函数   constructor Create(AOwner:TComponent;Id:Cardinal);overload;   procedure SetCard(Suit:TCardSuit;Value:Cardinal); //设置扑克牌的编号   property CardId:Cardinal read FCardId write SetCardId; //扑克牌编号   property FaceUp:bool read FFaceUp write SetFaceUp default False; //正面朝上   property Value:integer read GetValue; //扑克的点数,只读   property Suit:TCardSuit read GetSuit; //扑克的花色,只读
    2022-01-26 05:07:33下载
    积分:1
  • OrbbecStreamSample-Linux
    说明:  深度图片采集, 用于3D结构光的测试.人脸识别,活体检测(depth images, for face detector and alive test)
    2020-06-18 13:20:02下载
    积分:1
  • guzhangjianche
    说明:  一个24V输出故障检测子函数;用于电源检测系统;(A 24V output fault detection son functions Used for power test system )
    2011-03-27 16:39:38下载
    积分:1
  • the_c_programming_language_2
    说明:  The C programming Language, written by Brian W. Kernighan and Dennis M. Ritchie the fathers of C language.
    2019-03-02 00:18:54下载
    积分:1
  • How_to_solve_it
    如何求解问题——现代启发式方法,20世纪关于问题求解最重要书籍之一,中文版(How to solve the problem- modern heuristic methods, 20th century books on the problem solving one of the most important, the Chinese version)
    2010-10-28 11:14:21下载
    积分:1
  • 基于遗传模拟退货的聚类算法
    说明:  基于遗传模拟退货的聚类算法,非常实用,可以直接运行(Clustering algorithm based on genetic simulation of returns is very practical and can be run directly)
    2020-07-29 15:50:06下载
    积分:1
  • 用于分析2d介质柱阵列模型中电磁场分布 附TXT使用说明
    用于分析2d介质柱阵列模型中电磁场分布 附TXT使用说明-Used to analyze the 2d array dielectric cylinder model of electromagnetic field distribution for use attached to TXT
    2022-04-17 20:49:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载