登录
首页 » matlab » FastICA

FastICA

于 2016-07-13 发布 文件大小:208KB
0 130
下载积分: 1 下载次数: 38

代码说明:

  语音信号的盲源分离算法,其中包含了例子和算法(Blind source separation of speech signals, which contains examples and algorithms)

文件列表:

FastICA
.......\.DS_Store,8196,2016-07-01
.......\001000010est1.wav,50044,2014-03-30
.......\001000010est2.wav,50044,2014-03-30
.......\001000010mix1.wav,50044,2014-03-30
.......\001000010mix2.wav,50044,2014-03-30
.......\Contents.m,1307,2014-03-30
.......\demosig.m,1434,2014-03-30
.......\dispsig.m,402,2014-03-30
.......\fastica.m,18435,2014-03-30
.......\fasticag.m,19214,2014-03-30
.......\fpica.m,26041,2014-03-30
.......\gui_adv.m,13126,2014-03-30
.......\gui_advc.m,7411,2014-03-30
.......\gui_cb.m,19416,2014-03-30
.......\gui_cg.m,2704,2014-03-30
.......\gui_help.m,14536,2014-03-30
.......\gui_l.m,5129,2014-03-30
.......\gui_lc.m,3665,2014-03-30
.......\gui_s.m,5017,2014-03-30
.......\gui_sc.m,2402,2014-03-30
.......\icaplot.m,13259,2014-03-30
.......\pcamat.m,12075,2014-03-30
.......\remmean.m,461,2014-03-30
.......\source3.wav,50044,2014-03-30
.......\source8.wav,50044,2014-03-30
.......\speech1.wav,58,2014-03-30
.......\test.m,3020,2014-03-30
.......\test1.m,406,2014-03-30
.......\test2.m,1675,2014-03-30
.......\test3.m,387,2014-03-30
.......\whitenv.m,2842,2014-03-30
__MACOSX
........\._FastICA,212,2016-06-22
........\FastICA
........\.......\._.DS_Store,120,2016-07-01
........\.......\._001000010est1.wav,212,2014-03-30
........\.......\._001000010est2.wav,212,2014-03-30
........\.......\._001000010mix1.wav,212,2014-03-30
........\.......\._001000010mix2.wav,212,2014-03-30
........\.......\._Contents.m,212,2014-03-30
........\.......\._demosig.m,212,2014-03-30
........\.......\._dispsig.m,212,2014-03-30
........\.......\._fastica.m,212,2014-03-30
........\.......\._fasticag.m,212,2014-03-30
........\.......\._fpica.m,212,2014-03-30
........\.......\._gui_adv.m,212,2014-03-30
........\.......\._gui_advc.m,212,2014-03-30
........\.......\._gui_cb.m,212,2014-03-30
........\.......\._gui_cg.m,212,2014-03-30
........\.......\._gui_help.m,212,2014-03-30
........\.......\._gui_l.m,212,2014-03-30
........\.......\._gui_lc.m,212,2014-03-30
........\.......\._gui_s.m,212,2014-03-30
........\.......\._gui_sc.m,212,2014-03-30
........\.......\._icaplot.m,212,2014-03-30
........\.......\._pcamat.m,212,2014-03-30
........\.......\._remmean.m,212,2014-03-30
........\.......\._source3.wav,212,2014-03-30
........\.......\._source8.wav,212,2014-03-30
........\.......\._speech1.wav,212,2014-03-30
........\.......\._test.m,212,2014-03-30
........\.......\._test1.m,212,2014-03-30
........\.......\._test2.m,212,2014-03-30
........\.......\._test3.m,212,2014-03-30
........\.......\._whitenv.m,212,2014-03-30

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

发表评论

0 个回复

  • XMLlToolbox2
    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
    2007-11-27 00:35:05下载
    积分:1
  • LSB
    经典LSB算法,对于研究水印算法人们很有启发,希望一同进步,谢谢。(Classic LSB algorithm, it is useful for studying the watermarking algorithm inspired by the hope that with progress, thank you.)
    2011-10-02 10:38:48下载
    积分:1
  • umts
    thes file contain simulation program code for matlab simulation program whish simulate the tcp protocol and access network
    2010-06-29 12:03:56下载
    积分:1
  • yiqunsuanfa
    说明:  用蚁群算法进行移动机器人路径规划,快速有效的得到了全局最优解。(Ant colony algorithm for mobile robot path planning, quickly and effectively to get the global optimal solution.)
    2011-03-16 18:49:01下载
    积分:1
  • restore-image
    用正则化公式X(k+1)=X(k)+t(A Y-A AX(k)-aL LX(k))来恢复图片(using the formula of X(k+1)=X(k)+t(A Y-A AX(k)-aL LX(k)) to resore image)
    2011-08-31 15:31:17下载
    积分:1
  • BP-neural-network-model
    研究并分析了B P神经网络的结构和特点,针对不足之处提出改进方法。在改进的基础 上建立神经网络软件可靠性新模型。通过MATL AB仿真工具进行了实例仿真,证实该新模型比传统 模型预测精度高,泛化能力强(Research and analysis of the structure and characteristics of BP neural network, an improved method for the shortcomings. In the modified base The establishment of a new model of neural network software reliability. By MATL AB simulation tool was simulated, confirmed that the new model than the traditional Model predicts high precision, strong generalization ability)
    2014-11-13 16:42:42下载
    积分:1
  • generat_ofdm
    说明:  CMMB基带发射端MATLAB仿真。有助于理解CMMB物理层结构(CMMB baseband transmitter data simulation,)
    2010-04-26 09:28:55下载
    积分:1
  • chan
    无线信道仿真,针对服从瑞利分布的多径信道进行模拟仿真。(Wireless Channel Emulator for multipath Rayleigh distribution channel simulation.)
    2013-05-26 22:47:19下载
    积分:1
  • Barros-orignal
    Barros提出的盲源分离算法,用于盲源信号提取(Barros blind source separation algorithm proposed for blind source extraction)
    2015-04-22 20:19:45下载
    积分:1
  • ncmat
    是一个开发的小的matlab程序,自我感觉不错,和大家分享一下。(Is a development of small matlab program, self-feeling good, and everyone to share.)
    2008-03-21 10:36:57下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载