libsdr
0.1.0
A simple SDR library
|
Template specialization of type traits for float scalar. More...
#include <traits.hh>
Public Types | |
typedef float | Scalar |
The Scalar type. More... | |
typedef float | RScalar |
The real scalar type. More... | |
typedef float | 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_f32 |
The type id of the scalar type. More... | |
Template specialization of type traits for float scalar.
typedef float sdr::Traits< float >::RScalar |
The real scalar type.
typedef float sdr::Traits< float >::Scalar |
The Scalar type.
typedef float sdr::Traits< float >::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.