Spectral Parameterization Resolved iN Time (SPRiNT)

Author: Luc Wilson

This tutorial introduces the features developed in Brainstorm to compute and view SPRiNT models, or time-resolved parameterized spectral density maps.

Introduction

The Spectral Parameterization Resolved iN Time (SPRiNT) algorithm is designed to identify and model spectral features of the neural activity across time. Beginning with the time-series, it performs a short-time Fourier transform (STFT) and averages windows locally in time to generate local-mean power spectra, before decomposing these spectra into aperiodic and periodic components using specparam. The present tutorial will demonstrate the algorithm’s functionality within the Brainstorm interface.

This demonstration uses sample data from the introduction dataset, and can be followed by completing all steps of the Brainstorm tutorial up to and including tutorial 10.

Note: SPRiNT uses the MATLAB' implementation of specparam.

Preparing the data for SPRiNT

SPRiNT is performed on time-series, so we will first prepare some data from our notch-filtered dataset.

  • Right-click "Link to raw file" in the folder "S01_AEF_20131218_01_600Hz_notch"
  • Select Import to database. In this tutorial, we will use the data from 60-120 s.
    If you haven't already, now is a good time to remove DC offset. This will not affect our analyses, but it makes it easier to visualize the time-series.

  • Click on [Import] to import the dataset into the database. The imported data will be placed in a new folder at the bottom of the list.

Initializing and running SPRiNT

Select the following input options:

Select the following process options:

Tutorials/SPRiNT (last edited 2021-11-23 20:08:00 by ?LucWilson)