GNU Radio's SATELLITES Package
gr::satellites::phase_unwrap Class Reference

Unwraps a phase time series. More...

#include <phase_unwrap.h>

Inheritance diagram for gr::satellites::phase_unwrap:
gr::satellites::phase_unwrap_impl

Public Types

typedef std::shared_ptr< phase_unwrapsptr
 

Static Public Member Functions

static sptr make ()
 Build the Phase Unwrap block. More...
 

Detailed Description

Unwraps a phase time series.

The Phase Unwrap block unwraps a phase input by counting integer cycles. The integer number of cycles is given as an int64_t, so that overflows are impossible in most use cases. The output of the block is a vector of 12 bytes that contains the integer number of cycles in the first 8 bytes and the fractional phase in radians in the last 4 bytes.

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::satellites::phase_unwrap::make ( )
static

Build the Phase Unwrap block.


The documentation for this class was generated from the following file: