diff --git a/assets/img/workshop/paris2019/tfr_pipelinenew.png b/assets/img/workshop/paris2019/tfr_pipelinenew.png new file mode 100644 index 000000000..33902cda3 Binary files /dev/null and b/assets/img/workshop/paris2019/tfr_pipelinenew.png differ diff --git a/assets/img/workshop/paris2019/tfrtiles.png b/assets/img/workshop/paris2019/tfrtiles.png new file mode 100644 index 000000000..048b47eea Binary files /dev/null and b/assets/img/workshop/paris2019/tfrtiles.png differ diff --git a/workshop/paris2019/handson_sensoranalysis.md b/workshop/paris2019/handson_sensoranalysis.md index 8acfed26b..28408cc07 100644 --- a/workshop/paris2019/handson_sensoranalysis.md +++ b/workshop/paris2019/handson_sensoranalysis.md @@ -21,7 +21,7 @@ Oscillatory components contained in the ongoing EEG or MEG signal often show pow Calculating time-frequency representations of power is done using a sliding time window. This can be done according to two principles: either the time window has a fixed length independent of frequency, or the time window decreases in length with increased frequency. For each time window the power is calculated. Prior to calculating the power one or more tapers are multiplied with the data. The aim of the tapers is to reduce spectral leakage and control the frequency smoothing. -{% include image src="/assets/img/tutorial/timefrequencyanalysis/tfrtiles.png" width="600" %} +{% include image src="/assets/img/workshop/paris2019/tfrtiles.png" width="600" %} _Figure: Time and frequency smoothing. (a) For a fixed length time window the time and frequency smoothing remains fixed. (b) For time windows that decrease with frequency, the temporal smoothing decreases and the frequency smoothing increases._ @@ -36,7 +36,7 @@ To calculate the time-frequency analysis for the example dataset we will perform - Compute the power values for each frequency bin and each time bin using the function **[ft_freqanalysis](/reference/ft_freqanalysis)** - Visualize the results. This can be done by creating time-frequency plots for one (**[ft_singleplotTFR](/reference/ft_singleplotTFR)**) or several channels (**[ft_multiplotTFR](/reference/ft_multiplotTFR)**), or by creating a topographic plot for a specified time- and frequency interval (**[ft_topoplotTFR](/reference/ft_topoplotTFR)**). -{% include image src="/assets/img/tutorial/timefrequencyanalysis/tfr_pipelinenew.png" width="200" %} +{% include image src="/assets/img/workshop/paris2019/tfr_pipelinenew.png" width="200" %} _Figure: Schematic overview of the steps in time-frequency analysis_