You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/SDFTools/examples/example8/custom.h

20 lines
160 B
C

#ifndef _CUSTOM_H_
#ifdef __cplusplus
extern "C"
{
#endif
typedef struct {
float re;
float im;
} complex;
#ifdef __cplusplus
}
#endif
#endif