GNU Radio Manual and C++ API Reference
3.10.9.1
The Free & Open Software Radio Ecosystem
diff_coding_type.h
Go to the documentation of this file.
1
/* -*- c++ -*- */
2
/*
3
* Copyright (C) 2021 Daniel Estevez <daniel@destevez.net>
4
*
5
* This file is part of GNU Radio
6
*
7
* SPDX-License-Identifier: GPL-3.0-or-later
8
*
9
*/
10
11
#ifndef INCLUDED_DIGITAL_DIFF_CODING_TYPE_H
12
#define INCLUDED_DIGITAL_DIFF_CODING_TYPE_H
13
14
namespace
gr
{
15
namespace
digital {
16
17
// Differential coding types
18
enum
diff_coding_type
{
19
DIFF_DIFFERENTIAL
= 0,
// Standard differential coding x[n] - x[n-1] % M
20
DIFF_NRZI
= 1,
// NRZI coding
21
};
22
23
}
/* namespace digital */
24
}
/* namespace gr */
25
26
#endif
/* INCLUDED_DIGITAL_DIFF_CODING_TYPE_H */
gr::digital::diff_coding_type
diff_coding_type
Definition:
diff_coding_type.h:18
gr::digital::DIFF_DIFFERENTIAL
@ DIFF_DIFFERENTIAL
Definition:
diff_coding_type.h:19
gr::digital::DIFF_NRZI
@ DIFF_NRZI
Definition:
diff_coding_type.h:20
gr
GNU Radio logging wrapper.
Definition:
basic_block.h:29
gr-digital
include
gnuradio
digital
diff_coding_type.h
Generated by
1.9.1