-
Notifications
You must be signed in to change notification settings - Fork 4
/
eas.h
23 lines (22 loc) · 781 Bytes
/
eas.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* This file is a part of EAS Encoder.
*
* Copyright (C) 2018 Matthew Burket
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*/
#ifndef SAMEENCODER_EAS_H
#define SAMEENCODER_EAS_H
#define DATA_RATE 520.83
#define SPACE_FREQ 1562.5
#define MARK_FREQ 2083.3
#define SAMPLE_RATE 96000
#define NRW_WAT_FREQ 1050
#define WAT_FREQ_1 853
#define WAT_FREQ_2 960
#define EOM "NNNN"
#define HEADER "ZCZC"
#define PREAMBLE "10101011101010111010101110101011101010111010101110101011101010111010101110101011101010111010101110101011101010111010101110101011"
#endif //SAMEENCODER_EAS_H