mirror of https://github.com/drowe67/codec2.git
some files missed on the first pass
parent
df99cbee34
commit
fb4547abe6
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
|
@ -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}};
|
Loading…
Reference in New Issue