Rutgers-RPL / Teensy-Passive-Flight-Computer

0 stars 0 forks source link

Create filtered access methods for each of the sensor methods in Sensors.h #6

Open shivammpat opened 2 years ago

shivammpat commented 2 years ago

Create new methods in the Sensors.h library to read measurements from each sensor after applying appropriate filters (High-Pass, Low-Pass)

Reference(s): https://en.wikipedia.org/wiki/High-pass_filter https://en.wikipedia.org/wiki/Low-pass_filter https://github.com/carltonwu/bmi085-arduino https://github.com/DFRobot/DFRobot_BMM150 https://github.com/DFRobot/DFRobot_BMP3XX

shivammpat commented 1 year ago

Create new methods in the Sensors.h library to read measurements from each sensor after applying appropriate filters (High-Pass, Low-Pass)

Reference(s): https://en.wikipedia.org/wiki/High-pass_filter https://en.wikipedia.org/wiki/Low-pass_filter https://github.com/carltonwu/bmi085-arduino https://github.com/DFRobot/DFRobot_BMM150 https://github.com/DFRobot/DFRobot_BMP3XX