kopia lustrzana https://github.com/f4exb/sdrangel
Deep redesign: Better support for FCD dongles #2
rodzic
a909c4c40c
commit
6910ea7e22
|
@ -36,6 +36,22 @@ struct decimation_shifts
|
|||
static const uint post32 = 0;
|
||||
};
|
||||
|
||||
template<>
|
||||
struct decimation_shifts<16, 16>
|
||||
{
|
||||
static const uint pre1 = 0;
|
||||
static const uint pre2 = 0;
|
||||
static const uint post2 = 1;
|
||||
static const uint pre4 = 0;
|
||||
static const uint post4 = 2;
|
||||
static const uint pre8 = 0;
|
||||
static const uint post8 = 3;
|
||||
static const uint pre16 = 0;
|
||||
static const uint post16 = 4;
|
||||
static const uint pre32 = 0;
|
||||
static const uint post32 = 5;
|
||||
};
|
||||
|
||||
template<>
|
||||
struct decimation_shifts<16, 12>
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue