Sunteți pe pagina 1din 6

#3

Processing Measurement Data In Excel


The Qualis Audio Sentinel makes examining log data very
easy, giving complete access to all measurements through the
same user interface used for real time measurements.
Occasionally there may be a need to make specialized
measurements from log data or to compare data taken at
different times on different material or channels. The log data
for the Qualis Audio Sentinel is stored in binary files. This
allows very compact storage, enabling a full day of
measurements to fit in approximately 14 MB. The Sentinel
user interface includes an export data function which saves a
selected segment of the log data in a human readable format.
This document describes the elements including their formats
so they may be used for whatever application is required. It
includes an Excel import filter and a spreadsheet which
implements the steps required to get values which may be
manipulated with user created functions.

The time is always GMT with no adjustment for daylight


savings time. Hence, this time corresponds to 3:22:10 PM,
DST on the west coast of the US.

File Format Versions

Subsequent lines are the successive rows of data in the table.


Each line contains the measurement data at specific date and
time. The date and time are the first entry in every line after
the header. The first data line is longer than all the rest since it
includes the settings used when the data was measured. The
header line contains the same number of entries as the first
data line since it contains the variable name for each setting.

The format documented here is used for the Sentinel version


1.32 software. Earlier versions supported only eight channels
so some of the measurements described here would be
missing. It is possible that future versions of Sentinel software
will provide additional data or may not provide some of the
data documented here. Consequently it is advisable to verify
compatibility whenever a new release of software is installed.

Exported Log Data Files


The Export Log Data function converts a selected section of
the log data from binary format to ASCII data.
Each
measurement value is represented numerically and
neighboring entries in the file are separated by commas.
These are referred to as comma separated value (.csv) format
files and are a standard format usable by Microsoft Excel and
many other programs.
Unless a specific file name is given, the Qualis Audio software
will assign a file name when the data is exported. The first 6
characters are the instrument serial number, the next 14 are
the segment start date and time. The two portions are
separated by a hyphen. This gives:
SN-YYYYMMDDHHMMSS.csv
As an example, consider the following file name.

File Structure
The CSV file consists of multiple lines of data, each line
terminated by the file systems line terminator (CR+LF in
Windows). Data elements within a line are separated by
commas. The first line in the file is not log data, it is the
variable name of the corresponding data in subsequent lines.
If the lines are viewed as rows in a table, the first line is the
column headings. If a new version of Sentinel software is
installed it is advisable to verify that the heading format
generated by the new software matches your spreadsheet
columns.

As illustrated in Figure 1, data lines, after the first, are one of


two different lengths. The longer ones contain entries for all
measurements and occur approximately every 1.4 seconds.
The shorter ones occur every 0.1 seconds and only include
loudness data. The higher data rate is necessary to allow ITU
BS-1770 compliant measurements from log data.

File Format Details


A table of all measurement data fields is given at the end of
this Technical Note. It comprises three columns, the Label, a
Sample Value and the Description. The Label is the text which
appears in the first line of the CSV file. The Sample Value is
included to indicate the format of the data entry. The
Description gives the common name for the reading and basic
scaling or bit definition information where appropriate.
The table is divided into sections, beginning with the time
information, both clock time and time code. The first entry is
the real time clock-calendar, which includes both date and
time, to 0.1 s resolution. The second is the linear time code
value which is only time and has 0.1 s resolution.

20C148-20110914222210.csv
This was downloaded from Sentinel #20C148. The log data it
th
contains begins on September 14 , 2011 at 22:22:10 GMT.
Page 1 of 6

Processing Log File Data In Excel, 2013/05/17

Figure 1 Partial view of exported log data in Microsoft Excel


The second section is the real time loudness data which is
stored at 0.1 s intervals. The readings are in LKFS (identical to
LUFS). There are two sets of data, one for the primary
(surround) input and one for the secondary (selected ancillary
or downmix) input. Each set contains the raw loudness,
momentary loudness and short-term loudness. The raw data
is non-overlapping 100 ms blocks. The momentary loudness is
400 ms blocks which overlap by 75%, as specified in EBU
R128. The short-term loudness is overlapping 3 second blocks
which are updated every 0.1 second.

to 16 kHz. The next entry is the LFE downmix compatibility.


All the downmix compatibility measurements are in dB. For a
detailed explanation of these measurements see Qualis Audio
Tech Note #5, Quantitative Assessment of Surround
Compatibility.

The next section is general reading data. The first four entries
are flags which describe the operation of the loudness meters.
The first (loud_new0) indicates that the integrated loudness
value appearing later in the record is a final value (immediately
before the meter was reset). The next indicates whether this
value represents a program or commercial. The third flag
indicates whether the real time loudness readings represent a
program or commercial. The last is asserted when the
loudness meters are reset. A detailed description of the
program / commercial stream measurement architecture can
be found in Qualis Audio Technical Note #1, Loudness
Measurements and the CALM Act.

The interchannel correlation of each ancillary pair is next.


These readings range from 0 to 7 with 0 representing an
antiphase condition and 7 representing perfectly correlated
channels.

The next 20 entries are true peak meter readings for the
surround, ancillary and downmix channels. These are in
dBFS. The next 8 readings represent normalized surround
channel loudness. The loudest channel is determined and
used as a reference. Its loudness is set to 0. The loudness of
all other surround channels is expressed relative to this
reference.
The next 16 entries are the error flags for the surround and
ancillary channels. These error flags are combined into a
single integer using the bit weights given in the table. For
example, the simultaneous occurrence of a hum error and an
underlevel error would result in a value of 40.
The next 20 entries are the level meter readings for the
surround, ancillary and downmix channels. These are in
dBFS.

The next 9 entries are the mono spectrum for the 9 octave
bands from 63 Hz to 16 kHz. The following entry is the LFE
channel bandwidth in Hz. This is the frequency below which
90% of the LFE channels energy is contained.

The following entry is the downmix differential, the difference


between loudness after downmixing a surround program to
stereo and the loudness when measured in surround. For
more information on this measurement see Qualis Audio Tech
Note #4, Loudness Variation When Downmixing.
The following reading is the center front loudness balance, the
loudness of the center front channel relative to the other
channels in the surround program. Immediately after it is a flag
which indicates whether the center front balance reading is
suspended for inadequate signal level.
The next 7 entries represent the voltages on the six Auxiliary
DC inputs and the internal temperature. The DC voltage
readings are scaled such that each count represents 10 mV.
The 7 entries following are the corresponding error flags. An
eighth error flag indicates a missing or corrupted linear time
code signal.
After two reserved values are the two integrated loudness
readings, one for the primary stream and one for the
secondary stream. These readings are computed over the
range defined by the loudness meter control lines. If these
readings are the final values which occur immediately before a
new integrated measurement cycle the flag (loud_new0) will
asserted.

The following 27 entries are the left, right and mono downmix
compatibility measurements for the 9 octave bands from 63 Hz
Page 2 of 6

Processing Log File Data In Excel, 2013/05/17

The next two entries identify the module type in each of the two
module slots. These can be decoded with the table below:
Value
0
1
2
3

Module Type
Empty
Analog
8 Ch. AES
8 Ch. AES/SDI

Value
4
5
12
13

Module Type
8 Ch. AES + Dolby
8 Ch. AES/SDI + Dolby
16 Ch. SDI
16 Ch. SDI + Dolby

The following 8 entries are error flags determined by


measurements of channel balance, LFE bandwidth and
downmix compatibility. Next are the 4 alarm outputs and two
more error flags.
The next entry is a flag which identifies the whether the main
program is currently in surround or stereo.
The following 4 values represent the upper and lower ends of
the loudness range for both the main and secondary loudness
meters. The next two values are the maximum momentary
loudness for both the main and secondary meter. After this are
10 error flags and the two true-peak values corresponding to
the two integrated loudness readings. The loudness range,
maximum momentary and true peak readings are all computed
over the range defined by the loudness meter control lines.
The next sections include measurements of interface
characteristics and metadata from the interfaces. Many of
these are based on a scheme where a flag identifies whether a
particular metadata value applies to a given interface or
channel. Multiple flags may be asserted simultaneously
indicating that the value is the same for all of the flagged
channels. For example, the next block of entries is a set of 16
flags and a measured word length value. If the first four flags
are asserted and the word length value is 20 it means that
those 4 channels are all 20 bit. A later log data entry might
have the next four flags asserted (with the first four at 0) and
the word length value at 16. This would mean that those four
channels have 16 active bits.
The next five entries document the SDI interface parameters.
The interface metadata is divided into four groups which have
been identified by different colors in the table. The group in
yellow consists of 16 flags and a value representing the
sample count specified in AES-3. If the respective flag is
asserted the sample count value applies to that channel of the
interface. Similarly, the orange group represents the time of
day count of the AES-3 standard. The general AES-3 status
bits are grouped and indexed by a set of 16 flags, all of which
are shaded green in the table. Finally, the source and

Page 3 of 6

destination metadata of the AES-3 interface are grouped with


16 flags and shaded blue.
The next 8 entries are the error flags for the interfaces carrying
the 8 channel pairs. These error flags are combined into a
single integer using the bit weights given in the table. The 16
values following represent errors determined from each input
channel. The flags are similarly combined using the bit
weights given in the table. The next seven error flags
represent cross channel testing of metadata and measured
data. These are followed by a flag which is asserted when a
Dolby bitstream error occurs, a flag which is asserted when the
metadata dialnorm value does not match the specified target
and a reserved value. This same scheme is used to document
the measured sample rate for each of the eight 2-channel
interface streams by using 8 flags and a rate value.
The last reading section is the Dolby metadata and is only valid
if the instrument has a Cat-552 option installed. The colored
backgrounds are used to indicate which values are subject to a
flag indicating their validity. For a description of this grouping
and a complete description of all entries see ATSC A/52b.
There are numerous additional entries representing settings
data. The first three will be described here. The first is a count
which increments (modulo 15) each time the array of settings
is changed. The next two entries give the UTC zone offset and
the Daylight Savings Time offset assigned to the instrument. If
your application requires the use of other settings the
appropriate information can be requested from Qualis Audio.

References
Qualis Audio Tech Note #1, Loudness Measurements and the
CALM Act. Available at www.qualisaudio.com
Qualis Audio Tech Note #4, Loudness Variation When
Downmixing. Available at www.qualisaudio.com
Qualis Audio Tech Note #5, Quantitative Assessment of
Surround Compatibility. Available at www.qualisaudio.com
AES3-2003 AES standard for digital audio Digital inputoutput interfacing Serial transmission format for two channel
linearly represented digital audio data
ATSC A/52b Digital Audio Compression Standard (AC-3, EAC-3), June 2005

Processing Log File Data In Excel, 2013/05/17

Label

Sample
Description
Value
2013-05-14T Date and time from real time clock. The date
rtc
18:57:28.235 and time are in UTC format and must be
Z
converted to local date and time for use.
year-month-day T hour:minute:second 35Z
00:00:00.0
hour:minute:second
ltc
Raw loudness data, occurs at 0.1 s intervals
-1.2
Primary 100 ms raw loudness data (LKFS)
loud_raw[0]
-5.7
Secondary 100 ms raw loudness data (LKFS)
loud_raw[1]
Primary 400 ms momentary loudness (LKFS)
loud_mmt[0] -1.2
Secondary 400 ms momentary loudness (LKFS)
loud_mmt[1] -5.7
-1.2
Primary 3 s short-term loudness (LKFS)
loud_sht[0]
-5.7
Secondary 3 s short-term loudness (LKFS)
loud_sht[1]
General reading data, occurs at approximately 1.4 s intervals
loud_new0
0
1 = Integrated loudness is final
loud_pc0
1
Integrated loudness measurement is:
1 = Program, 0 = Commercial
loud_mpc0
1
Raw loudness readings are::
1 = Program, 0 = Commercial
loud_rst0
0
Loudness meters are currently:
0 = Measuring, 1 = In Reset
tpk[0]
-80.0 LF True Peak reading (dBFS)
tpk[1]
-80.0 RF True Peak reading (dBFS)
tpk[2]
-80.0 CF True Peak reading (dBFS)
tpk[3]
-80.0 LFE True Peak reading (dBFS)
tpk[4]
-80.0 LS True Peak reading (dBFS)
tpk[5]
-80.0 RS True Peak reading (dBFS)
tpk[6]
-6.0
LB/ANC-0L True Peak reading (dBFS)
tpk[7]
-6.0
RB/ANC-0R True Peak reading (dBFS)
tpk[8]
-80.0 ANC-1L True Peak reading (dBFS)
tpk[9]
-80.0 ANC-1R True Peak reading (dBFS)
tpk[10]
-80.0 ANC-2L True Peak reading (dBFS)
tpk[11]
-80.0 ANC-2R True Peak reading (dBFS)
tpk[12]
-80.0 ANC-3L True Peak reading (dBFS)
tpk[13]
-80.0 ANC-3R True Peak reading (dBFS)
tpk[14]
-80.0 ANC-4L True Peak reading (dBFS)
tpk[15]
-80.0 ANC-4R True Peak reading (dBFS)
tpk[16]
-9.0
Left Downmix True Peak reading (dBFS)
tpk[17]
-9.0
Right Downmix True Peak reading (dBFS)
tpk[18]
-9.0
Mono Downmix True Peak reading (dBFS)
tpk[19]
-80.0 Reserved
rms[0]
-22.5 LF normalized loudness (LU)
rms[1]
-22.5 RF normalized loudness (LU)
rms[2]
-22.5 CF normalized loudness (LU)
rms[3]
-22.5 LFE normalized loudness (LU)
rms[4]
-22.5 LS normalized loudness (LU)
rms[5]
-22.5 RS normalized loudness (LU)
rms[6]
0.0
LB normalized loudness (LU)
rms[7]
0.0
RB normalized loudness (LU)
e_dsp[0]
32
LF Error flags
e_dsp[1]
32
RF Error flags
e_dsp[2]
32
CF Error flags
1 Reserved
e_dsp[3]
32
LFE Error flags
2 Reserved
e_dsp[4]
32
LS Error flags
4 Reserved
e_dsp[5]
32
RS Error flags
8 Hum
e_dsp[6]
0
LB/Ancillary-0L Error flags
16 Reserved
e_dsp[7]
0
RB/Ancillary-0R Error flags
32 Under Level
e_dsp[8]
0
Ancillary-1L Error flags
64 Over Level
e_dsp[9]
0
Ancillary-1R Error flags
128 Clip
e_dsp[10]
0
Ancillary-2L Error flags
e_dsp[11]
0
Ancillary-2R Error flags
e_dsp[12]
0
Ancillary-3L Error flags
e_dsp[13]
0
Ancillary-3R Error flags
e_dsp[14]
0
Ancillary-4L Error flags
e_dsp[15]
0
Ancillary-4R Error flags
mtr_rdg[0][0]
-80.0 LF meter reading (dBFS)
Page 4 of 6

mtr_rdg[0][1]
mtr_rdg[0][2]
mtr_rdg[0][3]
mtr_rdg[0][4]
mtr_rdg[0][5]
mtr_rdg[0][6]
mtr_rdg[0][7]
mtr_rdg[0][8]
mtr_rdg[0][9]
mtr_rdg[0][10]
mtr_rdg[0][11]
mtr_rdg[0][12]
mtr_rdg[0][13]
mtr_rdg[0][14]
mtr_rdg[0][15]
mtr_rdg[0][16]
mtr_rdg[0][17]
mtr_rdg[0][18]
mtr_rdg[0][19]
dmix_l[0]
dmix_l[1]
dmix_l[2]
dmix_l[3]
dmix_l[4]
dmix_l[5]
dmix_l[6]
dmix_l[7]
dmix_l[8]
dmix_r[0]
dmix_r[1]
dmix_r[2]
dmix_r[3]
dmix_r[4]
dmix_r[5]
dmix_r[6]
dmix_r[7]
dmix_r[8]
dmix_m[0]
dmix_m[1]
dmix_m[2]
dmix_m[3]
dmix_m[4]
dmix_m[5]
dmix_m[6]
dmix_m[7]
dmix_m[8]
dmix_m[9]
spect[0]
spect[1]
spect[2]
spect[3]
spect[4]
spect[5]
spect[6]
spect[7]
spect[8]
lfe_bw
anc_ph[0]
anc_ph[1]
anc_ph[2]
anc_ph[3]
anc_ph[4]
loud_dmix
cf_bal
cf_bal_hold
dc_rdg[0]
dc_rdg[1]

-80.0
-80.0
-80.0
-80.0
-80.0
-6.0
-6.0
-80.0
-80.0
-80.0
-80.0
-80.0
-80.0
-80.0
-80.0
-9.0
-9.0
-9.0
-80.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
45.0
0.0
0
7
1
0
0
0
-4.5
-10.0
1
6
3

RF meter reading (dBFS)


CF meter reading (dBFS)
LFE meter reading (dBFS)
LS meter reading (dBFS)
RS meter reading (dBFS)
LB/ Ancillary-0L meter reading (dBFS)
RB/ Ancillary-0R meter reading (dBFS)
Ancillary-1L meter reading (dBFS)
Ancillary-1R meter reading (dBFS)
Ancillary-2L meter reading (dBFS)
Ancillary-2R meter reading (dBFS)
Ancillary-3L meter reading (dBFS)
Ancillary-3R meter reading (dBFS)
Ancillary-4L meter reading (dBFS)
Ancillary-4R meter reading (dBFS)
Left Downmix meter reading (dBFS)
Right Downmix meter reading (dBFS)
Mono Downmix meter reading (dBFS)
Reserved
Left downmix compatibility, 63 Hz (dB)
Left downmix compatibility, 125 Hz (dB)
Left downmix compatibility, 250 Hz (dB)
Left downmix compatibility, 500 Hz (dB)
Left downmix compatibility, 1k Hz (dB)
Left downmix compatibility, 2k Hz (dB)
Left downmix compatibility, 4k Hz (dB)
Left downmix compatibility, 8k Hz (dB)
Left downmix compatibility, 16k Hz (dB)
Right downmix compatibility, 63 Hz (dB)
Right downmix compatibility, 125 Hz (dB)
Right downmix compatibility, 250 Hz (dB)
Right downmix compatibility, 500 Hz (dB)
Right downmix compatibility, 1k Hz (dB)
Right downmix compatibility, 2k Hz (dB)
Right downmix compatibility, 4k Hz (dB)
Right downmix compatibility, 8k Hz (dB)
Right downmix compatibility, 16k Hz (dB)
Mono downmix compatibility, 63 Hz (dB)
Mono downmix compatibility, 125 Hz (dB)
Mono downmix compatibility, 250 Hz (dB)
Mono downmix compatibility, 500 Hz (dB)
Mono downmix compatibility, 1k Hz (dB)
Mono downmix compatibility, 2k Hz (dB)
Mono downmix compatibility, 4k Hz (dB)
Mono downmix compatibility, 8k Hz (dB)
Mono downmix compatibility, 16k Hz (dB)
LFE Downmix compatibility (dB)
Mono spectrum, 63 Hz (dB)
Mono spectrum, 125 Hz (dB)
Mono spectrum, 250 Hz (dB)
Mono spectrum, 500 Hz (dB)
Mono spectrum, 1k Hz (dB)
Mono spectrum, 2k Hz (dB)
Mono spectrum, 4k Hz (dB)
Mono spectrum, 8k Hz (dB)
Mono spectrum, 16k Hz (dB)
LFE bandwidth (Hz)
Interchannel correlation, Ancillary 0
Interchannel correlation, Ancillary 1
Interchannel correlation, Ancillary 2
Interchannel correlation, Ancillary 3
Interchannel correlation, Ancillary 4
Downmix loudness difference (LU)
CF to program loudness difference (LU)
CF to program loudness suspended
Auxiliary DC Input 0 (example = 60 mV)
Auxiliary DC Input 1 (example = 30 mV)
Processing Log File Data In Excel, 2013/05/17

dc_rdg[2]
dc_rdg[3]
dc_rdg[4]
dc_rdg[5]
temp_rdg
e_dc[0]
e_dc[1]
e_dc[2]
e_dc[3]
e_dc[4]
e_dc[5]
e_temp
e_ltc
loud_int[0][0]
loud_int[0][1]
loud_int[1][0]
loud_int[1][1]
m1_type
m2_type
e_cf_lfe
e_f_s
e_f_b
e_lfebw
e_ldmx
e_rdmx
e_mdmx
e_lfedmx
alarm[0]
alarm[1]
alarm[2]
alarm[3]
e_cf_bal
e_loud_dmx
sur_detect
loud_lra_hi[0]
loud_lra_hi[1]
loud_lra_lo[0]
loud_lra_lo[1]
loud_mm[0]
loud_mm[1]
e_under[0]
e_under[1]
e_lr_bal[0]
e_lr_bal[1]
e_loud[0]
e_loud[1]
e_int[0]
e_int[1]
e_tpk[0]
e_tpk[1]
tpk_max[0]
tpk_max[1]
aes_len_ch[0]
aes_len_ch[1]
aes_len_ch[2]
aes_len_ch[3]
aes_len_ch[4]
aes_len_ch[5]
aes_len_ch[6]
aes_len_ch[7]
aes_len_ch[8]
aes_len_ch[9]
aes_len_ch[10]
aes_len_ch[11]
aes_len_ch[12]
aes_len_ch[13]
Page 5 of 6

2
Auxiliary DC Input 2 (example = 20 mV)
2
Auxiliary DC Input 3 (example = 20 mV)
255
Auxiliary DC Input 4 (example = 2.55 V)
5
Auxiliary DC Input 5 (example = 50 mV)
30.75 Internal temperature (degrees C)
0
Auxiliary DC Input 0 error flag
0
Auxiliary DC Input 0 error flag
0
Auxiliary DC Input 0 error flag
0
Auxiliary DC Input 0 error flag
0
Auxiliary DC Input 0 error flag
0
Auxiliary DC Input 0 error flag
0
Internal temperature error flag
1
Missing LTC input
-92.0 Reserved
-1.2
Reserved
-92.1 Primary meter integrated loudness
-5.7
Secondary meter integrated loudness
2
Module 1 type
0
Module 2 type
0
CF-LFE swap error
0
Front-Surround swap error
1
Front-Back swap error
0
LFE bandwidth exceeds threshold
0
Left downmix error
0
Right downmix error
0
Mono downmix error
0
LFE downmix error
0
Alarm 1 is asserted
0
Alarm 2 is asserted
0
Alarm 3 is asserted
0
Alarm 4 is asserted
0
CF to program loudness difference error
1
Downmix loudness difference error
1
Main signal format: 1= surround, 0 = stereo
60
Primary loudness range upper value
60
Secondary loudness range upper value
0
Primary loudness range lower value
0
Secondary loudness range lower value
-1.2
Primary maximum momentary loudness
-5.7
Secondary maximum momentary loudness
1
Primary signal under level error
0
Ancillary signal under level error
0
Primary signal balance error
0
Ancillary signal balance error
1
Primary short-term loudness error
1
Secondary short-term loudness error
0
Primary integrated loudness error
0
Secondary integrated loudness error
0
Primary true peak error
0
Secondary true peak error
-2.0
Primary maximum true peak value
-5.0
Secondary maximum true peak value
Measured Interface Characteristics
1 Measured word length applies to Input 0A
1 Measured word length applies to Input 0B
1 Measured word length applies to Input 1A
1 Measured word length applies to Input 1B
0 Measured word length applies to Input 2A
1 Measured word length applies to Input 2B
0 Measured word length applies to Input 3A
0 Measured word length applies to Input 3B
0 Measured word length applies to Input 4A
0 Measured word length applies to Input 4B
0 Measured word length applies to Input 5A
0 Measured word length applies to Input 5B
0 Measured word length applies to Input 6A
0 Measured word length applies to Input 6B

aes_len_ch[14]
aes_len_ch[15]
chx_aes_len
aes_rate[0]
aes_rate[1]
aes_rate[2]
aes_rate[3]
aes_rate[4]
aes_rate[5]
aes_rate[6]
aes_rate[7]
chxy_SR
sdi_asx
sdi_SR
sdi_vd_std
sdi_int_prog
sdi_m
smp_ch[0]
smp_ch[1]
smp_ch[2]
smp_ch[3]
smp_ch[4]
smp_ch[5]
smp_ch[6]
smp_ch[7]
smp_ch[8]
smp_ch[9]
smp_ch[10]
smp_ch[11]
smp_ch[12]
smp_ch[13]
smp_ch[14]
smp_ch[15]
chx_aes_smp
tod_ch[0]
tod_ch[1]
tod_ch[2]
tod_ch[3]
tod_ch[4]
tod_ch[5]
tod_ch[6]
tod_ch[7]
tod_ch[8]
tod_ch[9]
tod_ch[10]
tod_ch[11]
tod_ch[12]
tod_ch[13]
tod_ch[14]
tod_ch[15]
chx_aes_tod
stat_ch[0]
stat_ch[1]
stat_ch[2]
stat_ch[3]
stat_ch[4]
stat_ch[5]
stat_ch[6]
stat_ch[7]
stat_ch[8]
stat_ch[9]
stat_ch[10]
stat_ch[11]
stat_ch[12]

0 Measured word length applies to Input 7A


0 Measured word length applies to Input 7B
15 Measured word length
AES Specific Interface Characteristics
1 Measured sample rate applies to Input 0
1 Measured sample rate applies to Input 1
1 Measured sample rate applies to Input 2
0 Measured sample rate applies to Input 3
0 Measured sample rate applies to Input 4
0 Measured sample rate applies to Input 5
0 Measured sample rate applies to Input 6
0 Measured sample rate applies to Input 7
0 Measured sample rate
SDI Specific Interface Characteristics
0 SDI clock mode
0 SDI sample rate
0 SDI video standard
0 SDI interlaced/progressive
0 SDI frame rate scaled by 1/1.001
Interface Metadata
1 Sample count applies to AES/SDI Input 0A
1 Sample count applies to AES/SDI Input 0B
1 Sample count applies to AES/SDI Input 1A
1 Sample count applies to AES/SDI Input 1B
1 Sample count applies to AES/SDI Input 2A
1 Sample count applies to AES/SDI Input 2B
1 Sample count applies to AES/SDI Input 3A
1 Sample count applies to AES/SDI Input 3B
0 Sample count applies to AES/SDI Input 4A
0 Sample count applies to AES/SDI Input 4B
0 Sample count applies to AES/SDI Input 5A
0 Sample count applies to AES/SDI Input 5B
0 Sample count applies to AES/SDI Input 6A
0 Sample count applies to AES/SDI Input 6B
0 Sample count applies to AES/SDI Input 7A
0 Sample count applies to AES/SDI Input 7B
0 Sample count
1 Time of Day count applies to Input 0A
1 Time of Day count applies to Input 0B
1 Time of Day count applies to Input 1A
1 Time of Day count applies to Input 1B
1 Time of Day count applies to Input 2A
1 Time of Day count applies to Input 2B
1 Time of Day count applies to Input 3A
1 Time of Day count applies to Input 3B
0 Time of Day count applies to Input 4A
0 Time of Day count applies to Input 4B
0 Time of Day count applies to Input 5A
0 Time of Day count applies to Input 5B
0 Time of Day count applies to Input 6A
0 Time of Day count applies to Input 6B
0 Time of Day count applies to Input 7A
0 Time of Day count applies to Input 7B
0 Time of Day count
1 Channel status bits apply to Input 0A
1 Channel status bits apply to Input 0B
1 Channel status bits apply to Input 1A
1 Channel status bits apply to Input 1B
1 Channel status bits apply to Input 2A
1 Channel status bits apply to Input 2B
0 Channel status bits apply to Input 3A
0 Channel status bits apply to Input 3B
0 Channel status bits apply to Input 4A
0 Channel status bits apply to Input 4B
0 Channel status bits apply to Input 5A
0 Channel status bits apply to Input 5B
0 Channel status bits apply to Input 6A
Processing Log File Data In Excel, 2013/05/17

stat_ch[13]
stat_ch[14]
stat_ch[15]
aes_stat_lock
aes_stat_emp
aes_stat_pcm
aes_stat_pro

0
0
0
0
0
0
0

aes_stat_user
aes_stat_mode
aes_stat_align

0
0
0

aes_stat_wl
aes_stat_auxb
aes_stat_chn
aes_stat_sr
aes_stat_hid
aes_stat_dars
aes_sd_ch[0]
aes_sd_ch[1]
aes_sd_ch[2]
aes_sd_ch[3]
aes_sd_ch[4]
aes_sd_ch[5]
aes_sd_ch[6]
aes_sd_ch[7]
aes_sd_ch[8]
aes_sd_ch[9]
aes_sd_ch[10]
aes_sd_ch[11]
aes_sd_ch[12]
aes_sd_ch[13]
aes_sd_ch[14]
aes_sd_ch[15]
chx_aes_src0
chx_aes_src1
chx_aes_src2
chx_aes_src3
chx_aes_dest0
chx_aes_dest1
chx_aes_dest2
chx_aes_dest3

0
0
0
0
0
0
1
1
1
1
1
1
1
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0

e_rcv[0]
e_rcv[1]
e_rcv[2]
e_rcv[3]
e_rcv[4]
e_rcv[5]
e_rcv[6]
e_rcv[7]
e_ch[0]
e_ch[1]
e_ch[2]
e_ch[3]
e_ch[4]
e_ch[5]
e_ch[6]
e_ch[7]
e_ch[8]
e_ch[9]
e_ch[10]
e_ch[11]
e_ch[12]
e_ch[13]
e_ch[14]
e_ch[15]
Page 6 of 6

6
6
6
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0

Channel status bits apply to Input 6B


Channel status bits apply to Input 7A
Channel status bits apply to Input 7B
0 = source lock NI, 1 = source unlocked
4 = no emphasis, 6 = 50/15us, 7 = J17
Data type: 0 = audio, 1 = nonaudio
Interface format
0 = consumer, 1 = professional
User bit framing
Audio mode
Reference level:
0 = NI, 1 = -20 dBFS, 2 = -18 dBFS
Indicated word length
Auxiliary bit usage
Channel number
Indicated sample rate
Hidden bits: 0 = NI, 1 = Present
Digital audio reference usage
Source & Destination apply to Input 0A
Source & Destination apply to Input 0B
Source & Destination apply to Input 1A
Source & Destination apply to Input 1B
Source & Destination apply to Input 2A
Source & Destination apply to Input 2B
Source & Destination apply to Input 3A
Source & Destination apply to Input 3B
Source & Destination apply to Input 4A
Source & Destination apply to Input 4B
Source & Destination apply to Input 5A
Source & Destination apply to Input 5B
Source & Destination apply to Input 6A
Source & Destination apply to Input 6B
Source & Destination apply to Input 7A
Source & Destination apply to Input 7B
Source character #1
Source character #2
Source character #3
Source character #4
Destination character #1
Destination character #2
Destination character #3
Destination character #4
Interface Errors
Receiver 0 error flags
Receiver 1 error flags
1 Coding error
Receiver 2 error flags
2 Link error
Receiver 3 error flags
4 Unlock error
Receiver 4 error flags
8 Link unused
Receiver 5 error flags
Receiver 6 error flags
Receiver 7 error flags
ch 0A error flags
ch 0B error flags
1 Repeat error
ch 1A error flags
2 Clip error
ch 1B error flags
4 Validity error
ch 2A error flags
8 Reserved
ch 2B error flags
ch 3A error flags
ch 3B error flags
ch 4A error flags
ch 4B error flags
ch 5A error flags
ch 5B error flags
ch 6A error flags
ch 6B error flags
ch 7A error flags
ch 7B error flags

e_g_sr
e_g_al
e_g_wl
e_g_emp
e_g_cp
e_g_mwl
e_g_msr
e_dolby_count
e_dialnorm
error_code

0
0
0
0
0
0
0
0
0
0

frmrate
bsfmt
pgmcfg
fscod
stream
bsid
dlnrm
acmod
smxlev
cmxlev
bsmod
lfeon
dtrate
dsmod
adprodie
mixlev
rmtype
lorocm
lorosm
ltrtpref
loropref
ltrtcm
ltrtsm
xbsie
sur90on
suratton
lfelpfon
bwlpfon
hpfon
copyrtb
origbs
compre
dynrange
adctyp
dhphm
dsrxm
xbsi2e
dynrng
compr
errcnt

0
7
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0

set_cnt
rtc_utc
DST

0
48
1

sample rate metadata inconsistent


alignment level metadata inconsistent
word length metadata inconsistent
emphasis metadata inconsistent
interface format metadata inconsistent
measured word length inconsistent
measured rate inconsistent
Dolby bitstream error
Dialnorm does not match target
Reserved
Dolby Metadata
Dolby E frame rate
Bit stream format
Program configuration
Sample rate
Stream number
Bit stream ID
Dialnorm
Channel format
Surround downmix level
Center downmix level
Bitstream mode
LFE on
Bit rate
Surround mode
mixlev/rmtyp are valid
Mix level
Room size
LoRo center downmix level
LoRo surround downmix level
LtRt downmix preferred
LoRo downmix preferred
LtRt center downmix level
LtRt surround downmix level
lorocm through ltrtsm are valid
Surround phase shift on
Surround attenuation on
LFE lowpass filter on
Bandwidth limiting filter on
Highpass filter on
Copyright asserted
Original bit stream
compr valid
dynrng valid
A/D type
Dolby headphone encoded
Dolby surround EX encoded
adctyp/dhphm/dsrxm are valid
Dolby dynamic range gain word
Dolby compression gain word
Number of coded audio errors, modulo 255
Settings
Increments each time settings array changes
UTC offset (time zone)
Daylight Savings Time

Qualis Audio, Inc.


PO Box 731
Lake Oswego, OR 97034
503.635.9376
www.qualisaudio.com
info@qualisaudio.com

Processing Log File Data In Excel, 2013/05/17

S-ar putea să vă placă și