Back to the main page.
Bug 257 - ft_freqanalysis_wltconvol, fourier not valid?
Status | CLOSED FIXED |
Reported | 2010-12-01 23:41:00 +0100 |
Modified | 2010-12-08 11:15:01 +0100 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | Macintosh |
Operating System: | Mac OS |
Importance: | P1 normal |
Assigned to: | Roemer van der Meij |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Matt Mollison - 2010-12-01 23:41:16 +0100
Using fieldtrip from 20101130, if I use ft_freqanalysis with: cfg_freq.method = 'wltconvol'; cfg_freq.output = 'fourier'; ft_freqanalysis_wltconvol errors on line 104 because the variable csdflg doesn't get set in the prior if statement. It seems that ft_freqanalysis_wltconvol is only set up for pow and powandcsd. I'm still learning about this stuff. Has fourier just not been implemented in ft_freqanalysis_wltconvol, or will fourier never be a valid output for wltconvol?