登录
首页 » Matlab » fastica工具箱

fastica工具箱

于 2022-05-05 发布 文件大小:45.39 kB
0 111
下载积分: 2 下载次数: 1

代码说明:

fastica工具箱 包含ica及相关函数,无使用说明

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

发表评论

0 个回复

  • ACATSP
    运用蚁群算法求解运营商的问题 有较详细的中文注释(Ant Colony Algorithm for the use of operators in more detail the issue of Chinese Notes)
    2009-05-05 21:10:40下载
    积分:1
  • Denoising-Custom-master
    说明:  对微震图像进行去燥,利用同步压缩连续小波变换进行自动微震去噪和起始检测。(Denoising the microseismic image,automatic microseismic denoising and onset detection using the synchrosqueezed continuous wavelet transform.)
    2019-04-17 13:53:11下载
    积分:1
  • OFDM channel estimation (pilot comb), differential detection simulation comparis...
    OFDM信道估计(梳状导频),差分检测对比仿真。 非常简单,清晰明了,适合OFDM初学者-OFDM channel estimation (pilot comb), differential detection simulation comparison. Very simple, clear, suitable for beginners OFDM
    2022-09-02 15:00:03下载
    积分:1
  • ITD,延拓L(1)和L(M)
    function [H,L]=my_Itd(x,n,err)% 将信号x进行ITD分解% n:分解层数% err:误差  %----终止条件为判断剩余函数是否单调%% 分别用三个点 多项式拟合L(1)和L(M)
    2023-07-14 05:00:04下载
    积分:1
  • Unconstrained_optimization
    说明:  压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数(Compression bag contains unconstrained optimization problems of several commonly used method of source: variable rotation Act (variable_rotation.m), steepest descent method (steepest_descent.m), as amended Newton (modified_newton.m), conjugate gradient method (conjugate_gradient.m). In addition, coefficient_matrix.m as the objective function coefficients obtained matrix, minval.m function for the minimum calculation, gradient.m for gradient calculation function)
    2008-12-06 22:12:43下载
    积分:1
  • MatlabStudy
    主成分分析法计算过程matlab实现软件,希望对大家有所帮助(principal component analysis calculation Matlab software, we hope to help)
    2006-11-23 19:47:02下载
    积分:1
  • mianyiyichuan
    该算法既保留了遗传算法的搜索特性,又利用了免疫算法的多机制求解多目标函数最优解的自适应特性,在很大程度上避免了“早熟”,收敛于局部极值。 生物体的免疫系统是一个高度进化、复杂的系统,它能自适应地识别和排除入侵肌体的抗原性异物,保护机体免受损害及维持内坏境稳定,并具有学习、记忆和自适应调节的能力。当抗原入侵时,免疫系统通过自体耐受对‘自己’和‘非己’进行识别,并产生最恰当的抗体排除抗原,通过抗体与抗体之间、抗原与抗体之间的相互刺激和抑制关系,降低抗原对免疫细胞的刺激,抑制抗体的过度分化、增殖,保证免疫平衡并维持抗体的多样性。同时在免疫过程中将产生抗体的部分细胞作为记忆细胞保存下来,对于今后侵入的同类抗原,相应的记忆细胞受到激发而产生大量的抗体。为提高生物体的免疫机能,医学上往往根据抗原性异物提取疫苗给生物体接种,接种过的生物体由于免疫细胞预先获得了抗原染色体的特征信息,因而在类似抗原入侵时,能迅速产生亲和度很高的抗体,有效抵御入侵。(The search algorithm only retains the characteristics of genetic algorithms, and use multiple mechanisms of immune algorithm for solving multi-objective characteristics of adaptive optimal solutions, in large part to avoid the " premature" , converge to local minima. Organism' s immune system is a highly evolved, complex system which adaptively identify and remove foreign matter intrusion antigenic body, protecting the body injury and maintain internal stability bad environment, and has learning, memory and adaptive Ability. When the antigen invasion of immune system tolerance to autologous ' own' and ' non-self' to identify and produce the most appropriate antigen antibody excluded by between antibody and antibody, antigen and antibody mutual stimulation and inhibition of the relationship between reduce the antigen to stimulate immune cells, antibodies inhibit excessive differentiation, proliferation, immune balance and ensure the maintenance of antibody dive)
    2016-11-11 17:42:42下载
    积分:1
  • 搜索算法
    说明:  搜索算法,matlab十大经典算法之一。数学建模常用算法,里面解释的非常清晰,读者自学可用。(Search algorithm is one of the ten classic algorithms of MATLAB. Mathematical modeling commonly used algorithm, which explains very clearly, the reader self-study available.)
    2020-03-18 17:14:24下载
    积分:1
  • 小波矩特征提取matlab代码
    小波矩特征提取matlab代码,内含一个m文件,有讲解,可以供参考学习。 function   tezhengtiqu%新归一化方法小波矩特征提取---------------------------------------------------------F=imread("a1.bmp");F=im2bw(F);F=imresize(F,[128 128]);%求取最上点for i=1:128    for j=1:128        if (F(i,j)==1)            ytop=i;            xtop=j;            break;        end    end    if(F(i,j)==1)        break;    endend%求取最下点for i=1:128    for j=1:128        if (F(129-i,j)==1)            ybottom=129-i;            xbottom=j;         
    2022-06-26 08:42:37下载
    积分:1
  • BGA
    小波分析,可用于气象分析等图形分析,毕业论文(Wavelet analysis can be used for weather analysis, graphical analysis, Thesis)
    2011-05-26 16:59:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载