Back to the main page.
Bug 3449 - FT filtfilt function masks the MATLAB filtfilt function
Status | CLOSED INVALID |
Reported | 2018-09-07 11:13:00 +0200 |
Modified | 2019-08-10 12:37:16 +0200 |
Product: | FieldTrip |
Component: | external |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P5 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Georgios Michalareas - 2018-09-07 11:13:53 +0200
The Fieldtrip function filtfilt is masking the MATLAB filtfilt function from signal processing toolbox. So it is not possible to use both ft_freqanalysis and the MATLAB filtfilt in the same script. Would it be possible to change the name of the Fieldtrip function from filtfilt.m to ft_filtfilt.m?? Thank you Giorgos
Robert Oostenveld - 2018-09-07 17:06:20 +0200
it is not the fieldtrip function, it is the external/signal one from octave. See ft_defaults, you probably want to use ft_default.toolbox.signal='matlab'