Skip to content

Commit 888b8f0

Browse files
authored
Merge pull request #100 from sccn/codex/fix-typos
Fix typos in documentation
2 parents 4175ec9 + e95d0c2 commit 888b8f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: home
66
nav_exclude: true
77
has_toc: true
88
---
9-
![EEGLAb sum-up picture](/assets/images/tutorial_image.png)
9+
![EEGLAB sum-up picture](/assets/images/tutorial_image.png)
1010
<!-- <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>
1111
-->
1212

others/TIPS_and_FAQ.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -578,13 +578,13 @@ more complex to use. I guess it would also be possible to use the welch
578578
method on top of multitaper. It is all a matter of preference. I would
579579
advised using the pwelch method which is easy (you just give as an
580580
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
582582
and this is much less intuitive (and also has consequences on the
583583
frequency resolution you can achieve).
584584

585-
### Multitaper, FTT, wavelets for time-frequency decomposition?
585+
### Multitaper, FFT, wavelets for time-frequency decomposition?
586586

587-
I have been using the new EELAB toolbox for the past
587+
I have been using the new EEGLAB toolbox for the past
588588
couple of weeks, especially timef() and crossf(). The multitaper method
589589
with bootstrap statistics has been giving me very nice stable results.
590590
Timef() with wavelets gives slightly different results, but also

0 commit comments

Comments
 (0)