================================================================================
=                  FPGA Cores for Discrete Wavelet Transform                   =
================================================================================

Created
-------
2015

Authors
-------
* Musil Petr
* Musil Martin
* Barina David
* Zemcik Pavel

Description
-----------
An implementation of two computing units for 2-D discrete wavelet transform with
CDF 5/3 wavelet (integer-to-integer) as defined in JPEG 2000 standard. The units
handle data on streaming basis (they do not require the complete image). The
units are implemented in VHDL language.

Location
--------
http://www.fit.vutbr.cz/research/prod/?id=433

Files
-----
Wavelet.vhd -- main file
--kernel.vhd -- latency 4 version
----p_h.vhd -- pre vertical
----p_v.vhd -- pre horizontal
----u_v.vhd -- update vertical
----u_h.vhd -- udate horizontal
--kernel2.vhd -- latency 2 version
----H2.vhd	-- horizontal transformation
----V2.vhd	-- vertical transformation
