Final Project Thoughts
This week, we had our project proposals due. As a result, Audrey and I spent a lot of our time reading related final projects from previous years and brainstorming how to implement the FPGA and MCU for the DJ deck.
The components we opted to implement are tempo, gain, and filters. Our subgoals include the following:
Most of our brainstorming has been focused on what to implement on the FPGA and what to implement with the MCU. Due to the MCU interfacing and timing abilities, We are opting to use the MCU to pass in the stereo audio and implement tempo. Due to the FPGA’s strength in signal processing, we will implement the filters with the FPGA.
We are still confused about how to pass through the audio between the FPGA and MCU, however I think after Lab 6 we will understand SPI communications better.
After our conversation with Professor Brake, we opted to use digital filters to implement high pass and low pass filters rather than apply FFTs. We are also going to look into the onboard DAC and ADC to use for our project.