Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Maniuk committed Feb 18, 2022
1 parent 73174d8 commit 809e17a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 35,7 @@ NeuroFit serves as a data visualizer and as an Alpha waves trainer. To start a t
![NeuroFit Data Flow Graph](assets/data_flow.png)
The graph above describes the data flow of the application.
<ul>
<li>**OpenBCI driver** was created from scratch based on the [OpenBCI SDK](https://docs.openbci.com/Cyton/CytonSDK/).</li>
<li>**Brainwave filter** component implements Infinite Impulse Response filter with a second order filter to filter Alpha waves. Due to lack of libraries for signal processing on Andorid, I have implemented IIR and a second order filter in Kotlin from scratch.</li>
<li>**Visualizer** in a custom View component that uses Android Canvas API to display Brain Waves at 60 spf rate</li>
<li><strong>OpenBCI driver</strong> was created from scratch based on the [OpenBCI SDK](https://docs.openbci.com/Cyton/CytonSDK/).</li>
<li><strong>Brainwave filter</strong> component implements Infinite Impulse Response filter with a second order filter to filter Alpha waves. Due to lack of libraries for signal processing on Andorid, I have implemented IIR and a second order filter in Kotlin from scratch.</li>
<li><strong>Visualizer</strong> in a custom View component that uses Android Canvas API to display Brain Waves at 60 spf rate</li>
</ul>

0 comments on commit 809e17a

Please sign in to comment.