guix
Last change
on this file was 1e781ba, checked in by recknagel <recknagel@…>, 3 years ago |
former radardex-project
|
-
Property mode
set to
100644
|
File size:
1.5 KB
|
Line | |
---|
1 | #+title: Audio
|
---|
2 |
|
---|
3 | * Description Audio sample file AudioAufzeichnungLOW.bin
|
---|
4 |
|
---|
5 | Little Endian!!!
|
---|
6 |
|
---|
7 | ** Global Frame Header (6 x 32 Bit) Offset 0x00000000
|
---|
8 |
|
---|
9 | *** 32 Bit Magic word 0x726574fb = 0xfb746572 next magic bytes found at offsets
|
---|
10 |
|
---|
11 | 0x0000 (0000)
|
---|
12 | 0x0544 (1348)
|
---|
13 | 0x0a88 (2696)
|
---|
14 | 0x0fcf (4047)
|
---|
15 | 0x1510 (5392)
|
---|
16 | 0x1a57 (6743)
|
---|
17 | 0x1f9b (8091)
|
---|
18 | 0x24df (9439)
|
---|
19 |
|
---|
20 | *** 32 Bit Frame length in 32 bit words
|
---|
21 |
|
---|
22 | 0x51010000 = 0x00000151 = Integer 337 * 4 bytes = 1348 Bytes = 0x0544
|
---|
23 |
|
---|
24 | *** 32 Bit Running Frame number
|
---|
25 |
|
---|
26 | 0x23450000 = 0x00004523 = Integer 17699
|
---|
27 |
|
---|
28 | *** 32 Bit Frame Type
|
---|
29 |
|
---|
30 | 0x00010000 = 0x00000100 = Integer 256
|
---|
31 |
|
---|
32 | *** 32 Bit Data header length in 32 bit words
|
---|
33 |
|
---|
34 | 0x0b000000 = 0x0000000b = Integer 11 * 4 = 44 Bytes
|
---|
35 |
|
---|
36 | *** 32 Bit Reserved
|
---|
37 |
|
---|
38 | 0x00000000 = 0x00000000 = Integer 0
|
---|
39 |
|
---|
40 | ** Ammos Data header 44 bytes
|
---|
41 |
|
---|
42 | 4 Bytes Sample rate
|
---|
43 | 4 Bytes Status
|
---|
44 | 8 Bytes Frequency
|
---|
45 | 4 Bytes Demod Bandwidth
|
---|
46 | 4 Bytes Demod Type
|
---|
47 | 4 Bytes Sample Count
|
---|
48 | 4 Bytes Channel Count
|
---|
49 | 4 Bytes Sample Size
|
---|
50 |
|
---|
51 | 8 Bytes timestamp if extended
|
---|
52 |
|
---|
53 | 0xd4300000 = 0x000030d4 = 12500 Sample rate
|
---|
54 | 0x00000000 = 0x00000000 = 0 Squelch Status
|
---|
55 | 0xc0d3f205 0x00000000 = 0x00000000 0x05f2d3c0 = 99800000 = 99.8 MHz
|
---|
56 | 0xc0d40100 = 0x0001d4c0 = 120000 = 120 KHz
|
---|
57 | 0x00000000 = 0x00000000 = 0 = FM
|
---|
58 | 0x80020000 = 0x00000280 = Integer 640 = Sample Count per Channel
|
---|
59 | 0x01000000 = 0x00000001 = 1 = 1 Channel
|
---|
60 | 0x02000000 = 0x00000002 = 2 = 2 Bytes Sample size
|
---|
61 | 0x1d26fe89 0xcada0500 = 0x0005daca 0x89fe261d = 1647938316938525 microseconds Unixtime = 2022-03-22T09:38:36
|
---|
62 |
|
---|
63 | ** Ammos Audio Data Body
|
---|
64 |
|
---|
65 | Offset 0x0044 = Integer 68 - Next offset 1348 - Differenz = 1280
|
---|
Note:
See
TracBrowser
for help on using the repository browser.