blob: da867e7aacdf89c8b193fc16c9e0e649cacefb34 [file] [log] [blame]
#ifndef _SCALE_H_
#define _SCALE_H_
void scale_complex(float *out, float *in, float *scale, int len);
#endif /* _SCALE_H_ */