Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
курсач / материалы / es_201980v040102p.pdf
Скачиваний:
0
Добавлен:
13.05.2026
Размер:
1.25 Mб
Скачать

63

ETSI ES 201 980 V4.1.2 (2017-04)

6.4.3.8Alternative frequency signalling: Region definition data entity - type 7

This data entity allows the definition of geographic areas for which a set of alternative frequencies is provided. This data entity uses the list mechanism for the version flag.

A region can be specified as a geographical area using longitude/latitude and extent values. The area is defined in terms of multiples of 1 × 1 degree "squares". It therefore gives a resolution of (EW × NS) 111 km × 111 km (at equator) or 31 km × 111 km at 70° latitude (e.g. Scandinavia, Canada). The coding provided allows for the signalling of squares of at least about 8 000 km × 14 000 km for < 73° latitude.

The area may in addition be defined in terms of CIRAF zones.

If both geographical areas and CIRAF zones are defined per Region Id and can be evaluated by a receiver, the intersection region shall be used.

This information is as follows:

Region Id

4 bits.

Latitude

8 bits.

Longitude

9 bits.

Latitude Extent

7 bits.

Longitude Extent

8 bits.

and optionally:

n CIRAF Zones n × 8 bits.

The following definitions apply:

Region Id: this field indicates the identifier for this region definition. Up to 15 different geographic regions with an individual Region Id (values 1 to 15) can be defined; the value 0 shall not be used, since it indicates "unspecified geographic area" in data entity type 3 and 11. The Region Id values are used in common for SDC data entities 7 and 13; area definitions per Region Id can be specified by any combination of SDC entities 7 and 13 (see table 24 for limitations).

Latitude: this field specifies the southerly point of the area in degrees, as a 2's complement number between -90 (south pole) and +90 (north pole).

Longitude: this field specifies the westerly point of the area in degrees, as a 2's complement number between -180 (west) and +179 (east).

Latitude Extent: this field specifies the size of the area to the north, in 1° steps; the value of Latitude plus the value of Latitude Extent shall be equal or less than 90.

Longitude Extent: this field specifies the size of the area to the east, in 1° steps; the value of Longitude plus the value of Longitude Extent may exceed the value +179 (i.e. wrap into the region of negative longitude values).

n CIRAF Zones: this field, when present, carries n CIRAF zones (n in the range 0 to 16). Each CIRAF zone is coded as an 8 bit unsigned binary number in the range 1 to 85.

NOTE: The number of CIRAF zones, n, is determined from the length field of the header - 4.

To check whether a certain longitude value is inside the specified longitude range, the following formula in pseudo program code shall be used (with my_longitude in the range -180 to +179):

inside_area = ( (my_longitude

>= longitude) AND

(my_longitude

<= (longitude + longitude_extent) ) OR

( ((longitude +

longitude_extent) >= +180) AND

(my_longitude

<= (longitude + longitude_extent - 360)) )

This data entity can be used in combination with data entity type 13 which defines the geographic regions with greater resolution.

ETSI

64

ETSI ES 201 980 V4.1.2 (2017-04)

Additional information on Alternative Frequency Signalling is provided in annexes F and G.

6.4.3.9Time and date information data entity - type 8

The current time and date can be specified to allow a receiver to follow frequency schedules, etc. This data entity uses the unique mechanism for the version flag. The data entity is coded as follows:

Modified Julian Date

17 bits.

UTC (hours and minutes)

11 bits.

 

and optionally:

 

rfu

2 bits.

Local Time Offset sense

1 bit.

Local Time Offset value

5 bits.

The following definitions apply:

Modified Julian Date: this field indicates the date in MJD format.

UTC: this field specifies the current UTC time expressed in hours (5 bits) and minutes (6 bits).

rfu: this 2-bit field is reserved for future use of the Local Time Offset sense and Local Time Offset value fields and shall be set to zero until defined.

Local Time Offset sense: this field, when present, shall indicate the sense of the local time offset (LTO) from UTC, as follows:

0:positive offset, local time is in advance of UTC;

1:negative offset, local time is behind UTC.

Local Time Offset value: this field, when present, shall indicate the value of the local time offset (LTO) from UTC. It is expressed in multiples of half hours. When combined with the Local Time Offset sense it permits the LTO to indicate -15,5 hours to +15,5 hours with respect to UTC.

The presence of the rfu, Local Time Offset sense and Local Time Offset value fields shall be determined from the value of the length field of the SDC data entity header.

When the time and date are signalled, this data entity shall be carried in the first SDC block on or after the minute's edge.

NOTE: It is intended that the LTO is used to indicate the local time in the targeted reception area. If multiple time zones are likely to be present in the targeted reception area, the LTO should not be used.

6.4.3.10Audio information data entity - type 9

Each audio service needs a detailed description of the parameters needed for audio decoding. This data entity uses the reconfiguration mechanism for the version flag.

Short Id

2 bits.

Stream Id

2 bits.

audio coding

2 bits.

SBR flag

1 bit.

audio mode

2 bits.

audio sampling rate

3 bits.

text flag

1 bit.

ETSI

 

 

65

ETSI ES 201 980 V4.1.2 (2017-04)

enhancement flag

1 bit.

 

coder field

5 bits.

 

rfa

1 bit.

 

codec specific config

8n bits.

 

The following definitions apply:

short Id: this field indicates the short Id for the service concerned.

Stream Id: this field indicates the stream Id of the stream that carries the service concerned. audio coding: this field indicated the source coding system as follows:

00: AAC. 01: reserved.

10:reserved.

11:xHE-AAC.

SBR flag: this field depends upon the value of the audio coding field as follows: audio coding field = 00 (AAC):

0:SBR not used.

1:SBR used.

audio coding field = 01 (reserved), 10 (reserved) or 11 (xHE-AAC):

rfa 1 bit.

audio mode: this field depends upon the value of the audio coding field as follows: audio coding field = 00 (AAC):

00: mono.

01: parametric stereo.

10:stereo.

11:reserved.

audio coding field = 01 (reserved) or 10 (reserved):

rfa 2 bits.

audio coding field = 11 (xHE-AAC): 00: mono.

01: reserved.

10:stereo.

11:reserved.

audio sampling rate: this field indicates the audio sampling rate of the core coder and depends upon the value of the audio coding field as follows:

audio coding field = 00 (AAC): 000: reserved.

ETSI

66

ETSI ES 201 980 V4.1.2 (2017-04)

001: 12 kHz. 010: reserved. 011: 24 kHz.

100:reserved.

101:48 kHz.

110:reserved.

111:reserved.

audio coding field = 01 (reserved) or 10 (reserved):

rfa 3 bits.

audio coding field = 11 (xHE-AAC): 000: 9,6 kHz.

001: 12 kHz. 010: 16 kHz. 011: 19,2 kHz.

100:24 kHz.

101:32 kHz.

110:38,4 kHz.

111:48 kHz.

text flag: this field indicates whether a text message is present or not as follows:

0:no text message is carried.

1:text message is carried (see clause 6.5).

enhancement flag: this field indicates whether audio enhancement data is available in another channel as follows:

0:no enhancement available.

1:enhancement is available.

coder field: this field depends upon the value of the audio coding field and SBR flag as follows: audio coding field = 00 (AAC) or 11 (xHE-AAC):

MPEG Surround mode

3 bits.

rfa

2 bits.

audio coding field = 01 (reserved) or 10 (reserved):

• rfa 5 bits.

MPEG Surround mode: this 3-bit field indicates whether MPEG Surround information is provided along with the AAC core and describes the MPEG Surround target channel setup as follows:

000: no MPEG Surround information available. 001: reserved.

010: MPEG Surround with 5.1 output channels.

ETSI

Соседние файлы в папке материалы