Hi Barbara,<br/>
<br/>
are you certain that the original data do not have 3rd gradients enabled? - looking at them once in dataEditor, switching to 3rd grads and accidentally forgetting to unclick 'save parameters with dataset' will make them have 3rd grads...<br/>
<br/>
When I last used ft_denoise_synthetic it worked pretty much as described (??).<br/>
<br/>
Michael<br>
<br>
<div name="quote" style='margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;'>
    <div style="margin:0 0 10px 0;">
        <b>Gesendet:</b> Montag, 16. April 2012 um 15:56 Uhr<br/>
        <b>Von:</b> "Barbara Haendel" <B.Haendel@gmx.net><br/>
        <b>An:</b> fieldtrip@donders.ru.nl<br/>
        
        <b>Betreff:</b> [FieldTrip] ft_denoise_synthetic 3rd order grad
    </div>
    <div name="quoted-content">
        <br/>
Dear fieldtrip users,<br/>
<br/>
has anyone experience in using  ft_denoise_synthetic? If I try to calculate 3rd order grads in the below specified way the data does not change with respect to the input data (which has no synthetic gradiometer applied). Is there some obvious misunderstanding on my side of how to use this function or is our environment truly noiseless :)<br/>
<br/>
Cheers,<br/>
Barbara<br/>
<br/>
cfg=[]; <br/>
cfg.gradient ='G3BR';<br/>
cfg.trials   = 'all';<br/>
data_3rdorder = ft_denoise_synthetic(cfg, dataprepro);<br/>
<br/>
<br/>
>> data_3rdorder.grad.balance<br/>
<br/>
ans = <br/>
<br/>
        G1BR: [1x1 struct]<br/>
        G2BR: [1x1 struct]<br/>
        G3BR: [1x1 struct]<br/>
     current: 'G3BR'<br/>
    previous: {'none'}<br/>
<br/>
>> sum(dataprepro.trial{8}(30,:)-data_3rdorder.trial{8}(30,:))<br/>
<br/>
ans =     0<br/>
<br/>
-- <br/>
NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone!                                  <br/>
Jetzt informieren: <a href="http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a" target="_blank">http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a</a><br/>
_______________________________________________<br/>
fieldtrip mailing list<br/>
fieldtrip@donders.ru.nl<br/>
<a href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip" target="_blank">http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br/>

    </div>
</div>
<br/>