フィルターのクリア

How to apply Signal space projection (SSP) on EEG

7 ビュー (過去 30 日間)
Adnan Abid
Adnan Abid 2022 年 5 月 30 日
編集済み: Shreeya 2023 年 9 月 11 日
Is there any matlab function for applying Signal space projection (SSP) on EEG.

回答 (1 件)

Shreeya
Shreeya 2023 年 9 月 11 日
編集済み: Shreeya 2023 年 9 月 11 日
I understand that you want to implement the Signal Space Projection on EEG signal in MATLAB. This can be achieved with the help of “icaproj” function from the EEG toolbox.
The function projects the ICA components on the observed data to reconstitute it. The input arguments required are:
  • Observed data.
  • Weights: The unmixing weight matrix “weights*sphere” obtained as an output from the “RUNICA” function in the toolbox.
  • Compindex: A vector of the ICA component indices used for projection.
The function returns the projected data based on the ICA. For the function implementation details, refer to the below documentation link:
I hope the provided informationhelps in resolving your query.

カテゴリ

Help Center および File ExchangeEEG/MEG/ECoG についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by