Source code for kwave.enums
from enum import Enum
################################################################
# literals that link the discrete cosine and sine transform types with
# their type definitions in the functions dtt1D, dtt2D, and dtt3D
################################################################