项目作者: ZipCPU

项目描述 :
Digital Interpolation Techniques Applied to Digital Signal Processing
高级语言: Verilog
项目地址: git://github.com/ZipCPU/interpolation.git
创建时间: 2017-03-25T22:10:53Z
项目社区:https://github.com/ZipCPU/interpolation

开源协议:

下载


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.