登录
首页 » matlab » 高阶CangeCopp_PARAFAC张量分解的快速算法

高阶CangeCopp_PARAFAC张量分解的快速算法

于 2020-12-08 发布 文件大小:35KB
0 206
下载积分: 1 下载次数: 3

代码说明:

  Parafac三线性分解法中的一部分,与盲源分离有关联的部分,应用于机械故障信号处理中(A part of the Parafac trilinear decomposition method, associated with blind source separation, used in signal processing of mechanical faults.)

文件列表:

DemoFCP, 0 , 2012-11-20
DemoFCP\.DS_Store, 6148 , 2012-11-20
__MACOSX, 0 , 2012-11-20
__MACOSX\DemoFCP, 0 , 2012-11-20
__MACOSX\DemoFCP\._.DS_Store, 82 , 2012-11-20
DemoFCP\comparefoldings.m, 604 , 2012-11-20
__MACOSX\DemoFCP\._comparefoldings.m, 82 , 2012-11-20
DemoFCP\cp_fastals.m, 18975 , 2012-10-25
__MACOSX\DemoFCP\._cp_fastals.m, 82 , 2012-10-25
DemoFCP\cp_fcp.m, 69591 , 2012-11-20
__MACOSX\DemoFCP\._cp_fcp.m, 82 , 2012-11-20
DemoFCP\cprintf.m, 23617 , 2012-11-20
__MACOSX\DemoFCP\._cprintf.m, 82 , 2012-11-20
DemoFCP\demo_fcp.m, 5729 , 2012-11-20
__MACOSX\DemoFCP\._demo_fcp.m, 82 , 2012-11-20
DemoFCP\foldingrule2char.m, 481 , 2012-11-20
__MACOSX\DemoFCP\._foldingrule2char.m, 82 , 2012-11-20
DemoFCP\license.txt, 978 , 2012-11-20
__MACOSX\DemoFCP\._license.txt, 229 , 2012-11-20
DemoFCP\license_cprint.txt, 1332 , 2012-11-20
DemoFCP\SAE.m, 1306 , 2012-11-20
__MACOSX\DemoFCP\._SAE.m, 82 , 2012-11-20
DemoFCP\unfoldingstrategy.m, 2099 , 2012-11-20
__MACOSX\DemoFCP\._unfoldingstrategy.m, 82 , 2012-11-20
DemoFCP\vis_fcp_output.m, 2167 , 2012-11-20
__MACOSX\DemoFCP\._vis_fcp_output.m, 82 , 2012-11-20

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

发表评论

0 个回复

  • 自己写的JAVA贪吃蛇程序,相当有参考价值
    自己写的JAVA贪吃蛇程序,相当有参考价值-wrote JAVA huge memory process, have considerable reference value
    2023-08-04 17:20:02下载
    积分:1
  • PCP-CPP(wsnlab.org)
    说明:  无线传感器网络的路由协议,适用于初学者,较简单(The routing protocol of wireless sensor network is simple and suitable for beginners.)
    2019-09-30 18:52:12下载
    积分:1
  • campus management system. E
    校园管理系统。电子商务类的,功能强大,制作合理。-campus management system. E-commerce category, powerful, production reasonable.
    2022-02-04 16:53:21下载
    积分:1
  • 介绍xml开发库函数的使用方法及实例程序
    介绍xml开发库函数的使用方法及实例程序-Xml introduce the development of the use of library functions and sample programs
    2022-07-09 19:55:03下载
    积分:1
  • 全国大学生数学建模竞赛试题集2002-2009
    说明:  全国大学生数学建模竞赛试题集2002-2009,数学建模实例(Examples of Mathematical Modeling from 2002 to 2009 in the National Contest of Mathematical Modeling for College Students)
    2020-06-18 21:40:01下载
    积分:1
  • 飘逸一代引擎源码(包括控件)
    飘逸一代引擎源 完整源代码 delphi编译(Elegant Generation Engine Source Code)
    2020-09-02 21:28:08下载
    积分:1
  • Debug
    Autoit写的,用来写Debug信息的源代码。(Autoit written Debug information is used to write source code.)
    2010-01-22 14:48:30下载
    积分:1
  • 简单的DOS命令 ping,arp等,无聊时候做的
    简单的DOS命令 ping,arp等,无聊时候做的-Simple DOS command ping, arp, etc. do when bored. . .
    2022-06-18 22:31:48下载
    积分:1
  • 基于Matlab GUI的FIR滤波器
    说明:  基于Matlab GUI的FIR滤波器 实际中,一般调用MATLAB信号处理工具箱函数remezord来计算等波纹滤波器阶数N和加权函数W(ω),调用函数remez可进行等波纹滤波器的设计,直接求出滤波器系数。函数remezord中的数组fedge为通带和阻带边界频率,数组mval是两个边界处的幅值,而数组dev是通带和阻带的波动,fs是采样频率单位为Hz。(FIR filter based on matlab gui. In practice, the MATLAB signal processing toolbox function remezord is generally called to calculate the order N of the equiripple filter and the weighting function W . The call function remez can be used to design the equiripple filter and directly calculate the filter coefficients. The array fedge in the function remezord is the pass-band and stop-band boundary frequencies, the array mval is the amplitude at the two boundaries, the array dev is the fluctuation of the pass-band and stop-band, and fs is the sampling frequency unit in Hz.)
    2021-02-14 16:19:48下载
    积分:1
  • VC++ 6.0绘制曲线正弦波
    VC++ 6.0 绘制曲线正弦波,一种比较有规律的曲线,源代码也是相当简单的好种。   //建立画笔   CPen cpen,pen;   pen.CreatePen(PS_SOLID,4,RGB(0,0,0));   cpen.CreatePen(PS_SOLID,2,RGB(0,0,255));   pDC->SelectObject(&cpen);   //指定原点   pDC->SetViewportOrg(100,245);   pDC->SetTextColor(RGB(255,0,0));   //绘制横坐标   CString sPIText[]={"-1/2π","","1/2π","π","3/2π","2π","5/2π","3π","7/2π","4π","9/2π","5π"};   for(int n=-1,nTmp=0;nTmpLineTo(60*n,0);    pDC->LineTo(60*n,-5);    pDC->MoveTo(60*n,0);    pDC->TextOut(60*n-sPIText[n+1].GetLength()*3,16,sPIText[n+1]);   }   double y,radian;   pDC->SelectObject(&pen);   for(int x=-60;xMoveTo((int)x,(int)y);    pDC->LineTo((int)x,(int)y);   }
    2022-01-21 22:47:43下载
    积分:1
  • 696518资源总数
  • 106253会员总数
  • 14今日下载