Calculate PSD using compute_psd, and extracting them

Hi,

Please check out this thread, it should answer your question regarding the values and their units: What is the unit of the psds when computing mne.time_frequency.psd_array_welch ?.

Other than that, also note that you are using Epochs[3] at first but Epochs[0] later. Just mentioning in case you are still seeing major differences between the two approaches.

Cheers,