Back to the main page.
Bug 2935 - ft_artifact_zvalue does not detect jumps
| Status | CLOSED INVALID |
| Reported | 2015-07-20 18:36:00 +0200 |
| Modified | 2016-01-14 21:27:37 +0100 |
| Product: | FieldTrip |
| Component: | core |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Linux |
| Importance: | P5 normal |
| Assigned to: | Jan-Mathijs Schoffelen |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Mats van Es - 2015-07-20 18:36:01 +0200
when using ft_artifact_zvalue to detect squid jumps (as used in the tutorial here http://www.fieldtriptoolbox.org/tutorial/automatic_artifact_rejection) jumps are not detected. I even tried artificially making a very large jump by changing the data, still it is not detected by the algorithm: data_short.trial{1}(132,1:700)=0; %channel 132 is MRC11 data_short.trial{1}(132,701:1441)=1; %data 'jumps' up to 1 and stays there (massively bigger jump than actual squid jump). I added a link to a few trials of data so you can try this yourself. Here, the first trial has the artificial jump in there, the second trial a 'real' jump. Download the data here: https://www.dropbox.com/sh/t9niq8upvqf7qhj/AADx0YsDEJfKc9IICTG9HHv8a?dl=0 Note: I tried the algorithm on Linux using matlab2013a, matlab2014a and matlab2015a, all showing the same problem.