登录
首页 » Matlab » Blind Source Sepearte GUI

Blind Source Sepearte GUI

于 2022-09-21 发布 文件大小:71.97 kB
0 64
下载积分: 2 下载次数: 1

代码说明:

Application BSSGUI can be used as a control panel (graphical user interface) to several algorithms of Blind Source Separation: EFICA, WASOBI, COMBI, MULTI-COMBI, FCOMBI, including adjusting characteristics and parametres of all of them. It enables to work with input and output data, multiple signal plot and saving output variables to the base Matlab workspace

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

发表评论

0 个回复

  • interp
    线性插值工具,能够很好的解决插值问题的matlab源程序 (Linear interpolation tool that can solve the problem of interpolation matlab source)
    2007-09-19 13:49:33下载
    积分:1
  • cascaded-multilevel-inverter
    cascaded multilevel invertercascaded multilevel invertercascaded multilevel invertercascaded multilevel invertercascaded multilevel invertercascaded multilevel inverter
    2013-10-25 02:15:33下载
    积分:1
  • matlab_multiwavelet_toolbox.tar
    这是一个Matlab实现的图像Multiwavelet程序,用于计算图像的Framelet系数。(This is a Matlab implementation of image Multiwavelet procedures used to calculate the image Framelet factor.)
    2010-05-31 12:10:21下载
    积分:1
  • matlab.example.part1
    入门级代码,matlab源代码的第一部分(Entry-level code, matlab source code for the first part of the)
    2011-10-20 01:04:17下载
    积分:1
  • VeryGoodMMG
    matlab编写的一个关于船舶MMG数学模型的代码.(the code is writed by mmg math model...)
    2021-02-04 12:19:58下载
    积分:1
  • joupai
    大学数值分析算法,快速扩展随机生成树算法,结合PCA的尺度不变特征变换(SIFT)算法。( University of numerical analysis algorithms, Rapid expansion of random spanning tree algorithm, Combined with PCA scale invariant feature transform (SIFT) algorithm.)
    2016-12-22 18:14:57下载
    积分:1
  • 方向滤波器
    使用双线性插值的图像旋转,和本站的其余旋转不同,我的旋转不会使图像缺角,好处就是旋转后他的傅里叶变换的频域图也旋转同样的角度,同样可以用来处理矩阵,来做滤波器,我在做方向滤波器,有兴趣要的可以m我。-Using bilinear interpolation, image rotation, and the rest of the rotation is the rotation does not make the image Cutaway, the advantage is that the rotation after his Fourier transform frequency domain also rotates the same angle, can also be used to handle the matrix, do the filter, I was doing directional filter, interested to m.
    2022-02-20 07:45:56下载
    积分:1
  • 用于稀疏回归的高光谱解混
    高光谱包络线绘制,一个demo用来做高光谱图像处理的,高光谱图像处理要先经过提醒的预处理在取水器、去污、去噪声等,然后对该图像应用基于拉格朗日的稀疏回归算法,对该图像进行解混,求得丰度矩阵。
    2022-03-19 21:38:47下载
    积分:1
  • 协同通信的MATLAB仿真代码
    协同通信的MATLAB仿真代码 g = [ 1 1 1; 1 0 1 ]; x1 = round(rand(1, 112)); % info. bits 信息比特 CRC_CCITT = CRC_16(x1); x =[x1,CRC_CCITT] %加上CRC 比特信息 input = x; output1 = rsc_encode(g,input,1) t = poly2trellis(3,[7 5],7); % Define trellis. code = convenc(x,t)% Encode the data. err = sum(abs(code - output1(1:end-4))) ncode = awgn(code,4,"measured"); % Add noise. opmode = "trunc"; %操作模式 tblen1 = 5; decode1= vitdec(-ncode, t, tblen1, opmode, "unquant"); err1 = sum(abs(decode1 - x)) qcode = quantiz(ncode,[0.001,.1,.3,.5,.7,.9,.999]); add =zeros(1,96); qcode = [qcode,add]; tblen = 48; delay = tblen; % Traceback length decode2 = vitdec(qcode,t,tblen,"cont","soft",3); % Decode. %[number,ratio] = biterr(decode2(delay+1:end),x(1:end-delay)) %err2 = sum(abs(decode2 - x)) [number,ratio] = biterr(decode2(delay+1:end),x(1:end)) err2 = sum(abs(decode2(delay+1:end) - x))
    2022-08-08 06:54:23下载
    积分:1
  • VARYING_FRAMES2
    it is teach protocol.related to wireless sensor netwrk
    2011-04-05 19:53:24下载
    积分:1
  • 696516资源总数
  • 106459会员总数
  • 0今日下载