Skip to content

Commit 151d80d

Browse files
author
bostlund
authored
Merge pull request #3 from fooof-tools/org
File orgs
2 parents dbcbc8c + 8874332 commit 151d80d

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed

Python/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Python / Jupyter Notebook Examples
2+
3+
These notebooks introduce using spectral parameterization to developmental EEG data, using Python, in Jupyter notebooks.
4+
5+
### 01-IndividualPSD
6+
7+
This notebook introduces spectral parameterization and applies it to a single power spectrum.
8+
9+
### 02-GroupPSDs
10+
11+
This notebook applies spectral parameterization to a group of power spectra.
File renamed without changes.

R/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# R Markdown Examples
2+
3+
These notebooks introduce using spectral parameterization to developmental EEG data, using R.
4+
5+
### 01-R_PythonSetup
6+
7+
This file does the Python setup and installations needed to run Python & spectral parameterization from R.
8+
9+
### 02-R_IndividualPSD
10+
11+
This file introduces spectral parameterization and applies it to a single power spectrum.
12+
13+
### 03-GroupPSDs
14+
15+
This file applies spectral parameterization to a group of power spectra.
16+
17+
### 04-R_ExampleAnalysis
18+
19+
This file does an example analysis of developmental EEG data with spectral parameterization.

0 commit comments

Comments
 (0)