NewcastleRSE / taVNS

Repo for tracking code and issues for the CloseNIT taVNS project
2 stars 0 forks source link

Look into options for reducing signal noise from the breathing apparatus #16

Open Fehings opened 1 year ago

Fehings commented 1 year ago

Summary

Our python read signal is looking much noisier than the labchart one, which is applying a filter to remove mains noise. We should at least be trying to do the same! May be other filters we can also apply to clean things further, or other things like more careful arrangement of wires and apparatus?

What needs to be done?

Updates

Fehings commented 1 year ago

Looks like this can be done with the nidaq api! Thank you, national instruments. https://nidaqmx-python.readthedocs.io/en/latest/ai_channel.html#

Fehings commented 1 year ago

Difficult to see the impact of the nidaqmx filters, worried that they may not be working properly, or we are not applying them properly? An alternative would be to look at scipy filtering, e.g. https://www.samproell.io/posts/yarppg/yarppg-live-digital-filter/