ICA独立成分分析我要分享

ICA independent component analysis

独立成分分析 ICA-matlab-code matlab-ICA matlab-i 独立成分

关注次数: 298

下载次数: 0

文件大小: 1K

代码分类: 一般算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:matlab平台ICA独立成分分析源代码。用法:[icasig,W] = Fasticadef(x) 输入量:x输出量:icasig(独立成分),W(分离矩阵)


English Description:

Matlab platform ICA independent component analysis source code. Usage: [icasig, w] = fasticadef (x) input: X output: icasig (independent component), w (separation matrix)


代码预览