GNU Radio 3.6.5 C++ API

digital_diff_phasor_cc Class Reference

Differential decoding based on phase change. More...

#include <digital_diff_phasor_cc.h>

Inheritance diagram for digital_diff_phasor_cc:
gr_sync_block gr_block gr_basic_block gr_msg_accepter gruel::msg_accepter

List of all members.

Public Member Functions

 ~digital_diff_phasor_cc ()
int work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
 just like gr_block::general_work, only this arranges to call consume_each for you

Friends

DIGITAL_API
digital_diff_phasor_cc_sptr 
digital_make_diff_phasor_cc ()

Detailed Description

Differential decoding based on phase change.

Uses the phase difference between two symbols to determine the output symbol:

out[i] = in[i] * conj(in[i-1]);


Constructor & Destructor Documentation

digital_diff_phasor_cc::~digital_diff_phasor_cc ( )

Member Function Documentation

int digital_diff_phasor_cc::work ( int  noutput_items,
gr_vector_const_void_star input_items,
gr_vector_void_star output_items 
) [virtual]

just like gr_block::general_work, only this arranges to call consume_each for you

The user must override work to define the signal processing code

Implements gr_sync_block.


Friends And Related Function Documentation

DIGITAL_API digital_diff_phasor_cc_sptr digital_make_diff_phasor_cc ( ) [friend]

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