Skip to content

Instantly share code, notes, and snippets.

View vovach777's full-sized avatar

Vladimir vovach777

  • Russia, St-Peterburg
View GitHub Profile
@vovach777
vovach777 / dwt97.c
Last active September 16, 2022 16:26 — forked from i-e-b/dwt97.c
Fast discrete biorthogonal CDF 9/7 wavelet forward and inverse transform (lifting implementation)
/**
* dwt97.c - Fast discrete biorthogonal CDF 9/7 wavelet forward and inverse transform (lifting implementation)
*
* This code is provided "as is" and is given for educational purposes.
* 2006 - Gregoire Pau - gregoire.pau@ebi.ac.uk
*/
#include <stdio.h>
#include <stdlib.h>
#include <math.h>