10 #ifndef INCLUDED_SATELLITES_PHASE_UNWRAP_IMPL_H
11 #define INCLUDED_SATELLITES_PHASE_UNWRAP_IMPL_H
13 #include <gnuradio/math.h>
18 namespace satellites {
23 int64_t d_integer_cycles;
28 inline float phase_wrap(
float phase)
const
30 while (phase > (2 * GR_M_PI))
41 int work(
int noutput_items,
42 gr_vector_const_void_star& input_items,
43 gr_vector_void_star& output_items);
Definition: phase_unwrap_impl.h:21
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
Unwraps a phase time series.
Definition: phase_unwrap.h:31
Definition: ax100_decode.h:17