Giter Club home page Giter Club logo

mapd_7taps_fir's Introduction

Management and analysis of physical datasets (module A) project
AY 2021/2022 University of Padua

A 7-taps re-programmable Finite Impulse Response filter on FPGA

Abstract FIR filters are simple, yet effective filters which can be implemented on an FPGA. They may function as low-pass, high-pass or band-stop filters, depending on how the internal coefficients are tweaked. In this report we focus on a 7-taps FIR filter design, which takes input waveforms from a serieal USB source managed by a Python client. By default our filter operates as a low-pass 30Hz filter, but we have added a feature which allows the user to change run-time the filter specifications without running a new implementation in Vivado, which is notoriously a time-consuming step. In this report we will discuss the filter design, with references to its VHDL implementation. We will show Vivado simulations of the filter, as well as outputs coming from the FPGA board implementation. The simulations agree with the actual behaviour on FPGA boards, proving the correctness and efficiency of the design. Finally, we will characterize the response of the filter using both simulated and real sound samples.

fpga_programming fpga_filter

TODO

  • implementation
  • report
  • exam 4 feb 2022

file structure

├── bin         | Vivado implementation of the FIR filter
├── bin_nosw    | Vivado implementation without switching capabilities, just for backup
├── bit         | bitstreams immplemented in Vivado
├── demo        | demo data: waveforms, simulations, ...
├── img         | for images
├── tex         | the report LaTeX source
└── tools       | scripts to manage the FPGA, send data & set the coefficients
    ├── send_data_fpga.py         (feed waveform to FPGA)
    ├── write_coefficients.py     (write the coefficients to FPGA)
    └── fpga_manager.ipynb        (to use the tools easily on a Jupyter notebook)

 + 7_fir_analysis.ipynb                The main analysis of filter, with comparisons 
                                      to software filters and simulations.
 + 7_fir_demo_switch.ipynb             A demo which uses the FPGA as both a lowpass & 
                                      highpass, by reprogramming runtime the coefficients.
 + 7_fir_guitar_experiment.ipynb       A demo which simulates a guitar pickup using FIR filters.
 
 + report.pdf                          The report of this project.


repository by Francesco Pio Barone

mapd_7taps_fir's People

Contributors

baronefr avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.