mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-12 11:26:11 -05:00
47 lines
648 B
C
47 lines
648 B
C
|
/* Generated by pilot_coeff_file() Octave function */
|
||
|
|
||
|
// const removed since this provides gain
|
||
|
// on the STM32F4 platform
|
||
|
|
||
|
namespace FreeDV
|
||
|
{
|
||
|
|
||
|
#ifdef CORTEX_M4
|
||
|
/* const */ float pilot_coeff[]={
|
||
|
#else
|
||
|
const float pilot_coeff[]={
|
||
|
#endif
|
||
|
0.00223001,
|
||
|
0.00301037,
|
||
|
0.00471258,
|
||
|
0.0075934,
|
||
|
0.0118145,
|
||
|
0.0174153,
|
||
|
0.0242969,
|
||
|
0.0322204,
|
||
|
0.0408199,
|
||
|
0.0496286,
|
||
|
0.0581172,
|
||
|
0.0657392,
|
||
|
0.0719806,
|
||
|
0.0764066,
|
||
|
0.0787022,
|
||
|
0.0787022,
|
||
|
0.0764066,
|
||
|
0.0719806,
|
||
|
0.0657392,
|
||
|
0.0581172,
|
||
|
0.0496286,
|
||
|
0.0408199,
|
||
|
0.0322204,
|
||
|
0.0242969,
|
||
|
0.0174153,
|
||
|
0.0118145,
|
||
|
0.0075934,
|
||
|
0.00471258,
|
||
|
0.00301037,
|
||
|
0.00223001
|
||
|
};
|
||
|
|
||
|
} // FreeDV
|