Music Processing

Introduction

In this tutorial, I will explain one of our Engineering Open House projects, which is related to signal processing in music. We aimed to implement several guitar effects on FPGA and perform real-time processing on audio inputs. The purpose of this tutorial is to guide you through mathematical representation of different effects, how they can be easily implemented on your laptop, and how they can be implemented in hardware on an FPGA.

Let’s rock!

  1. Tutorial 1: Introduction to Audio Processing in Python