USRP Hardware Driver and USRP Manual
Version: 4.6.0.0
UHD and USRP Manual
interpolation.hpp
Go to the documentation of this file.
1
//
2
// Copyright 2020 Ettus Research, a National Instruments Brand
3
//
4
// SPDX-License-Identifier: GPL-3.0-or-later
5
//
6
7
#pragma once
8
9
namespace
uhd
{
namespace
math {
10
11
enum class
interp_mode
{
NEAREST_NEIGHBOR
,
LINEAR
};
12
13
}}
// namespace uhd::math
uhd::math::interp_mode::LINEAR
uhd
Definition:
build_info.hpp:12
uhd::math::interp_mode
interp_mode
Definition:
interpolation.hpp:11
uhd::math::interp_mode::NEAREST_NEIGHBOR
include
uhd
utils
interpolation.hpp
Generated by
1.8.13