Coder Social home page Coder Social logo

liuyanglinlyl / audio-equalizer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stefantquach/audio-equalizer

0.0 0.0 0.0 63.35 MB

Tcl 0.25% Verilog 1.16% C 3.70% Coq 33.89% VHDL 57.56% PureBasic 0.01% C++ 1.03% Objective-C 0.02% V 2.40%

audio-equalizer's Introduction

Audio-Equalizer

This is a hardware project for creating an Audio Equalizer on the Artix-7 FPGA on the Nexys 4 DDR board. This project was created using Xilinx Vivado.

Hardware Used

  • Nexys 4 DDR board (using a Xilinx Artix-7 FPGA)
  • LTC1865 16-bit ADC
  • LTC1654 14-bit DAC

Implementation

This project uses the Nexys4 DDR board description files provided by Diligent.
The equalizer uses the Microblaze microprocessor, but the peripherals, such as the SPI, FIR filters, and controller were all described in Verilog. All of these peripherals were created to interact with the Microblaze on the Axi4Lite Bus
The breakdown of the project is as follows:

  • Axi4LiteRegs: This project implements the modules required to communicate on the Axi4Lite bus, notably Axi4Lite_Supporter and Axi4Lite_Manager. The name of the project comes from the Axi4Lite_Regs module, which simply contains registers that can be read and written to.
  • SPI_Periph: This project implements the module required to communicate over SPI with the DAC and ADC.
  • FIR_Peripheral: This project contains the FIR calculation module, which contains a variable amount of FIR filters, all calculating in parallel, as well as the controller which manages writing to the SPI modules described previously.

audio-equalizer's People

Contributors

stefantquach avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.