Compute the full-width half maximum of a Morlet wavelet.
Uses the formula from Cohen.
- Parameters:
- freq
float
The oscillation frequency of the wavelet.
- n_cycles
float
The duration of the wavelet, expressed as the number of oscillation
cycles.
- Returns:
- fwhm
float
The full-width half maximum of the wavelet.
Notes
References