Skip to content

Digital Interpolation Techniques Applied to Digital Signal Processing

Notifications You must be signed in to change notification settings

ZipCPU/interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Resampling and Interpolation

Here's a wonderful tutorial on how to do digital resampling and interpolation in general.

You'll also find, within the rtl directory, examples of a nearest neighbour interpolator, a linear upsampling interpolator, and a quadratic upsampling interpolator.
All three have been discussed on the ZipCPU blog: the nearest neighbour interpolator here, the linear interpolator here, and the quadratic interpolator here.

If time permits, I look forward to adding some higher order interpolation solutions and/or splines to this repository.

License

The tutorial is offered here under the Creative Commons, Attribution-NoDerivations 4.0 International license.

The Verilog source code and software (if any) are released under the GPLv3.

If these conditions are not sufficient for you, other licenses terms are available for purchase.