wavelet_norm | R Documentation |
Normalise the FFT'd Morlet wavelet family as recommended by Mike X Cohen, dividing each wavelet by its absolute maximum. This should result in each frequency being passed at unit amplitude, and the resulting convolution with the signal should return units approximately on the original scale (i.e. uV^2 / Hz). an alternative would be Frobenius norm?
wavelet_norm(mf_zp, n_freq)
mf_zp |
A zero-padded, FFT'd morlet wavelet family |
n_freq |
Number of frequencies |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.