1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-08-24 06:46:33 -04:00
sdrangel/libfreedv/phi0.h
2019-03-05 03:12:41 +01:00

12 lines
113 B
C++

// phi0.h
#ifndef PHI0_H
#define PHI0_H
namespace FreeDV {
extern float phi0( float xf );
} // FreeDV
#endif