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

7 lines
127 B
C

#ifndef _SCALE_H_
#define _SCALE_H_
void scale_complex(float *out, float *in, float *scale, int len);
#endif /* _SCALE_H_ */