Back to the main page.
Bug 2583 - sigma_t of Morlet wavelet incorrect in documentation
| Status | CLOSED FIXED |
| Reported | 2014-05-16 18:57:00 +0200 |
| Modified | 2019-08-10 12:28:25 +0200 |
| Product: | FieldTrip |
| Component: | documentation |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Mac OS |
| Importance: | P5 normal |
| Assigned to: | Diego Lozano Soldevilla |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
- 2014-05-16 18:57:53 +0200
The current documentation of FT_FREQANALYSIS section on Wavelet says: st = width/f0 = 1/sf The correct formula is: st=1/(2*pi*sf) The implementation of st in the code is correct (but does not match the current documentation)
Diego Lozano Soldevilla - 2014-05-16 19:35:38 +0200
Thank you for your correction ;) Version updated: http://code.google.com/p/fieldtrip/source/detail?r=9545 Sending ft_freqanalysis.m Transmitting file data . Committed revision 9545.