From

EEG peaks do not get identified at the correct frequencies

EEG peaks do not get identified at the correct frequencies
  1. How do you extract frequency bands from EEG?
  2. How do you extract features from an EEG signal?

How do you extract frequency bands from EEG?

In general, the traditional method for extracting frequency bands from a broadband EEG signal is to use a Fourier transform. There are various scripts for this from different EEG analysis software. Most scripts will allow you to change the frequency bins based on your definition (ie delta 1-4Hz, theta 4-7Hz, etc ...)

How do you extract features from an EEG signal?

More recently, a variety of methods have been widely used to extract the features from EEG signals, among these methods are time frequency distributions (TFD), fast fourier transform (FFT), eigenvector methods (EM), wavelet transform (WT), and auto regressive method (ARM), and so on.

Why does the bandwidth of a signal need to be half of the sampling rate? [duplicate]
How is bandwidth related to sampling rate?Why should your sampling rate be twice the maximum frequency of your signal?Why is it necessary to limit th...
Compute SNR of a signal with not clear fundamental frequency in PSD
How is PSD calculated?What is PSD power spectral density?How do you calculate spectral noise?Can power spectral density be negative? How is PSD calc...
Estimate the Convolution Kernel Based on the Original 2D Array and the Convolved 2D Array
How do you calculate convolution kernel?What is a kernel in computer vision?What is matrix convolution? How do you calculate convolution kernel?Take...