quiksilver10152
quiksilver10152
About
- Username
- quiksilver10152
- Joined
- Visits
- 17
- Last Active
- Roles
- Member
Comments
-
Oyyy found out that I needed to place it in a try statement. All is well!
-
If it helps, my code in question is here: if (detectedPeak[Ichan].SNR_dB >= detection_thresh_dB) { detectedPeak[Ichan].threshold_dB = detection_thresh_dB; detectedPeak[Ichan].isDetected = true; isDetected = true…
-
So I am student teaching chemistry right now but the biology and physiology teachers here agreed to let me demo the openbci board for their unit on the brain. I was hoping to have some simple code ready so I could scroll through a PowerPoint present…