GNU Radio Manual and C++ API Reference
v3.9.2.0-89-gb7c7001e
The Free & Open Software Radio Ecosystem
noise_type.h
Go to the documentation of this file.
1
/* -*- c++ -*- */
2
/*
3
* Copyright 2004,2012 Free Software Foundation, Inc.
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_ANALOG_NOISE_TYPE_H
12
#define INCLUDED_ANALOG_NOISE_TYPE_H
13
14
namespace
gr
{
15
namespace
analog {
16
17
typedef
enum
{
GR_UNIFORM
= 200,
GR_GAUSSIAN
,
GR_LAPLACIAN
,
GR_IMPULSE
}
noise_type_t
;
18
19
}
/* namespace analog */
20
}
/* namespace gr */
21
22
#endif
/* INCLUDED_ANALOG_NOISE_TYPE_H */
gr::analog::noise_type_t
noise_type_t
Definition:
noise_type.h:17
gr::analog::GR_GAUSSIAN
@ GR_GAUSSIAN
Definition:
noise_type.h:17
gr::analog::GR_IMPULSE
@ GR_IMPULSE
Definition:
noise_type.h:17
gr::analog::GR_UNIFORM
@ GR_UNIFORM
Definition:
noise_type.h:17
gr::analog::GR_LAPLACIAN
@ GR_LAPLACIAN
Definition:
noise_type.h:17
gr
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition:
basic_block.h:29
gr-analog
include
gnuradio
analog
noise_type.h
Generated by
1.9.1