Skip to content

spectrogram_(SUBJECTID)_(CHANNELID).json

Eric Denovellis edited this page Dec 7, 2015 · 4 revisions

This .json file contains information about each spectrogram for a given subject and channel/sensor. Each spectrogram requires:

  • subjectID: Identifying key for the subject
  • channelID: Identifying key for the recording channel/sensor
  • data: An array of arrays (matrix) where each position corresponds to the power at a time-frequency bin (or just a time bin in the case of correlation). The bin time-frequency value is defined in visInfo.json.
{
	"subjectID": "I",
	"channelID": "7",
	"data": [
		[-0.54,-0.56,-0.81],
		[-0.52,-0.55,-0.82]
	]
}