Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 684 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 684 Bytes

cICA.m

R Package for colored independent component analysis that utilizes Morlet wavelet convolution. Algorithms developed by Prof. Seonjoo Lee. Inverse wavelet transformation for morlet wavelet is implemented based on this paper.

Install

with devtools:

devtools:install_github('cICA.m')

Use

There are only two functions in this package.

Call cICA_morlet to perform colorICA Morlet algorithm on CIFTI files.

Call drawplot to plot the signal, time-frequency power and power spectrum of Morlet wavelet transformed information from CIFTI files.