Skip to content

Commit d91a244

Browse files
authored
Merge branch 'master' into test-timezone
2 parents a7de567 + 0cf7e1b commit d91a244

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

tutorials/05_Preprocess/Filtering.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ categories: preproc
66
parent: 5. Preprocess data
77
grand_parent: Tutorials
88
---
9+
# Introduction
10+
Below a graphical explanation of the meaning of cutoff frequencies, pass band, stop band, as well as transition bands.
11+
![image](https://user-images.githubusercontent.com/10362238/118734865-23797e00-b7f4-11eb-9eec-f52ffcba0585.png)
12+
13+
In the default Windowed Sync filter, we have given some reasonable start values there for the filter order: 2 * cutoff freq for highpass and bandpass (for cutoff < 2Hz). 20 to 40% of cutoff freq for lowpass and 1 to 5 Hz for line noise bandstop. The basic rule is to have the transition band as wide (roll-off soft) as possible to avoid artifacts but separated from the signal of interest.
14+
915
Filtering the data
1016
=======
1117
To remove linear trends, it is often desirable to high-pass filter the

tutorials/11_Scripting/Using_EEGLAB_history.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ help pop_loadset
144144
help eeg_store
145145
```
146146

147-
EEGLAB dsataset history
147+
EEGLAB dataset history
148148
-----------------------
149149

150150
In EEGLAB, the data structure describing the current dataset can be
@@ -597,4 +597,4 @@ The topographic plot is virtually identical to the previous one, except for the
597597

598598
The next steps in learning to write EEGLAB MATLAB scripts involve
599599
learning to change EEGLAB function parameters and adding loops to
600-
perform multiple analyses. We advise you to look at some of the example scripts.
600+
perform multiple analyses. We advise you to look at some of the example scripts.

workshops/EEGLAB_2021_UCSD.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Below is a still-provisional program for the 2021 Virtual EEGLAB Workshop (sugge
2424

2525
**Note:** Gather.town has a free public sample site for learning how to get around, attend events, and meet people in Gather.town - we highly recommend you try out their live walkthrough before the Workshop begins.
2626

27-
**Time zone:** All time below shown as Pacific Day Time. You can choose to view in other timezones below.
27+
**Time zone:** All the times below are shown in California (Pacific Daylight) Time. Click on one of the time zone boxes below to select your time zone (we are in process of adding more zones).
2828

2929
<button onclick="changeFormat()" style="background-color: Black; color: White; border: none; padding: 5px 5px; text-align: center;">Switch format</button>
3030
<button onclick="changeTimezone('PDT')" style="background-color: #4CAF50; color: white; border: none; padding: 5px 5px; text-align: center;">PDT</button>
@@ -182,9 +182,9 @@ Below is a still-provisional program for the 2021 Virtual EEGLAB Workshop (sugge
182182
183183
> - <span style="color: black"><span class="time" data-timeformat="12hr" data-timezone="PDT">10:30</span>-<span class="time" data-timeformat="12hr" data-timezone="PDT">11:00</span> - **Creating an EEGLAB STUDY** (Arnaud Delorme)</span>
184184
185-
> - <span style="color: black"><span class="time" data-timeformat="12hr" data-timezone="PDT">11:00</span>-11:45</span>- **Working with EEGLAB studies, PRACTICUM** (Arnaud Delorme)</span>
185+
> - <span style="color: black"><span class="time" data-timeformat="12hr" data-timezone="PDT">11:00</span>-<span style="color: black"><span class="time" data-timeformat="12hr" data-timezone="PDT">11:45</span>- **Working with EEGLAB studies, PRACTICUM** (Arnaud Delorme)</span>
186186
187-
> - <span style="color: black"><span class="time" data-timeformat="12hr" data-timezone="PDT">11:45</span>-12:15pm</span>- **Scripting with EEGLAB studies, PRACTICUM** (Arnaud Delorme)</span>
187+
> - <span style="color: black"><span class="time" data-timeformat="12hr" data-timezone="PDT">11:45</span>-<span style="color: black"><span class="time" data-timeformat="12hr" data-timezone="PDT">12:15pm</span>- **Scripting with EEGLAB studies, PRACTICUM** (Arnaud Delorme)</span>
188188
189189
> - <span style="color: black"><span class="time" data-timeformat="12hr" data-timezone="PDT">12:15pm</span>-<span class="time" data-timeformat="12hr" data-timezone="PDT">12:45pm</span> - **EEGLAB and high-performance computing (Arnaud Delorme)</span>
190190

0 commit comments

Comments
 (0)