# SSA-ICA-algorithm
This is a demo of SSA-ICA algorithm.
## Notations
1. The main program is "main_SSA_ICA.m".
2. Calling relationship:
- main_SSA_ICA.m
- SSA_ICA.m
- A01_Fast_ICA.m
- A02_diag_average.m
*main_SSA_ICA.m* only generates test data and results visualization, the algorithm used is all implemented in *SSA_ICA.m*.
3. How to call *SSA_ICA.m* as a sub-function: *Sest = SSA_ICA(Yobs,Ns,M)*
Parameter | Description | Type
-|-|-
Yobs | Observed single-channel signal, a row vector. | double |
Ns | How many independent source signals are mixed into Yobs. | int |
M | Decomposition coefficient, indicates the length of the decomposition, which must not exceed half of Yobs. | int |
Sest | The output estimation matrix, each row of which is an estimated signal. | double |
4. Need to manual group since grouping process have not been complished. Using classical SSA, the grouping step can be performed based on the magnitude of eigenvalues of the covariance matrix C.

5. The decomposition coefficient M should be appropriately large, but not more than half the signal length.
## Demonstration
> **Two independent signals:**

> **Obderved signal in single channel (by random mix matrix):**

> **Estimated results:**

## Reference
[1] A. K. Maddirala and R. A. Shaik, “Separation of sources from single-channel eeg signals using independent component analysis,”IEEETransactions on Instrumentation and Measurement, vol. 67, no. 2, pp.382–393, 2018.


天天Matlab科研工作室
- 粉丝: 4w+
- 资源: 1万+
最新资源
- BES官方提示音打包工具
- 基于Python的Django-vue基于Hadoop 的国产电影数据分析与可视化平台源码-说明文档-演示视频.zip
- numpy-2.1.3-cp313-cp313-win_amd64.whl
- 基于V2G技术的电动汽车实时调度策略:降低成本与网损优化,基于IEEE 33节点配电网验证的MATLAB实时调度策略实现 ,电动汽车实时调度策略:基于V2G技术的网损优化与充电成本降低策略(仿真平台M
- 电机学实验:他励直流电动机代码实现技术详解,电机学实验:他励直流电动机的编程控制实现,电机学实验他励直流电动机代码实现 ,电机学实验;他励直流电动机;代码实现;电机控制,他励直流电动机代码实现:电机学
- 音乐疗法健康数据集.zip
- 安装包制作软件 innosetup-6.2.0.rar
- 这是一个GCExecel生成的excel
- numpy-2.1.3-cp312-cp312-win_amd64.whl
- COMSOL仿真分析:基于光纤光力捕获技术的纳米颗粒操控与锥形光纤镊子在微观粒子捕获中的应用,COMSOL仿真分析:基于光纤光力捕获技术的纳米颗粒操控与锥形光纤镊子在微观粒子捕获中的应用,comsol
- NSIS-v3.09-x64-zh-CHS-Plus-无解压码.rar
- 音乐种类数据集.zip
- 基于python+numpy实现rnn时间序列预测股票项目源码+数据集(期末课设).zip
- numpy-2.1.3-cp311-cp311-win_amd64.whl
- numpy-2.1.3-cp310-cp310-win_amd64.whl
- CPU和GPU性能数据集.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈


