Course preview: VHDL audio mixer using FPGA DSP blocks

Опубликовано: 22 Октябрь 2024
на канале: VHDLwhiz.com
754
23

This is a preview of the VHDLwhiz FPGA audio mixer course.

Click here to read more and see how to access this course:
https://vhdlwhiz.com/product/course-v...

This course teaches how to create a 4-input stereo sound mixer using VHDL and multipliers in a Xilinx FPGA using Vivado and VHDL.

We’ll also use artificial intelligence (AI) to make a neat GUI in Python to control the gain factors in our hardware mixer in real time.

Here are some things this course teaches you:

How to implement an audio-processing circuit using VHDL and hardware multipliers
Creating a derived clock with a mixed-mode clock manager (MMCM)
Adding Verilog modules to your VHDL design
Normalizing audio
Dealing with overflow
Making a self-checking testbench in Vivado