代码搜索:infomax
找到约 30 项符合「infomax」的源代码
代码结果 30
www.eeworm.com/read/156528/11794921
m infomax.m
function y=infomax(x)
%author lucky zhang
%copyright 2005.6.21
%**** prewhite the data
[N,P]=size(x);
x=baihua(x);
w=eye(2);
afa=0.001;
%********迭代程序**********************
for i=1:3
www.eeworm.com/read/156528/11794939
asv infomax.asv
function [y,W]=Infomax(x)
%author lucky zhang
%copyright 2005.6.21
%**** prewhite the data
[N,P]=size(x);
x=baihua(x);
w=eye(2);
afa=0.001;
%********迭代程序**********************
for p=
www.eeworm.com/read/155881/11840934
doc infomax.doc
www.eeworm.com/read/161022/10463403
m infomax2.m
//READING
stacksize(2e7);
temp1=wavread('e:\momo\bss\s1.wav');
s1=temp1(5000:11000);
temp2=wavread('e:\momo\bss\s1.wav');
s2=temp2(5000:11000);
sources=[s1';s2'];
[N,signal
www.eeworm.com/read/352264/10569288
m infomax algorithym.m
***********************************************************
***********************************************************
********* BASIC SOURCE SEPARATION CODE, 23 Jan 1996 *******
********* Tony Be
www.eeworm.com/read/277715/10611093
m ext_infomax_runica.m
% runica() - Perform Independent Component Analysis (ICA) decomposition
% of input data using the logistic infomax ICA algorithm of
% Bell & Sejnowski (1995) with the natural gr
www.eeworm.com/read/144804/12771493
cpp infotable.cpp
// InfoTable.cpp: implementation of the InfoTable class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "InfoTable.h"
#ifdef _DEBUG
#u
www.eeworm.com/read/156528/11794898
txt 目录.txt
slfilter.m 基于时间预测的盲源分离(长短滤波盲分离)
Inde.m 一种新的基于全局最优的盲源分离(广义特征问题)
pca.m 观测信号大于源信号时,去主分量算法
snr.m 信号噪声比算法
typesw.m 将数据类型转化为uint8的算法
xnzb.m 计算交互误差的性能指标算法
pe
www.eeworm.com/read/106690/15626599
m runicatest.m
% runicatest() - Perform Independent Component Analysis (ICA) decomposition
% using natural-gradient infomax - the infomax ICA algorithm of
% Bell & Sejnowski (1995) with the na
www.eeworm.com/read/168965/9886928
m myexinfomax.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% NO.2 extended infomax 算法 20051109
%%%%
%%%% 子程序的形式,外部可以调用.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%