blob: da867e7aacdf89c8b193fc16c9e0e649cacefb34 [file] [log] [blame]
Thomas Tsou7e4e5362013-10-30 21:18:55 -04001#ifndef _SCALE_H_
2#define _SCALE_H_
3
4void scale_complex(float *out, float *in, float *scale, int len);
5
6#endif /* _SCALE_H_ */