Pinned Repositories
Algorithms
Data Structures and Algorithms AKA Bread and Butter
Embedded-RISC-Programming
Device driver for RISC controlled robot. Uses input from tachometer to regularly update speed. Motors speed controlled with good ol' PWM.
GetDone
To Do app built with Windows Presentation Forms. Add, edit, and accomplish tasks by entering a title, notes, priority, and date. Cross compatible app run via an executable.
HashMyMovie
A hash table to store the movies recommended for me to watch. A simple list just didn't cut it.
Multisim
Traffic light controller implemented with logic gates, FSM
Off-By
Numbers based trivia game where you'll never be wrong, only off by X%
SolarTracker
Solar cell will follow the sun based off of input from an array of light dependent resistors to adjust servo position. Applied control systems theory, pulse width modulation, and autonomous mechanisms!
SU-ECE-22-3-MAIN
Senior Project for Panthera
TouchToneDecoder
Telephones use two tones at different frequencies to identify the number pressed on the key pad. This program takes in a sound clip and uses fast Fourier transform to identify the two individual frequencies in the composite signal. From there we can use the known standard to find the numbers that were pressed. Mr. Fourier knows what's up!!
Werewolf
Gather around a TV and join on your phone to play this classic hidden-role party game
pmh-3's Repositories
pmh-3/Stack-Linked-List
This code implements a stack ADT with a linked list. Accessory functions are implemented recursively with the aid of helper functions.
pmh-3/Order-Queue
Implements a circular queue to store orders. User can add, remove, and perform other operations.
pmh-3/RealtimeAudioClassification
Using spectrograms and convolutional neural networks to listen to environment sounds.