I want to analyze the time-frequency domain of evoked potential oscillations from EEG data with continuous wavelet transform. More specifically I would like to plot it like time (basically timepoints) on X-axis and frequency (pseudo-frequency) in Hz on Y-axis.
Can you tell me how to convert Morlet wavelet scales to frequencies? According to MATLAB documentation I would have to know the central frequency (sometimes referred to as center freq.) of the Morlet wavelet to be able to compute the pseudo-frequencies table. MATLAB states, that the formula is: ps.F = centr.F / ( scale * sampl.period) and for MATLAB's built in Morlet wavelet it states central frequency as 0.8125.
Here you can see the mismatch:
I've read the English documentation but I still don't understand what the "Wave number" parameter stands for when using Morlet wavelets. Does it have something to do with the desired central frequency?
Currently, Origin 9.0 SR1 (or earlier version) does not provide the way to generate the pseudo-frequencies from scales. However, there is already a plan (ID is ORG-5373) to add support for such functionality.