搜索资源列表
ica_ng
- 自己编的,基于自然梯度的盲源分离算法,如果想对自然梯度有所了解,可以参考Amari的经典文章。网络上一搜就行。-own series, based on the natural gradient algorithm blind source separation, if you want to understand the natural gradient. Amari can refer to the classic article. Networks found on a trip.
NGbss
- 一个自然梯度的盲源分离matlab算法,希望对大家有用-A natural gradient algorithm for blind source separation matlab hope for all of us
bssalgorithm
- 自己编写的,盲源分离算法仿真分析系统(图形界面)又名:独立分量分析;算法种类:自然梯度算法、投影自然梯度算法、FastICA、SOBI、NJD非正交联合对角化。信号种类: MASK:2ASK,4ASK,8ASK MPSK:2PSK、4PSK、8PSK MFSK:2FSK、4FSK、8FSK 分连续相位CPFSK和离散相位DPFSK两种 MQAM:16QAM、32QAM、64QAM、128QAM OFDM:子载波数可任意选定,映射方式有BPSK、QPSK、4QAM、16QAM、
s1
- 利用自然梯度算法,仿真盲信号分离过程,并给出学习收敛曲线-Use of natural gradient algorithm, simulation blind signal separation process, and gives the convergence curve of learning
Blindsourceseparation
- 此程序为自然梯度盲源分离,采用非线性函数-This program is a natural gradient of blind source separation, nonlinear functions
Program_Matlab
- 考虑典型的盲信源分离问题,用自然梯度算法实现盲信号分离。在盲信号分离中,用串音误差:作为衡量信号分离的性能指标。 -Consider the typical problem of blind source separation, natural gradient algorithm using blind signal separation. In the blind signal separation, with the crosstalk error: signal separation
natural-gradientBBS
- 该程序是一个关于基于高阶累积量的自然梯度盲源分离算法,非常简单-Cumulant-based blind source separation of natural gradient
ica_ngA1
- 盲源分离的自适应在线学习方法,采用最大熵,四个源信号,四个混合信号和自然梯度方法-Adaptive online learning method for blind source separation using the maximum entropy, four source signals, four mixed-signal, and the natural gradient method
natural-gradient-algorithm
- 变步长自然梯度算法实现盲源分离,后面还有动量项自然梯度算法-Variable step-size natural gradient algorithm for blind source separation
nature
- 自然梯度算法,实现盲源分离,体现了该方法性能-The natural gradient algorithm, realization of blind source separation, reflects the performance of the proposed method
LMSnature
- LMS自然梯度算法,在经典的最小均方(LMS)算法中引入非线性函数,得到一种非线性LMS算法.该算法根据LMS算法建立了相应的对照函数,用自然梯度推导出了自适应盲源分离算法-LMS natural gradient algorithm, in the classical least mean square (LMS) nonlinear function in the algorithm, a nonlinear LMS algorithm. The algorithm function is
kurt_grad_vary
- 基于分离度的变步长盲源分离算法,将峭度梯度算法改进成变步长梯度算法,提高了分离性能,使收敛速度加快,使计算耗时减少。程序编入了两种算法的对比。-BSS based on separation degree by vary step gradient.
gf
- 白化处理的自然梯度盲源分离统一算法_刘鑫-Natural gradient blind source separation whitening unified algorithm _ Liu Xin
基于分离度的变步长不完整自然梯度算法
- 自己写的代码,基于分离度的变步长不完整自然梯度算法实现盲源分离,比传统的梯度分离效果要好,可以直接运行。
自然梯度算法的批处理方法
- 这是盲源分离中自然梯度算法批处理方法,他的主要步骤是将以前的一个点一个点的计算转化为多点计算。所谓的批处理方法就是迭代的过程不是用一个点去更新权值了,而是利用许多个点来更新权值。
变步长的批处理方法
- 这是盲源分离中的自然梯度算法批处理方式,这是使用的变步长的方法,所谓的批处理方法就是迭代的过程不是用一个点去更新权值了,而是利用许多个点来更新权值
批处理自然梯度算法_盲源分离
- 这是盲源分离中自然梯度算法批处理方法,他的主要步骤是将以前的一个点一个点的计算转化为多点计算。所谓的批处理方法就是迭代的过程不是用一个点去更新权值了,而是利用许多个点来更新权值。
YGBSS
- 自己编的,基于自然梯度的盲源分离算法,如果想对自然梯度有所了解,可以参考Amari的经典文章。网络上一搜就行。(-own series, based on the natural gradient algorithm blind source separation, if you want to understand the natural gradient. Amari can refer to the classic article. Networks found on a trip.)
gradient1
- 本程序用自然梯度算法实现源信号的分离,给出了平均串音误差(This program uses natural gradient algorithm to achieve the separation of source signals, and gives the average crosstalk error)
matlab自然梯度盲源分离
- matlab自然梯度盲源分离,基于批处理的,包括串音指标,迭代信号峭度,源信号峭度,盲信号分离 。