functional_create_dct.RdCreate a DCT transformation matrix with shape (n_mels, n_mfcc),
normalized depending on norm.
https://en.wikipedia.org/wiki/Discrete_cosine_transform
functional_create_dct(n_mfcc, n_mels, norm = NULL)(int): Number of mfc coefficients to retain
(int): Number of mel filterbanks
(chr or NULL): Norm to use (either 'ortho' or NULL)
tensor: The transformation matrix, to be right-multiplied to
row-wise data of size (n_mels, n_mfcc).