osmo-trx/Transceiver52M/arch/common/mult.h

7 lines
117 B
C

#ifndef _MULT_H_
#define _MULT_H_
void mul_complex(float *out, float *a, float *b, int len);
#endif /* _MULT_H_ */