You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,7 +54,7 @@ Other available options are `[docs]` (which installs dependencies required to bu
54
54
55
55
## References
56
56
57
-
### 1. CCA, STAR, SNS, DSS, ZapLine, and robust detrending
57
+
### 1. CCA, STAR, SNS, DSS, ZapLine, and Robust Detrending
58
58
59
59
This is mostly a translation of Matlab code from the [NoiseTools toolbox](http://audition.ens.fr/adc/NoiseTools/) by Alain de Cheveigné. It builds on an initial python implementation by [Pedro Alcocer](https://github.com/pealco).
60
60
@@ -83,10 +83,9 @@ If you use this code, you should cite the relevant methods from the original art
83
83
Journal of Neuroscience Methods, 168(1), 195–202. https://doi.org/10.1016/j.jneumeth.2007.09.012
84
84
[10] de Cheveigné, A., & Simon, J. Z. (2007). Denoising based ontime-shift PCA.
85
85
Journal of Neuroscience Methods, 165(2), 297–305. https://doi.org/10.1016/j.jneumeth.2007.06.003
86
-
87
86
```
88
87
89
-
### 2. Artifact subspace reconstruction (ASR)
88
+
### 2. Artifact Subspace Reconstruction (ASR)
90
89
91
90
The base code is inspired from the original [EEGLAB inplementation](https://github.com/sccn/clean_rawdata)[1], while the riemannian variant [2] was adapted from the [rASR toolbox](https://github.com/s4rify/rASRMatlab) by Sarah Blum.
92
91
@@ -101,7 +100,7 @@ If you use this code, you should cite the relevant methods from the original art
0 commit comments