File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ layout: home
6
6
nav_exclude : true
7
7
has_toc : true
8
8
---
9
- ![ EEGLAb sum-up picture] ( /assets/images/tutorial_image.png )
9
+ ![ EEGLAB sum-up picture] ( /assets/images/tutorial_image.png )
10
10
<!-- <a href="https://eeglab.org/workshops/EEGLAB_2022_UCSD.html" style="color:red; font-size:30px">EEGLAB San Diego (Nov 2022) workshop registration open!</a>
11
11
-->
12
12
Original file line number Diff line number Diff line change @@ -578,13 +578,13 @@ more complex to use. I guess it would also be possible to use the welch
578
578
method on top of multitaper. It is all a matter of preference. I would
579
579
advised using the pwelch method which is easy (you just give as an
580
580
option the length of the windows and the overlap). Multitaper would
581
- require you to select the number of basis vector in your othogonal base
581
+ require you to select the number of basis vector in your orthogonal base
582
582
and this is much less intuitive (and also has consequences on the
583
583
frequency resolution you can achieve).
584
584
585
- ### Multitaper, FTT , wavelets for time-frequency decomposition?
585
+ ### Multitaper, FFT , wavelets for time-frequency decomposition?
586
586
587
- I have been using the new EELAB toolbox for the past
587
+ I have been using the new EEGLAB toolbox for the past
588
588
couple of weeks, especially timef() and crossf(). The multitaper method
589
589
with bootstrap statistics has been giving me very nice stable results.
590
590
Timef() with wavelets gives slightly different results, but also
You can’t perform that action at this time.
0 commit comments