ucdavis / erplab

ERPLAB Toolbox is a free, open-source Matlab package for analyzing ERP data. It is tightly integrated with EEGLAB Toolbox, extending EEGLAB’s capabilities to provide robust, industrial-strength tools for ERP processing, visualization, and analysis. A graphical user interface makes it easy for beginners to learn, and Matlab scripting provides enormous power for intermediate and advanced users.
http://erpinfo.org/erplab
263 stars 75 forks source link

Set desired frequency bin options in FFT #96

Closed andrewxstewart closed 4 years ago

andrewxstewart commented 5 years ago

The fourieeg function currently calculates the power spectrum of provided EEG data.

We would like to have options setting a custom frequency bin range.

andrewxstewart commented 4 years ago

See new function in help compute_fourier [fft_out, freq_bin_labels] = compute_fourier(EEG)