Un-comment angle_precise(). Not used, but no reason to comment out.

This commit is contained in:
Jared Boone 2015-12-28 15:50:19 -08:00
parent 49215c3ae6
commit 4910bacfa2

View File

@ -72,11 +72,11 @@ static inline float angle_approx_0deg27(const complex32_t t) {
const auto x = static_cast<float>(t.imag()) / static_cast<float>(t.real());
return x / (1.0f + 0.28086f * x * x);
}
/*
static inline float angle_precise(const complex32_t t) {
return atan2f(t.imag(), t.real());
}
*/
buffer_s16_t FM::execute(
buffer_c16_t src,
buffer_s16_t dst