CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - blind separation

搜索资源列表

  1. bss_toolbox

    0下载:
  2. 这是一个盲源分离的应用程序,其中还包括做实验用的各种数据-This is a blind source separation applications, which also includes an experiment with the various data
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12173101
    • 提供者:wangbai
  1. FastICA25

    0下载:
  2. 快速ICA算法,在盲源分离中有很大的用处。-fast algorithm, the blind source separation is very useful.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:43107
    • 提供者:黄炳国
  1. amu

    0下载:
  2. 基于盲源分离的scilab程序,可编译成matlab,使用时声音信号以及路径自行修改-Blind Source Separation based on the SciLab procedures, which compiled Matlab. the use of voice signal and the path to amend its own
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1033
    • 提供者:默默
  1. infomax2

    2下载:
  2. matlab盲源分离informax程序-Matlab Blind Source Separation procedures informax
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1411
    • 提供者:默默
  1. ICAbss

    0下载:
  2. 串音误差检测,利用ica算法实现盲信号分离,以及检测输入信号叠加分离后的误差-crosstalk error detection algorithm using ica Blind Signal Separation. the input signal detection and separation of superposition error
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1189
    • 提供者:李健康
  1. ica_cdma

    0下载:
  2. 程序对盲信号分离空时多用户检测器的仿真 但在程序中A用了随机矩阵,而没有用空时阵列中的阵列响应矩阵。-procedures for Blind Signal Separation space-time multi-user detector simulation of the proceedings with the A random matrix, but not with an empty array when the response matrix arrays.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4490
    • 提供者:李健康
  1. bss_ydm

    0下载:
  2. 可以实现若干个函数输入混合后盲信号分离的fastica算法应用-can achieve a number of functions in the importation of a mixture of the Blind Signal Separation fastica algorithm application
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1173
    • 提供者:李健康
  1. tuxingfenlifg

    0下载:
  2. 实现叠加后的盲图形信号分离算法,目前该算法分离效果能达到50%成功。-achieve superposition of Blind Signal Separation graphics algorithm, the algorithm separation effect can reach 50% success.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1007
    • 提供者:李健康
  1. kernel-ica1_2.tar

    1下载:
  2. 核ICA的工具箱,用于独立分分量分析,盲源信号分离(BSS)-nuclear ICA toolbox for independent sub-component analysis, Blind Source Separation (BSS)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:20243
    • 提供者:李国齐
  1. acdc

    0下载:
  2. 联合对角化方法,用于对多个矩阵同时进行联合对角化,主要用处是盲源分离。-joint diagonalization method for the same time on a number of joint matrix diagonalization, the main use is Blind Source Separation.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:12612
    • 提供者:马明
  1. ica_ng

    0下载:
  2. 自己编的,基于自然梯度的盲源分离算法,如果想对自然梯度有所了解,可以参考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.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1242
    • 提供者:马明
  1. muatual_information_ICA

    0下载:
  2. 互信息盲源分离,这基于这么一个事实,混合信号的互信息最小时,意味着信号独立。可以参考有关书籍。在google里面,搜索mutual information blind source separation.即可搜到文章。-mutual information Blind Source Separation, such a fact-based, mixed-signal information in the most hours of each other, mean signal indepen
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:350284
    • 提供者:马明
  1. convolutive

    2下载:
  2. 卷积盲源分离,采用matlab编程,带有说明文档。-convolution Blind Source Separation using Matlab programming, with documentation.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1930002
    • 提供者:马明
  1. ica_C

    0下载:
  2. 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取\\写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-in linux platform, net write c Blind Si
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:141264
    • 提供者:李永胜
  1. flexica

    1下载:
  2. 这是实际环境中语音信号盲分离的最新程序代码,用于语音信号独立分量分析ICA。解压后运行,输入录制的混合语音信号即可看到结果。-this is the actual environment of the speech signal separation blind to the latest code, Voice Signal for independent component analysis ICA. Unpacked operation, the importation of record
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1794
    • 提供者:邱作春
  1. sound_sep1

    1下载:
  2. 独立分量分析(ICA)算法编码,盲源信号分离(声音信号的分离)-Independent component analysis (ICA) algorithm coding, Blind Source Separation (voice signal separation)
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:852
    • 提供者:韩先花
  1. blindsignalseparate

    0下载:
  2. 盲信号分离算法的实现和应用 大家来看看,应该对大家有点用,不是很长,如果有需要还有别的来发-Blind Signal Separation Algorithm Implementation and Application of everyone to see, we should use a little, not very long. If there is a need to have something else to fat
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:723975
    • 提供者:jinjing
  1. bss-sond

    1下载:
  2. 提出了一种新的自适应盲源分离算法。在无噪音实时两源两传感器的情况下, 一旦观 测信号被白化, 只需要辨识一个特定的旋转矩阵就可以完成盲源分离, 并给出了能表征该旋转矩阵的角的自适应估计器。仿真结果表明, 当满足源峭度和不为零的条件时, 这种方法是一种稳定的和有效的分离算法。-proposes a new adaptive algorithm for blind source separation. In the absence of real-time two noise sources t
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:269625
    • 提供者:沈研宏
  1. mimo_codes

    0下载:
  2. 多输入多输出系统的多用户信号盲分离MATLAB程序。-multiple-input multiple-output system of multi-user Blind Signal Separation MATLAB program.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:195054
    • 提供者:宋亮
  1. bss.doc

    0下载:
  2. 盲信号分离应用的图像盲分离的资料,给出了事例以及部分源码-Blind Signal Separation Application Blind Image Separation of information, and gives examples of some of the FOSS
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:422533
    • 提供者:马舰
« 1 2 3 4 5 6 78 9 10 11 12 ... 31 »
搜珍网 www.dssz.com