Hi,
I'm just starting to play with surface Laplacians and noticed a discrepancy I was hoping someone could clear up for me. In the text of Analyzing Neural Time Series Data there's a statement that past an order of 10 or so your Laplacian exceeds the spatial resolution of the EEG recording with 64 electrodes, while it might make sense to go up to 13 or 15 for denser montages. In the accompanying code (laplacian_perrinX.m, as downloaded from
http://mikexcohen.com/getthecode.html on May 29th, 2015), however, the default setting is 20 for montages of less than 100 electrodes and 40 for > 100. Tenke's CSD toolbox implementation is even more dramatic, with a hardcoded value of 50 - assuming I am reading his code correctly, which admittedly is not certain.
In contrast, the code accompanying Mike's 2015 methods paper (
www.mikexcohen.com/Cohen_phaseConnectivityComparison.zip) uses defaults of 12 for dense and 10 for sparse montages. Was this a change of heart post-book code, a matter of wanting differing spatial resolutions for different purposes, or something else entirely?
Tangentially related, I notice that in papers and books Lambda values are most often given as 10^-5 (although Mike identifies 10^-6 as an alternative sensible value), while in both the laplacian_perrinX.m and CSD toolbox implementations defaults are 1^-5. Is this a case of nobody liking the default, or are digits just getting lost all over the place? It is a relatively small thing, but it has been somewhat disconcerting as I work through the process. Thanks for any help you can offer on either point.
-Karl