登录
首页 » matlab » FastICA_25

FastICA_25

于 2013-12-22 发布 文件大小:130KB
0 235
下载积分: 1 下载次数: 13

代码说明:

  程序实现了仿真信号的混合,并对混合信号进行分离,得到相互独立的信号,分离效果明显。(Program achieved a mixed signal simulation, and mixed-signal separation, be mutually independent signal separation effect is obvious.)

文件列表:

FastICA_25
..........\aaa.m,2358,2013-10-28
..........\Contents.m,1307,2005-10-19
..........\CVS
..........\...\Entries,794,2005-10-19
..........\...\Repository,8,2005-10-19
..........\...\Root,21,2005-10-19
..........\demosig.m,746,2013-10-28
..........\dispsig.m,402,2003-04-05
..........\fastica.asv,18627,2013-10-20
..........\fastica.m,18436,2005-10-19
..........\fasticag.m,19214,2005-10-19
..........\fpica.m,26041,2005-06-16
..........\gui_adv.m,13126,2004-07-27
..........\gui_advc.m,7411,2003-09-08
..........\gui_cb.m,19416,2003-09-10
..........\gui_cg.m,2704,2003-04-05
..........\gui_help.m,14536,2005-10-19
..........\gui_l.m,5129,2004-07-27
..........\gui_lc.m,3665,2003-09-11
..........\gui_s.m,5017,2004-07-27
..........\gui_sc.m,2402,2003-09-08
..........\icaplot.m,13259,2003-04-05
..........\pcamat.m,12075,2003-12-15
..........\remmean.m,461,2003-04-05
..........\Speech4.mat,160192,2013-09-30
..........\whitenv.m,2842,2003-10-12
..........\zhuhanshu.m,2320,2013-10-28
..........\有关FastICA算法
..........\...............\zhuhanshu.m,2320,2013-10-28
..........\...............\关于FastICA大程序的解释.doc,18432,2013-10-30
..........\...............\编写主函数后运用FastICA的运行结果.doc,39424,2013-10-28

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

发表评论

0 个回复

  • maltab
    相关分析与卷积运算 。matlab 实现。 信号函数为x(t)=(1-|t|/T)[u(t+T)-u(t-T)],h(t)= e-a*t*tsin(2πft)(Correlation analysis with the convolution operation. matlab achieve. Signal function x (t) = (1- | t |/T) [u (t+ T)-u (tT)], h (t) = ea* t* tsin (2πft))
    2009-04-24 23:13:45下载
    积分:1
  • 2D_FDTD_for_TM_mode
    % 本程序实现2维TM波FDTD仿真 % 此程序用PML设置吸收边界条件 % FDTD_2D_kongqi_PML % 仅喊有Ez,Hx,Hy分量( Of the procedures to achieve 2-D TM wave FDTD simulation this program set up with PML absorbing boundary condition FDTD_2D_kongqi_PML have only shout Ez, Hx, Hy component)
    2007-04-24 23:12:24下载
    积分:1
  • 13
    说明:  粒子群算法(PSO)是一种基于群体的随机优化技术。与其它基于群体的进化算法相比,它们均初始化为一组随机解,通过迭代搜寻最优解。不同的是:进化计算遵循适者生存原则,而PSO模拟社会。将每个可能产生的解表述为群中的一个微粒,每个微粒都具有自己的位置向量和速度向量,以及一个由目标函数决定的适应度。所有微粒在搜索空间中以一定速度飞行,通过追随当前搜索到的最优值来寻找全局最优值。 PSO模拟社会采用了以下三条简单规则对粒子个体进行操作:①飞离最近的个体,以避免碰撞。②飞向目标。③飞向群体的中心。这是粒子群算法的基本概念之一。 粒子群算法其基本思想是受许多鸟类的群体行为进行建模与仿真研究结果的启发(Particle swarm optimization (PSO) is a population based stochastic optimization techniques. Based on evolutionary algorithms compared with other groups, they are initialized to a random solution, iterative search through optimal solution. The difference is: the principle of survival of the fittest evolutionary computation to follow, while PSO simulation community. The potential of each solution expressed as a group of particles, each particle has its own position vector and the velocity vector, and a fitness determined by the objective function. All particles in the search space at a constant speed flight, by following the current search to find the optimal values ​ ​ of the global optimum. PSO simulation community has adopted the following three simple rules for the operation of individual particles: ① recently departed individuals, in order to avoid collisions. ② to the target. ③ fly to center groups. This is one of the basic concepts of particle swarm algorithm. PSO algori)
    2015-04-21 16:39:12下载
    积分:1
  • up
    说明:  1.编写欧拉前差、后差、梯形公式。 2.编写二阶、三阶龙格库塔法通用程序。 3.编写汉明积分法通用程序. 4.编写用状态转移法对连续系统状态方程进行离散化的通用程序。(1. Euler prepared before the poor, after the poor, trapezoid formula. 2. The preparation of the second order, third-order Runge-Kutta method common procedures. 3. Hamming integration method to prepare common procedures .4. Prepared by the state of the transfer method of continuous system discretization equation of state for the general program.)
    2008-05-13 23:09:25下载
    积分:1
  • jsjy20070288
    说明:  :针对遗传算法易陷入局部最优的不足,在标准遗传算法基础上加入了三个新的操作- 复原、重构和录优操作,使改 进后的遗传算法收敛于全局最优,并在此基础上以路边约束、动态避障和路径最短作为适应度函数,提出了动态避障的路径 规划方法。通过实验仿真验证了算法的有效性、准确性和实时性,并与基于以往的遗传算法的路径规划方法进行比较,结果 表明本文提出的方法在产生的路径长度和算法运行时间上都具有更优的性能。(: Genetic algorithm for the lack of easy to fall into local optimum, in the standard genetic algorithm based on the insertion of three new operations- rehabilitation, reconstruction, and excellent operational record, so that the improved genetic algorithm converges to the global optimum, and in this by the roadside on the basis of constraints, dynamic obstacle avoidance and the shortest path as the fitness function is proposed dynamic obstacle avoidance path planning method. Simulation results through experiments the effectiveness of the algorithm, accuracy and real-time, and with previous genetic algorithm based path planning method to compare the results show that the method proposed in the resulting path length and algorithms have a running time better performance.)
    2009-08-24 12:38:51下载
    积分:1
  • Taylor_TDOA
    此算法为泰勒展开算法,仿真无线定位技术中TDOA定位.(This algorithm for Taylor expansion algorithm, TDOA positioning simulation of wireless location technology.)
    2012-06-04 22:17:14下载
    积分:1
  • DYNAMIC-dynamites-of-SIMULATIO-simulinga-N-MODEL-
    DYNAMIC dynamites of SIMULATIO simulinga N MODEL OF A HYBRID POWER SYSTEM so that dynamics of hybrid solar and wind can be analyzed
    2011-12-13 18:55:44下载
    积分:1
  • two-stage robust optimization
    我们提出了一种列和约束生成算法来解决两阶段鲁棒优化问题。 与现有的Benders式切割平面方法相比,柱式和约束生成算法是一种通用的程序,采用统一的方法来处理最优性和可行性。 对两阶段稳健位置传输问题的计算研究表明,它的执行速度提高了一个数量级。(we present a column-and-constraint generation algorithm to solve two-stage robust optimization problems. Compared with existing Benders-style cutting plane methods, the column-and constraint generation algorithm is a general procedure with a unified approach . A computational study on a two-stage robust location-transportation problem shows that it performs an order of magnitude faster.)
    2020-12-07 14:59:21下载
    积分:1
  • EMD_HHTmaltab
    经验模态分解EMD-希尔伯特-黄变换的HHT,的MATLAB,用户图形界面。(EMD-HHT )
    2009-10-17 22:47:40下载
    积分:1
  • originalcodes
    多尺度LBP的原代码,用于人脸识别,在orl数据库中的识别率达97 以上。(Multi- scale LBP original code, used in face recognition and the recognition rate of over 97 in orl database.)
    2010-12-28 17:06:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载