mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-08 01:26:01 -05:00
12 lines
292 B
C
12 lines
292 B
C
|
/* Generated by write_pilot_file() Octave function */
|
||
|
|
||
|
namespace FreeDV
|
||
|
{
|
||
|
|
||
|
float pilots_coh[][PILOTS_NC]={
|
||
|
{ 1.000000, -1.000000, 1.000000, -1.000000, 1.000000, -1.000000, -1.000000},
|
||
|
{ -1.000000, 1.000000, 1.000000, -1.000000, 1.000000, 1.000000, 1.000000}
|
||
|
};
|
||
|
|
||
|
} // FreeDV
|