Back to the main page.
Bug 904 - cfg.numcomponent fails for method=dss in ft_componentanalysis
Status | CLOSED DUPLICATE |
Reported | 2011-08-29 21:39:00 +0200 |
Modified | 2011-09-14 14:33:36 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 normal |
Assigned to: | |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2011-08-29 21:39:40 +0200
the second output should have one output channel less than the first, see also the test_ft_componentanalysis.m script which replicates the bug cfg = []; cfg.method = 'dss'; comp10f = ft_componentanalysis(cfg, data); cfg.numcomponent = nchan-1; comp10s = ft_componentanalysis(cfg, data);
Robert Oostenveld - 2011-08-30 09:27:21 +0200
for easier handling I merged this one with a closely related bug (#903) *** This bug has been marked as a duplicate of bug 903 ***