libsdr
0.1.0
A simple SDR library
|
Template specialization of type traits for int16_t scalar. More...
#include <traits.hh>
Public Types | |
typedef int16_t | Scalar |
The scalar type. More... | |
typedef int16_t | RScalar |
The real scalar type. More... | |
typedef int32_t | SScalar |
The compute scalar type. More... | |
Static Public Attributes | |
static const float | scale |
The scaleing factor from floating point to integer. More... | |
static const size_t | shift |
The scaleing factor from floating point to integer expressed as 2^exp. More... | |
static const Config::Type | scalarId = Config::Type_s16 |
The type id of the scalar type. More... | |
Template specialization of type traits for int16_t scalar.
typedef int16_t sdr::Traits< int16_t >::RScalar |
The real scalar type.
typedef int16_t sdr::Traits< int16_t >::Scalar |
The scalar type.
typedef int32_t sdr::Traits< int16_t >::SScalar |
The compute scalar type.
|
static |
The type id of the scalar type.
|
static |
The scaleing factor from floating point to integer.
|
static |
The scaleing factor from floating point to integer expressed as 2^exp.