Time Frequency Analysis: Difference between revisions

From MEG Core
Jump to navigation Jump to search
Content added Content deleted
(Created page with "===== Time Frequency Analysis Tools =====")
 
No edit summary
Line 1: Line 1:
===== Time Frequency Analysis Tools =====
===== Time Frequency Analysis Tools =====

Time Frequency analysis are a useful way of determining where interesting things are happening in your data in time-frequency space. Typically, spatial information is discarded. One way of doing time-frequency analysis is through Stockwell analyses, although other methods are available.

* ctf2st is a Matlab GUI for performing Stockwell time-frequency analysis. This can be performed on all sensors, a section of sensors, or on virtual sensors after source localization - download [[local:/Meg/ctf2st.tgz|ctf2st.tgz]]. Unzip, and add both ctf2st and ctf2st/st to your Matlab path. You may need to recompile the mex files by typing make clean and make in the st subdirectory. A version recompobiled to work on the NIH Biowulf system is here: [[local:/megt/ctf2stBW.tgz|ctf2stBW.tgz]].

* StockwellDs.py performs Stockwell time-frequency analysis in Python. This is included in the pyctf distribution.
{|

Revision as of 15:44, 20 February 2018

Time Frequency Analysis Tools

Time Frequency analysis are a useful way of determining where interesting things are happening in your data in time-frequency space. Typically, spatial information is discarded. One way of doing time-frequency analysis is through Stockwell analyses, although other methods are available.

  • ctf2st is a Matlab GUI for performing Stockwell time-frequency analysis. This can be performed on all sensors, a section of sensors, or on virtual sensors after source localization - download ctf2st.tgz. Unzip, and add both ctf2st and ctf2st/st to your Matlab path. You may need to recompile the mex files by typing make clean and make in the st subdirectory. A version recompobiled to work on the NIH Biowulf system is here: ctf2stBW.tgz.
  • StockwellDs.py performs Stockwell time-frequency analysis in Python. This is included in the pyctf distribution.