Skip to content

Submission for Khalifa University's ECCE402 class of Fall '23. DSP to display a real-time equalizer as an LED matrix.

Notifications You must be signed in to change notification settings

temataro/audio-led-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio LED Matrix

This repository describes how to create an nxn LED matrix that lights up to display a real-time equalizer program as a demonstration of the skills learned by the Khalifa University ECCE402 class of Fall 2023.

Hardware implementation

The final objective is to physically implement an LED matrix that lights up according to the magnitude of the frequency bin it corresponds to.

The weapon of choice: Raspberry Pi 4

The following kind of setup will suffice to build a mental picture as the project goes on. Something much easier to control than individual LEDs such as this MAX7219 Dot Matrix Display Module for the Raspberry Pi Pico can be used to display an LED matrix of the output can be used to display an LED matrix of the output.

Dependencies

The following Python libraries were used to perform the signal processing, rendering, and acquisition.

Next, install all dependencies using pip3 install -r requirements.txt A minimum of Python 3.9 is required.

About

Submission for Khalifa University's ECCE402 class of Fall '23. DSP to display a real-time equalizer as an LED matrix.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages