GNU Radio Manual and C++ API Reference  3.10.9.1
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 
18 
19 } /* namespace analog */
20 } /* namespace gr */
21 
22 #endif /* INCLUDED_ANALOG_NOISE_TYPE_H */
noise_type_t
Definition: noise_type.h:17
@ GR_GAUSSIAN
Definition: noise_type.h:17
@ GR_IMPULSE
Definition: noise_type.h:17
@ GR_UNIFORM
Definition: noise_type.h:17
@ GR_LAPLACIAN
Definition: noise_type.h:17
GNU Radio logging wrapper.
Definition: basic_block.h:29