ddiLab / SageEdu

3 stars 2 forks source link

Create Notebook that Collects both Mic and Envi Data #16

Open andrewg23 opened 3 years ago

andrewg23 commented 3 years ago

Write a notebook that can collect both microphone and environmental data, and plot it. Should essentially combine projects/logVolume.py, enviSensor/collectData.py, and projects/AC Plots.ipynb.

This will make collecting and visualizing data for the purposes of detecting an AC much simpler.

andrewg23 commented 3 years ago

Created projects/AC Data.ipynb. It should plot of the data it collects in real time. I haven't been able to test it due to various import statements crashing my kernel as mentioned in a comment in #14.