Tony_7
Tony_7
About
- Username
- Tony_7
- Joined
- Visits
- 42
- Last Active
- Roles
- Member
Comments
-
DataFilter.detrend(padded_data, DetrendOperations.CONSTANT.value) DataFilter.perform_bandstop(padded_data, sampling_rate, 48.0, 52.0, 2, FilterTypes.BUTTERWORTH_ZERO_PHASE, 0) DataFilter.perform_bandstop(padded_data, sampling_rate, 58.0, 62.0, 2, Fi…
-
I tested the electroencephalogram (EEG) data on the GUI using the Ganglion board. The reference electrodes were attached to both ears, and the waveform diagrams were displayed normally. Then, filter the Ganglion board in python through brainflow and…
-
@wjcroft said: @Tony_7 8:09PM 183.69.137.133 hi, I am currently using Python and the BrainFlow library to obtain electroencephalogram (EEG) signals from the Ganglion board. I have obtained a total of 5 seconds of EEG data. But…
-
-
@wjcroft said: Tony, I'm sorry, but any modifications you perform on the Cyton board will VOID your warranty. So I would strongly advise against trying to achieve higher sample rates with the existing hardware / software / firmware. …
-
@wjcroft said: Tony, hi. Higher sampling rates are not currently possible. But the next generation products will allow faster rates. Timeline for that unclear. William Thank you very much. You have given me a lot of help, bu…