POP_SPECTOPO Spectrum of selected channels with spectrum head plots at specific frequencies.

Usage: >> pop_spectopo( EEG, timerange, percent, topofreqs, 'key', 'val', ...);

Inputs:
EEG   
input dataset
timerange   
timerange in millisecond to plot the enveloppe
percent   
percentage of the data to sample. Allow to speed up the computation. From 1 to 0.01. Default is 1.
topofreqs   
array of frequency(ies) for plotting the head

Optional inputs:
'key','val'   
optional topoplot arguments (see topoplot)

Author: Arnaud Delorme, CNL / Salk Institute, 10 March 2002

See also: spectopo

See the matlab file pop_spectopo.m (may require other functions)

Back to functions