Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 406 Bytes

discrete_cosine_transform.md

File metadata and controls

10 lines (9 loc) · 406 Bytes
tags
math
speech_to_text

Discrete Cosine Transform

Discrete Cosine Transform (DCT) is a lot like Discrete Fourier Transform (DFT) except it expresses the signal with real-valued cosines, rather than complex-valued exponentials. The result is that we get real-valued coefficients, which are easier to work with and preferred for a number of ML applications.