STM32_AI_AudioPreprocessing_Library
Data Structures | Enumerations | Functions
dct.h File Reference

Header for dct.c module. More...

#include "arm_math.h"
Include dependency graph for dct.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  DCT_InstanceTypeDef
 Instance structure for the floating-point DCT functions. More...
 

Enumerations

enum  DCT_TypeTypeDef {
  DCT_TYPE_I , DCT_TYPE_II , DCT_TYPE_II_ORTHO , DCT_TYPE_II_SCALED ,
  DCT_TYPE_III , DCT_TYPE_III_ORTHO
}
 DCT types and normalization mode. More...
 

Functions

int32_t DCT_Init (DCT_InstanceTypeDef *S)
 Initialization function for the floating-point DCT operation.
 
void DCT (DCT_InstanceTypeDef *S, float32_t *pIn, float32_t *pOut)
 Processing function for the floating-point DCT.
 

Detailed Description

Header for dct.c module.

Author
MCD Application Team
Attention

Copyright (c) 2023 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.