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