ZipCPU / interpolation

Digital Interpolation Techniques Applied to Digital Signal Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Digital Interpolation Techniques Applied to Digital Signal Processing


Languages

Language:Verilog 43.2%Language:C++ 32.7%Language:Makefile 13.2%Language:MATLAB 7.9%Language:Shell 3.1%