This repo consists of
- Python package
ldfa
which implements LDFA-H [1] - Experimental data analyzed in [1]
- Reproducible IPython notebooks for simulation and experimental data analysis in [1]
Package ldfa
requires:
Python
>= 3.5numpy
>= 1.8matplotlib
andscipy
.
Clone this repo through github:
git clone https://github.com/HeejongBong/ldfa.git
Install package ldfa
using setup.py script:
python setup.py install
The data are available in /data/
. The data file consists of v4_lfp_beta
and pfc_lfp_beta
which are the beta band-passed filtered LFP in PFC and V4, respectively. maps.mat
contains the spatial arrangement of the 96 electrodes on each Utah array. The original data are collected by Khanna, Scott, and Smith (2020) [2].
The scripts are available in /example/
. The script for simulation analysis is provided in Python
notebook 3.1 CDFA versus existing methods in addressing noise auto-correlation.ipynb
with an accessory MATLAB
notebook 3.1 DKCCA on simulated data.ipynb
. To run DKCCA
, a separate installation of MATLAB
package DKCCA
is required [3].