You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running FFT at high sampling rate the graph of one channel is having a little glitch (pointing to discontinuity in the waveform) which may be due to the reading and writing threads simultaneously acessing same output_frame variable. This seems to happen despite the use of Threading lock during write and read operations. Any help welcome.
The text was updated successfully, but these errors were encountered:
mjablons1
changed the title
The application may not be thread safe.
Not thread safe?
Dec 19, 2020
When running FFT at high sampling rate the graph of one channel is having a little glitch (pointing to discontinuity in the waveform) which may be due to the reading and writing threads simultaneously acessing same output_frame variable. This seems to happen despite the use of Threading lock during write and read operations. Any help welcome.
The text was updated successfully, but these errors were encountered: