Skip to content

Instantly share code, notes, and snippets.

View heitorfr's full-sized avatar

Heitor Ferreira heitorfr

  • Lisbon, Portugal
View GitHub Profile
@heitorfr
heitorfr / gist:689806e404b8afd1e87e
Last active June 25, 2018 03:37
Plots bitalino signals in realtime and saves as video
import bitalino
import numpy
import signal
import sys
import time
import threading
import datetime
from matplotlib import pyplot as plt
from matplotlib import animation
from multiprocessing import Process,Value,Queue