Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.
/ SIMparam Public archive

Simulations for the Parameterizing Neural Power Spectra paper.

License

Notifications You must be signed in to change notification settings

TomDonoghue/SIMparam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIM - Spectral Parameterization

Project repository, part of the parameterizing neural power spectra project.

This repository applies spectral parameterization to simulated data.

Paper

Overview

This repository tests the spectral parameterization algorithm on simulated data.

Simulation tests include:

  • testing performance on reconstructing individual periodic and aperiodic parameters
  • testing performance with global measures such as the number of fit peaks and model reconstruction error
  • testing how sensitive the algorithm is to model assumptions and violations of these assumptions
  • testing the algorithm in comparison to other related methods

Guide

You can follow along with this project by looking through everything in the notebooks.

Reference

The analyses in this repository were done as part of the parameterizing neural power spectra paper.

A guide to all the analyses included in this paper is available here.

Requirements

This project was written in Python 3 and requires Python >= 3.7 to run.

In addition to general scientific Python packages (available in the Anaconda distribution) this analysis requires the following Python packages:

All required 3rd party packages are described in requirements.txt.

Repository Layout

This project repository is set up in the following way:

  • code/ contains custom code for this analysis
  • notebooks/ is a collection of Jupyter notebooks that perform the analyses and create figures

About

Simulations for the Parameterizing Neural Power Spectra paper.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published