# Decomposing an EEG Signal from Scratch

**URL:** https://discourse.julialang.org/t/decomposing-an-eeg-signal-from-scratch/115904
**Category:** General Usage
**Tags:** visualization, juliahealth, dsp
**Created:** [June 20, 2024, 6:05am UTC](https://discourse.julialang.org/t/decomposing-an-eeg-signal-from-scratch/115904 "2024-06-20T06:05:53Z")
**Posts on this page:** 3
**Page:** 2

<div class="post-metadata">

### Author: ![TheCedarPrince](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/thecedarprince/32/17323_2.png) [@TheCedarPrince](https://discourse.julialang.org/u/TheCedarPrince)
#### Post date: [June 22, 2024, 10:03pm UTC](https://discourse.julialang.org/t/decomposing-an-eeg-signal-from-scratch/115904/21 "2024-06-22T22:03:54Z")

</div>

Oh certainly! I just am not as familiar with how to best interpret it in the context of EEG analysis at the moment.

---

<div class="post-metadata">

### Author: ![Zach\_Christensen](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/zach_christensen/32/7220_2.png) [@Zach\_Christensen](https://discourse.julialang.org/u/Zach_Christensen)
#### Post date: [June 24, 2024, 11:13am UTC](https://discourse.julialang.org/t/decomposing-an-eeg-signal-from-scratch/115904/22 "2024-06-24T11:13:48Z")

</div>

A lot of EEG processing is actually just doing simple stuff like this and pulling out he appropriate output. There’s also a bit of experience helps here. For example, you don’t want to do something like ICA until you get rid of bad electrodes since it will negatively influence the ICA output and can be easily identified visually. Lots of stuff like that seem like common sense when we discuss it but it’s easy to overlook when there are many of these steps along the way.

---

<div class="post-metadata">

### Author: ![AdamWysokinski](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/adamwysokinski/32/206422_2.png) [@AdamWysokinski](https://discourse.julialang.org/u/AdamWysokinski)
#### Post date: [June 24, 2024, 9:00pm UTC](https://discourse.julialang.org/t/decomposing-an-eeg-signal-from-scratch/115904/23 "2024-06-24T21:00:08Z")

</div>

You are right. I do ICA mostly to remove some well defined and repetitive artifacts, e.g. eye blinks or ECG QRS peaks.

[Previous page](https://discourse.julialang.org/t/decomposing-an-eeg-signal-from-scratch/115904.md?page=1)
