GUI Synthetic Data 'sine_phase_rad' array
I am implementing synthetic data for the OpenBCI NPM module... I was looking through the Processing sketch to base my method off of when I noticed and pondered why there is sine_phase_rad.
In the project scope we have defined 'sine_phase_rad' which is a float array of size number of channels, this persists every iteration.
- What is this?
- Why must this channel value persist every time a new mock sample packet is made?
- Does the 'rad' stand for radians?
