Back to the main page.
Bug 873 - Sine taper doesn't work in ft_specest_mtmconvol
Status | CLOSED FIXED |
Reported | 2011-08-17 12:03:00 +0200 |
Modified | 2011-09-14 14:33:32 +0200 |
Product: | FieldTrip |
Component: | specest |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P1 normal |
Assigned to: | Jan-Mathijs Schoffelen |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Vladimir Litvak - 2011-08-17 12:03:11 +0200
On line 141 variable 'tap' is used but it is not defined earlier. It looks like something is missing after transition from 'sine_old' to 'sine'.
Jan-Mathijs Schoffelen - 2011-09-12 12:26:19 +0200
Hi Vladimir, Sorry that this took so long to address. I think I fixed it. It indeed seems as if a line was missing, where the actual call to sine_taper should have been executed. Could you check whether it now works?
Vladimir Litvak - 2011-09-12 13:14:50 +0200
Seems to work OK. Thanks.