A
	target spectrogram
		np.ndarray (Frequency x Time)
	target phonemes
		np.ndarray (Phonemes)
	non-target spectrogram
		np.ndarray (Frequency x Time)
	non-target phonemes
		np.ndarray (Phonemes)
B
	0dB SNR
		target spectrogram
			np.ndarray (Frequency x Time)
		target phoneme onsets
			np.ndarray (1 x Time)
		target phonetic features
			np.ndarray (Features x Time)
	-4dB SNR
		target spectrogram
			np.ndarray (Frequency x Time)
		target phoneme onsets
			np.ndarray (1 x Time)
		target phonetic features
			np.ndarray (Features x Time)
	-8dB SNR
		target spectrogram
			np.ndarray (Frequency x Time)
		target phoneme onsets
			np.ndarray (1 x Time)
		target phonetic features
			np.ndarray (Features x Time)
C
	snrs
		np.ndarray (SNR Values)
	prediction correlations
		np.ndarray (Electrodes x SNR Values)