aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/common/scale.h
blob: da867e7aacdf89c8b193fc16c9e0e649cacefb34 (plain)
1
2
3
4
5
6
#ifndef _SCALE_H_
#define _SCALE_H_

void scale_complex(float *out, float *in, float *scale, int len);

#endif /* _SCALE_H_ */