Revision caa3ad0e5a590d2b1ad6f2ca33caa5438fe98d99 authored by Volodymyr Kysenko on 24 February 2022, 01:09:55 UTC, committed by GitHub on 24 February 2022, 01:09:55 UTC
1 parent b2edbc9
Raw File
daubechies_constants.h
#ifndef DAUBECHIES_CONSTANTS_H_
#define DAUBECHIES_CONSTANTS_H_

const float D0 = 0.4829629131445341f;
const float D1 = 0.83651630373780772f;
const float D2 = 0.22414386804201339f;
const float D3 = -0.12940952255126034f;

#endif  // DAUBECHIES_CONSTANTS_H_
back to top