some files missed on the first pass

pull/3/head
drowe67 2023-07-14 13:40:56 +09:30 committed by David Rowe
parent df99cbee34
commit fb4547abe6
5 changed files with 27 additions and 27 deletions

View File

@ -2,8 +2,10 @@
#define NSYMROW 4 /* number of data symbols on each row (i.e. each carrier) */
#define NS 4 /* number of data symbols between pilots */
#define NPILOTSFRAME 2 /* number of pilot symbols on each row */
#define PILOTS_NC 7 /* number of carriers */
#define NSYMROWPILOT 6 /* length of row after pilots inserted */
#define NPILOTSFRAME \
2 /* number of pilot symbols on each row */
#define PILOTS_NC \
7 /* number of carriers */
#define NSYMROWPILOT \
6 /* length of row after pilots inserted */

View File

@ -36,8 +36,7 @@ David Rowe
4 /* Number of indexes to pack: vq1, vq2, energy, Wo */
#define NEWAMP2_PHASE_NFFT \
128 /* size of FFT used for phase synthesis */
#define NEWAMP2_K \
29 /* rate K vector length */
#define NEWAMP2_K 29 /* rate K vector length */
#define NEWAMP2_16K_K \
40 /* rate K vector length for 16k Mode */

View File

@ -1,6 +1,5 @@
/* Generated by write_pilot_file() Octave function */
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}
};
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}};