Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

hansfbaier/fractional-resampling-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fractional-resampling-core

This is a FPGA implementation of a fractional resampler for audio signals. Resampling is achieved by:

  1. Upsampling the signal by the multiplier
  2. Anti-aliasing filter (Choice of FIR, IIR)
  3. Downsampling the signal by the divider

status

The code has been tested working on the FPGA

deprecation notice

The code of this repository has been integrated into nmigen-library The code in this repository will not be maintained any more. Please use nmigen-library for your projects.

About

FPGA based fractional resampler

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages