I'm Gabby Beddard!
- 🔭 I’m currently getting my MS in Electrical Engineering at Tufts University.
- 🌱 I’m currently learning C++, Altium, and raising a sourdough starter!
- 📫 Find me on LinkedIn!
Forked from lindazha0/ee193
A scalable, low-cost IoT system using ESP32 and MQTT to monitor and transmit real-time temperature data across campus. Features robust hardware design, efficient power management, and a custom dash…
C
A step-by-step implementation of a RISC-V CPU using SystemVerilog, including modules for ALU operations, memory instructions, and branching. Features testbenches, assembler integration, and optiona…
SystemVerilog
An efficient implementation of a PriorityQueue class with a custom max-heap. Supports dynamic operations like insertion, removal, and retrieval of the highest-priority element, ensuring robust and …
C++
An STM32-based implementation of the Pan-Tompkins algorithm for real-time QRS detection. Includes robust debugging tools, heart rate monitoring, and live ECG signal support via a python graphing sc…
C++ 1
A data science project analyzing symptoms, socioeconomic impacts, and diagnosis trends of endometriosis using NHANES datasets. Features machine learning models and visualizations to enhance healthc…
Jupyter Notebook
A comprehensive test suite for evaluating 10 BST implementations. Includes validation of insertion, deletion, search, traversal, and memory management, with detailed analysis of failures and bugs.
C++