Pulse encoding and decoding method and pulse codec

In a pulse encoding and decoding method and a pulse codec, more than two tracks are jointly encoded, so that free codebook space in the situation of single track encoding can be combined during joint encoding to become code bits that may be saved. Furthermore, a pulse that is on each track and required to be encoded is combined according to positions, and the number of positions having pulses, distribution of the positions that have pulses on the track, and the number of pulses on each position that has a pulse are encoded separately, so as to avoid separate encoding performed on multiple pulses of a same position, thereby further saving code bits.

Skip to: Description  ·  Claims  ·  References Cited  · Patent History  ·  Patent History
Description
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation of U.S. patent application Ser. No. 13/725,301, filed on Dec. 21, 2012, which is a continuation of International Application No. PCT/CN2011/074999, filed on May 31, 2011, and the International Application claims priority to Chinese Patent Application No. 201010213451.5, filed on Jun. 24, 2010. The aforementioned patent applications are hereby incorporated by reference in their entireties.

TECHNICAL FIELD

The present invention relates to a pulse encoding and decoding method and a pulse codec.

BACKGROUND

In vector encoding technologies, an algebraic codebook is often used to perform quantization encoding on a residual signal after adaptive filtering. After position and symbol information of an optimal algebraic codebook pulse on a track is obtained through searching, a corresponding index value is obtained through encoding calculation, so that a decoding end can reconstruct a pulse sequence according to the index value. In a precondition that lossless reconstruction is ensured, bits required by a code index value are reduced as much as possible, which is one of the major objectives of research and development of algebraic codebook pulse encoding methods.

A preferred encoding method, namely, the adaptive multi-rate wideband (AMR_WB+, Adaptive Multi-Rate Wideband) encoding method in speech encoding is taken as an example below to illustrate a specific encoding method adopted by an existing algebraic codebook pulse. According to different code bit rates, 1 to N pulses may be encoded on each track. It is assumed that each track has M=2m positions, in the AMR_WB+, processes of encoding 1 to 6 pulses on each track are respectively described as follows:

One pulse is encoded on each track.

Each track has 2m positions, therefore on each track, a position index of the pulse requires m bits for encoding, and a symbol index of the pulse requires 1 bit for encoding. An index value of 1 pulse with a symbol is encoded as:
I1p(m)=p+s×2m,

where pε[0, 2m−1] is the position index of the pulse; s is the symbol index of the pulse; when a pulse symbol is positive, s is set as 0, and when the pulse symbol is negative, s is set as 1; I1pε[0, 2m+1−1].

The number of bits required for encoding 1 pulse on each track is: m+1.

Two pulses are encoded on each track.

According to the result of , m+1 bits are required for encoding 1 pulse on each track, and encoding a position index of the other pulse requires m bits. Because there is no special requirement for order of the pulses, a value relationship obtained by arraying position indexes of the pulses may be used to indicate a symbol of the other pulse. An index value of 2 pulses is encoded as:
I2p(m)=p1+I1p0×2m=p1+p0×2m+s×22m,

where p0, p1ε[0, 2m−1] are the position indexes of the 2 pulses respectively; s is a symbol index of a pulse p0; a specific symbol indication rule of a pulse p1 is: p0<p1 indicates that 2 pulse symbols are the same, p0>p1 indicates that 2 pulse symbols are opposite to each other; I2pε[0, 22m+1−1].

The number of bits required for encoding 2 pulses on each track is: 2m+1.

Three pulses are encoded on each track.

Each track is divided into two sections: Section A and Section B. Each section individually includes 2m−1 positions. A certain section includes at least 2 pulses. According to the result of , 2×(m−1)+1=2m−1 bits are required for encoding the section. Another pulse is searched for on the whole track, and according to the result of , m+1 bits are required. In addition, 1 bit is further required to indicate the section including 2 pulses. An index value of 3 pulses is encoded as:
I3p(m)=I2p(m−1)+22m−1+I1p(m)×22m,

where k is an index of the Section; I3pε[0, 23m+1−1].

The number of bits required for encoding 3 pulses on each track is: 3m+1.

Four pulses are encoded on each track.

Each track is divided into two sections: Section A and Section B. Each section individually includes 2m−1 positions. Combinations of the numbers of pulses included in each section are as shown in the following table.

The number of pulses The number of pulses Required Type in Section A in Section B bits 0 0 4 4m − 3 1 1 3 4m − 2 2 2 2 4m − 2 3 3 1 4m − 2 4 4 0 4m − 3

In the foregoing table, bases of the required bits corresponding to each type are: For type 0 and type 4, in a section having 4 pulses, the method similar to that of is adopted, but the number of pulses for overall searching is 2, which is equivalent to I2p(m−2)+k×22m−3+I2p(m−1)×22m−2; for type 1, it is equivalent to I1p(m−1)+I3p(m−1)×2m; for type 2, it is equivalent to I2p(m−1)+I2p(m−1)×22m−1; and for type 3, it is equivalent to I3p(m−1)+I1p(m−1)×23m−2.

Type 0 and type 4 are regarded as a possible situation, and types 1 to 3 each are regarded as a situation, so that totally there are 4 situations, therefore 2 bits are required to indicate corresponding situations, and types 1 to 3 each require 4m−2+2=4m bits. Furthermore, for the situation including type 0 and type 4, 1 bit is further required for distinction, so that type 0 and type 4 require 4m−3+2+1=4m bits.

The number of bits required for encoding 4 pulses on each track is: 4m.

Five pulses are encoded on each track.

Each track is divided into two sections: Section A and Section B. Each section individually includes 2m−1 positions. A certain section includes at least 3 pulses. According to the result of , 3×(m−1)+1=3m−2 bits are required for encoding the section. The other two pulses are searched for on the whole track, and according to the result of , 2m+1 bits are required. In addition, 1 bit is further required to indicate the section including 3 pulses. An index value of 5 pulses is encoded as:
I5p(m)=I3p(m−1)+23m−2+I1p(m)×23m−1.

The number of bits required for encoding 5 pulses on each track is: 5m.

Six pulses are encoded on each track.

Each track is divided into two sections: Section A and Section B. Each section individually includes 2m−1 positions. Combinations of the numbers of pulses included in each section are as shown in the following table.

The number of pulses The number of pulses Required Type in Section A in Section B bits 0 0 6 6m − 5 1 1 5 6m − 5 2 2 4 6m − 5 3 3 3 6m − 4 4 4 2 6m − 5 5 5 1 6m − 5 6 6 0 6m − 5

In the foregoing table, bases of the required bits corresponding to each type may be deduced according to , which is not repeatedly described.

Types 0 and 6, types 1 and 5, types 2 and 4 are each regarded as a possible situation, and type 3 is separately regarded as a situation, so that totally there are 4 situations, therefore 2 bits are required to indicate corresponding situations, and type 3 requires 6m−4+2=6m−2 bits. For those situations including combined types, 1 bit is further required for distinction, so that other types, except for type 3, require 6m−5+2+1=6m−2 bits.

The number of bits required for encoding 6 pulses on each track is: 6m−2.

In the process of proposing the present invention, the inventor finds that: In the algebraic pulse encoding method provided by the AMR_WB+, encoding logic similar to recursion is adopted, a situation in which the number of encoded pulses is relatively large is divided into several situations in which the number of encoded pulses is relatively small for processing, therefore calculation is complicated, and meanwhile, as the number of encoded pulses on the track increases, redundancy of code indexes accumulates gradually, which easily causes waste of code bits.

SUMMARY

Embodiments of the present invention provide a pulse encoding method which is capable of saving code bits.

A pulse encoding method includes: obtaining pulses that are on T tracks and required to be encoded, where T is an integer greater than or equal to 2; separately collecting, according to positions, statistics about a pulse that is on each track and required to be encoded, to obtain the number Nt of positions that have pulses on each track, distribution of the positions that have pulses on the track, and the number of pulses on each position that has a pulse, where the subscript t represents a tth track, and tε[0, T−1]; according to the number {N0, N1, . . . , NT-1} of positions that have pulses and are on each track, determining a first index I1, where the first index corresponds to all possible distribution situations of positions that have pulses and are on each track under the number of the positions having pulses, where the number of the positions having pulses is represented by it; determining a second index I2t of each track separately according to distribution of the positions that have pulses on each track, where the second index indicates, among all possible distribution situations corresponding to the first index, a distribution situation which corresponds to distribution of current positions having pulses on a corresponding track; determining a third index I3t of each track separately according to the number of pulses on each position that has a pulse and is on each track; and generating a code index Ind, where the code index includes information of the first index and the second and third indexes of each track.

Another pulse encoding method includes: obtaining pulses that are on T tracks and required to be encoded, where T is an integer greater than or equal to 2; separately collecting, according to positions, statistics about a pulse that is on each track and required to be encoded, to obtain the number Nt of positions that have pulses on each track, distribution of the positions that have pulses on the track, and the number of pulses on each position that has a pulse, where the subscript t represents a tth track, and tε[0, T−1]; according to the number of positions that have pulses and are on each track, determining a first index I1t of each track, where the first index I1t corresponds to all possible distribution situations of positions that have pulses and are on the track under the number of the positions having pulses, where the number of the positions having pulses is represented by it; determining a second index I2t of each track separately according to distribution of the positions that have pulses on each track, where the second index indicates, among all possible distribution situations corresponding to the first index, a distribution situation which corresponds to distribution of current positions having pulses and is on the track; determining a third index I3t of each track separately according to the number of pulses on each position that has a pulse and is on each track; and generating a code index Ind, where the code index includes information of the first, second, and third indexes of each track.

Embodiments of the present invention further provide a corresponding pulse decoding method, and a corresponding pulse encoder and decoder.

In the embodiments of the present invention, more than two tracks are jointly encoded, so that free codebook space in the situation of single track encoding can be combined during joint encoding to become code bits that may be saved. Furthermore, a pulse that is on each track and required to be encoded is combined according to positions, and the number of positions having pulses, distribution of the positions that have pulses on the track, and the number of pulses on each position that has a pulse are encoded separately, so as to avoid separate encoding performed on multiple pulses of a same position, thereby further saving code bits.

BRIEF DESCRIPTION OF THE DRAWINGS

FIG. 1 is a schematic flow chart of an encoding method according to Embodiment 1 of the present invention;

FIG. 2 is a schematic diagram of pulse position mapping according to Embodiment 1 of the present invention;

FIG. 3 is a schematic flow chart of an encoding method according to Embodiment 2 of the present invention;

FIG. 4 is a schematic flow chart of an encoding method according to Embodiment 3 of the present invention;

FIG. 5 is a schematic diagram of track pulse superposition according to Embodiment 4 of the present invention;

FIG. 6 is a schematic diagram of indexes of pulse distribution tracks according to Embodiment 4 of the present invention;

FIG. 7 is a schematic flow chart of a decoding method according to Embodiment 5 of the present invention;

FIG. 8 is a schematic flow chart of a decoding method according to Embodiment 6 of the present invention;

FIG. 9 is a schematic flow chart of a decoding method according to Embodiment 7 of the present invention;

FIG. 10 is a schematic diagram of a logical structure of an encoder according to Embodiment 8 of the present invention; and

FIG. 11 is a schematic diagram of a logical structure of a decoder according to Embodiment 9 of the present invention.

DETAILED DESCRIPTION

An embodiment of the present invention provides a pulse encoding method, in which more than two tracks are jointly encoded to save code bits. Embodiments of the present invention further provide a corresponding pulse decoding method and a pulse codec. Descriptions are respectively provided below in detail.

In a speech encoder, information of positions and symbols (if involved) of all pulses on each track are obtained through codebook searching. The information needs to be transferred to a decoding end completely, so that the decoding end can uniquely recover the information of positions and symbols (if involved) of all the pulses. Meanwhile, in order to decrease a bit rate as much as possible, it is expected that bits as less as possible are used to transfer the information.

It may be known through theoretical analysis that, the number of permutations and combinations of positions and symbols (if involved) of all pulses on a same track is a minimum value of codebook space, and the corresponding number of code bits is a theoretical lower limit value. The total number of positions on a track and the total number of pulses on the track are specific. For situations in which the total number of positions on a track and the total number of pulses on the track have different values, the number of permutations and combinations of positions and symbols of all pulses is not always an integer power of 2, therefore the theoretical lower limit value of the number of code bits is not always an integer, and in this case, the actual number of code bits of single-track encoding is at least the integer part of the theoretical lower limit value plus 1, which inevitably causes part of the codebook space to be free. For example, Table 1 provides a theoretical lower limit value and an actual lower limit value of the number of code bits and situation of free space when the total number N of pulses required to be encoded is 1 to 6 on a track with the total number of positions being 16.

TABLE 1 The Number of Required Bits (bit) The The Total Actual Lower Number Number of Per- Theoretical Limit Value of of Free Propor- mutations and Lower Limit Single-track Combina- tion of N Combinations Value Encoding tions the Free 1 32 5 5 0 0 2 512 9 9 0 0 3 5472 12.4179 13 2720 33.2% 4 44032 15.4263 16 21504 32.8% 5 285088 18.1210 19 239200 45.6% 6 1549824 20.5637 21 547328 26.1%

It may be seen from Table 1 that, inmost situations, the actual lower limit value may still incur great waste of the codebook space, therefore the present invention proposes that, joint encoding is performed on more than two tracks, and in this way, free codebook space in single-track encoding may be combined, and once combined free space is sufficient, 1 actual code bit may be reduced. Obviously, for tracks of a same type (both the total numbers of positions on the tracks and the total numbers of pulses on the tracks are the same), if only joint encoding is performed on K tracks, 1 code bit may be saved, K≧1/(1−kk), where kk is fractional part of a theoretical lower limit value of the single-track encoding. For example, for tracks with kk being smaller than 0.5, such as the tracks that are in Table 1 and with the total number of pulses being 3, 4, and 5, joint encoding of two together may save 1 code bit. For the tracks that are in Table 1 and with the total number of pulses being 6, joint encoding of three together may save 1 code bit. Definitely, joint encoding of tracks of different types may also achieve a same effect, and if only a sum of kks of 2 tracks is smaller than 1, or a sum of kks of 3 tracks is smaller than 2, 1 bit may be saved; obviously, if a sum of kks of 3 tracks is smaller than 1, 2 bits may be saved, and on the rest can be deduced by analogy. Table 2 provides a comparison between joint encoding of 2 tracks of a same type and single-track encoding (it is taken into account that a pulse has a symbol), where the total number of positions on the track is 16, and the total number N of pulses required to be encoded is 3 to 5.

TABLE 2 The Number of Actual Lower Actual Lower Permutations and Limit Value of Limit Value of Combinations from Encoding of 2 Joint Encoding of N Joining 2 Tracks Single Tracks 2 Tracks 3 5472 × 5472 26 25 4 44032 × 44032 32 31 5 285088 × 285088 38 37

Table 3 provides a comparison between joint encoding of 2 to 3 tracks of different types and single-track encoding (it is taken into account that a pulse has a symbol), where the total number of positions on the track is 16, and the total number N of pulses required to be encoded is 3 to 5.

TABLE 3 The Number of Actual Lower Actual Lower Permutations and Limit Value of Limit Value of Joint Combinations of Single-track Joint Encoding mode N Single Tracks Encoding of Tracks Joining 3 5472 13 28 of 2 4 44032 16 Tracks Joining 4 44032 16 34 of 2 5 285088 19 Tracks Joining 3 5472 13 47 of 3 4 44032 16 Tracks 5 285088 19

The foregoing provides the theoretical analysis of saving the number of bits in joint encoding of multiple tracks. In order to achieve a theoretical effect, a code index is required to use codebook space as efficiently as possible. Encoding methods for achieving an actual bit lower limit value of joint encoding of multiple tracks are separately provided below through specific embodiments.

Embodiment 1

A pulse encoding method, as shown in FIG. 1, includes:

A1: Obtain pulses that are on T tracks and required to be encoded, where T is an integer greater than or equal to 2.

In the T tracks, the total number of pulses required to be encoded on each track is usually determined according to a bit rate. The more the number of pulses required to be encoded, obviously, the more the number of bits required by a code index, and the higher the bit rate. In the specification, pulse_numt represents the total number of pulses that are on a tth track and required to be encoded. It is assumed that pulse_numt=Nt, tε[0, T−1]. The total numbers of pulses on tracks of joint encoding may be the same, and may also be different.

A2: Separately collect, according to positions, statistics about a pulse that is on each track and required to be encoded, to obtain the number Nt of positions that have pulses on each track, distribution of the positions that have pulses on the track, and the number of pulses on each position that has a pulse.

In the specification: pos_numt represents the number of positions that have pulses and are on the tth track. Distribution of Nt pulses on the track may overlap in terms of position, and it is assumed that pos_numt=Nt, so that obviously Ntε[1, Nt].

A pulse position vector Pt(Nt)={pt(0), pt(1), . . . , pt(Nt−1)} represents the distribution of the positions that have pulses and are on the tth track, where pt(n) represents a position serial number of a position that has a pulse on the tth track, nε[0, Nt−1], pt(n)ε[0, Mt−1], Mt in the specification represents the total number of positions on the tth track, generally Mt may be 8, 16 and so on, and the total numbers of positions on the tracks of joint encoding may be the same, and may also be different.

A pulse number vector SUt(Nt)={sut(0), sut(1), . . . , sut(Nt−1)} represents the number of pulses on each position that has the pulse and is on the tth track, where sut(n) represents the number of pulses of a pt(n) position, and obviously sut(0)+sut(1)+ . . . +sut(Nt−1)=Nt.

Furthermore, a pulse required to be encoded may have a symbol, that is, have a feature of being positive or negative. In this case, when statistics is collected, according to the positions, about the pulses that are on the track and required to be encoded, it is further required that pulse symbol information of each position that has the pulse is obtained, and in the specification:

A pulse symbol vector St(Nt)={st(0), st(1), . . . , st(Nt−1)} represents pulse symbol information of each position that has the pulse and is on the tth track, where st(n) represents a pulse symbol of the pt(n) position and is called a symbol index of the pt(n) position. Based on that the pulse symbol represented by st(n) has a binary nature of being positive or negative, generally the following simple encoding manner may be adopted: st(n)=0 is used to indicate a positive pulse, and st(n)=1 is used to indicate a negative pulse. Definitely, for pulses required to be encoded, a pulse symbol is not a necessary feature, and according to actual needs, a pulse may have only position and quantity features, and in this case, it is not required to collect statistics about the pulse symbol information.

Obviously, values in Pt(Nt), SUt(Nt) and St(Nt) have one-to-one correspondence.

After parameters Nt, Pt(Nt), SUt(Nt), and St(Nt) required for joint encoding of tracks are obtained by collecting statistics, it is required that the parameters are encoded into indexes, and correspondence between the parameters and the indexes is established, so that a decoding side can recover corresponding parameters according to the indexes. Two indicating manners may be adopted for the correspondence. One is that an algebraic manner is used to indicate a calculation relationship, and in this situation, an encoding side performs forward calculation on the parameters to obtain the indexes, and the decoding side performs reverse calculation on the indexes to obtain the parameters. The other one is that a mapping manner is used to indicate a query relationship, and in this situation, the encoding and decoding sides both need to store a mapping table associating the parameters with the indexes. Selection may be performed on the two kinds of correspondence according to specific features of the parameters. Generally speaking, in a situation with a large amount of data, designing correspondence indicated by the calculation relationship can save the amount of storage of the encoding and decoding sides, and is favorable. Encoding of each parameter is illustrated below respectively.

A3: According to the number {N0, N1, . . . , NT-1} of positions that have pulses and are on each track, determine a first index I1, where the first index I1 corresponds to all possible distribution situations of positions that have pulses and are on each track under the number of the positions having pulses, where the number of the positions having pulses is represented by it.

The total number of possible situations of the {N0, N1, . . . , NT-1} combination is

t = 0 T - 1 N t .
A value of Nt is not large, generally the total number T of tracks of joint encoding is also not very large, so that the total number of possible situations of the {N0, N1, . . . , NT-1} combination is not very large, and therefore it is feasible that correspondence between the {N0, N1, . . . , NT-1} combination and the first index I1 adopts the calculation relationship or the query relationship.

When the correspondence between the {N0, N1, . . . , NT-1} combination and I1 is established, generally, a one-to-one relationship may be set between them and I1, that is, a first index corresponds to a {N0, N1, . . . , NT-1} combination. The value Nt of pos_numt determines the total number Wt(Nt) of all possible situations of Pt(Nt), Wt(Nt)=CMtNt, and “C” indicates acquiring the number of combinations, so that an I1 corresponds to

t = 0 T - 1 W t ( N t )
possible Pt(Nt) combinations {P0(N0), P1(N1), . . . , PT-1(NT-1)}.

Definitely, if some Nt values of a certain track correspond to a small number of situations of Pt(Nt), the Nt values may be combined to correspond to a same I1, that is, at least one I1 corresponds to more than two {N0, N1, . . . , NT-1} combinations, and in this case, an extra additional index Ift is required to distinguish the {N0, N1, . . . , NT-1} combinations corresponding to the same I1, that is, the additional index Ift is used to further determine a current Nt value of a track with a non-one Nt value corresponding to I1.

Different I1 may be regarded as a classification index of joint encoding of tracks, which divides codebook space of entire joint encoding into several parts according to combinations of the numbers of pulse positions of each track. Situations of combination classification of joint encoding are illustrated below through examples. Table 4 is a combination classification scheme of 3-pulse 2-track joint encoding. Totally there are 3×3 Nt value combinations, and each combination corresponds to a classification (I1). It is assumed that the total numbers Mt of positions on the tracks are all 16.

TABLE 4 Track 0 Track 1 The Number of Pt(Nt) Classification Nt Nt combinations 1 3 3 560 × 560 2 3 2 560 × 120 3 2 3 120 × 560 4 2 2 120 × 120 5 3 1 560 × 16  6 1 3  16 × 560 7 2 1 120 × 16  8 1 2  16 × 120 9 1 1  16 × 120

Table 5 is a combination classification scheme of 4-pulse 2-track joint encoding. Totally there are 4×4 Nt value combinations, and similarly, each kind of combination corresponds to a classification (I1). It is assumed that the total numbers Mt of positions on the tracks are all 16.

TABLE 5 Track 0 Track 1 The Number of Pt(Nt) Classification Nt Nt combinations 1 4 4 1820 × 1820 2 4 3 1820 × 560  3 3 4  560 × 1820 4 3 3 560 × 560 5 4 2 1820 × 120  6 2 4  120 × 1820 7 3 2 560 × 120 8 2 3 120 × 560 9 4 1 1820 × 16  10 1 4  16 × 1820 11 2 2 120 × 120 12 3 1 560 × 16  13 1 3  16 × 560 14 2 1 120 × 16  15 1 2  16 × 120 16 1 1 16 × 16

Table 6 is a combination classification scheme of 5-pulse 2-track joint encoding. What is different from the foregoing two examples is that, situations of Nt=1, 2, 3 are combined for classification. Totally there are 3×3 classifications (I1), and some classifications each correspond to multiple Nt value combinations. It is assumed that the total numbers Mt of positions on the tracks are all 16.

TABLE 6 Track 0 Track 1 The Number of Pt(Nt) Classification Nt Nt combinations 1 5 5 4368 × 4368 2 5 4 4368 × 1820 3 4 5 1820 × 4368 4 4 4 1820 × 1820 5 5 1, 2, 3 4368 × (16 + 120 + 560) 6 1, 2, 3 5 (16 + 120 + 560) × 4368 7 4 1, 2, 3 1820 × (16 + 120 + 560) 8 1, 2, 3 4 (16 + 120 + 560) × 1820 9 1, 2, 3 1, 2, 3 (16 + 120 + 560) × (16 + 120 + 560)

It may be seen from Table 6 that, Nt values (generally Nt values corresponding to the small numbers of position combinations) are combined together for classification, which may effectively reduce the total number of classifications of joint encoding (for example, the number of classifications is 9 in Table 6, which is far smaller than the number, 25, of classifications in a one-to-one corresponding situation). Definitely, accordingly, it is required that the extra additional index Ift is used to determine a current Nt value in a classification situation where non-one Nt values exist. That is, space divided by I1 is further divided into subspace identified by the additional index Ift.

A4: Determine a second index I2t of each track separately according to distribution Pt(Nt) of positions that have pulses and are on each track, where the second index I2t indicates, among all possible distribution situations corresponding to the first index I1, a distribution situation which corresponds to distribution of current positions having pulses on a corresponding track.

The total possible number of Pt(Nt) is Wt(Nt)=CMtNt, and the amount of data is large, therefore it is more suitable to adopt the calculation relationship for correspondence with the second index I2t, and definitely it is also feasible to adopt the query relationship. Obviously, Wt(Nt) is the number of all possible values of I2t. If a value of I2t is counted starting from 0, I2tε[0, Wt(Nt)−1].

Definitely, in a situation where the additional index Ift needs to be used, the Nt value determining a range of I2t is jointly determined by the first index I1 and the additional index Ift.

In order to determine the correspondence between Pt(Nt) and I2t through algebraic calculation, a calculation formula of the second index I2t is provided below:

I 2 t = C M t N t - C M t - p t ( 0 ) N t + n = 1 N t - 1 [ C M t - p t ( n - 1 ) - 1 N t - n - C M t - p t ( n ) N t - n ] ;

where pt(n) represents a position serial number of an nth position that has a pulse on a track, nε[0, Nt−1], pt(0)ε[0, Mt−Nt], pt(n)ε[pt(n−1)+1, Mt−Nt+n], pt(0)<pt(1)< . . . <pt(Nt−1), or pt(0)>pt(1)> . . . >pt(Nt−1).

By adopting the foregoing method, the second index I2t of each track can be obtained through the calculation relationship. Because the amount of data occupied by I2t in the code index is large, adopting the calculation method can reduce the amount of storage on both the encoding and decoding sides as much as possible. Meanwhile, because I2t is continuously encoded and strictly one-to-one corresponds to Pt(Nt), code bits can be used to a maximum degree, thereby avoiding waste. For principles, specific deduction and descriptions of the calculation method, reference may be made to the China Patent Application (the publication date is Oct. 29, 2008) with the publication No. being CN101295506, and particularly reference may be made to page 13 line 18 to page 15 line 9 of the specification of the application file (Embodiment 2, drawings 14 and 15); and for a corresponding decoding calculation method, reference may be made to page 16 line 23 to page 17 line 12 of the specification of the application file (Embodiment 4).

A5: Determine a third index I3t of each track separately according to the number SUt(Nt) of pulses on each position that has the pulse and is on the track.

SUt(Nt) is a vector having the same number of dimensions as Pt(Nt), but it is limited that sut(0)+sut(1)+ . . . +sut(Nt−1)=Nt, and generally the value of Nt is not large, normally 1 to 6, therefore the total possible number of SUt(Nt) is not large, and it is feasible to adopt the calculation relationship or the query relationship for correspondence with the third index I3t. It should be noted that, in some extreme situations, for example Nt=1 or Nt=Nt, in this case SUt(Nt) only has one possible situation, no specific I3t is required for indication, and the I3t may be regarded as any value not affecting generation of a final code index.

In order to determine correspondence between SUt(Nt) and I3t through algebraic calculation, a calculation method of the third index I3t is provided below:

For a tth track, situations that Nt positions having pulses have Nt pulses are mapped to situations that Nt positions have Nt-Nt pulses, where Nt represents the total number of pulses that are required to be encoded and on the tth track. For example, in the four kinds of 6-pulse 4-position (Nt=6, Nt=4) situations shown in FIG. 2, SUt(Nt) is always {1, 2, 1, 2}, 1 is subtracted from the number of pulses in each position (because each position has at least one pulse) to obtain {0, 1, 0, 1}, that is, information of SUt(Nt) is mapped to a 2-pulse 4-position encoding situation.

According to set order, all possible distribution situations of Nt−Nt pulses on Nt positions are arrayed, and an arrayed serial number is used as the third index I3t indicating the number of pulses on a position that has a pulse.

A calculation formula reflecting the foregoing calculation method is:

I 3 t = C PPT Δ 𝒩 t - C PPT - q ( 0 ) Δ 𝒩 t + h = 1 Δ 𝒩 t - 1 [ C PPT - h - q ( h - 1 ) Δ 𝒩 t - h - C PPT - h - q ( h ) Δ 𝒩 t - h ] ;

Where □Nt=Nt−Nt, PPT=Nt−1, q(h) represents a position serial number of an (h+1)th pulse, hε[0, □Nt−1], q(h)ε[0, Nt−1], q(0)≦q(1)≦ . . . ≦q(□Nt−1), or q(0)≧q(1)≧ . . . ≧q(□Nt−1), and Σ indicates summation.

For principles, specific deduction and descriptions of the calculation method, reference may be made to the China Patent Application (the publication date is Mar. 18, 2009) with the publication No. being CN101388210, and particularly reference may be made to page 8 line 23 to page 10 line 7 of the specification of the application file (Embodiment 2, drawing 6); and for a corresponding decoding calculation method, reference may be made to page 21 line 10 to page 21 line 27 of the specification of the application file (Embodiment 6).

A6: Generate a general code index Ind of T tracks, where the code index Ind includes information of the first index I1 and the second and third indexes I2t and I3t of each track.

I1, I2t, I3t, the additional index Ift (if involved) and the symbol index Ist (if involved) may be placed in the code index in any manner that can be identified by the decoding side, and for example in a simplest manner, may be stored in fixed fields separately and separately. In consideration of a precondition that the total number pulse_numt of pulses required to be encoded on each track is specific, the value Nt of each pos_numt indicated by I1 determines a variation range of I2t and I3t, that is, determines the number of code bits required by I2t and I3t (if involved, also determines the number of code bits required by Ist), therefore the following manners may be adopted to construct the code index.

The first index I1 is used as a starting value, and information of other indexes are superposed. A value of I1 corresponds to an independent value range of the code index. In this way, the decoding side may directly determine a value combination {N0, N1, . . . , NT-1} of pos_numt according to the value range of the code index. Definitely, in a situation with the additional index, only an Nt value combination of the track with a non-one Nt value corresponding to the first index can be determined according to I1, for example, the combination “1, 2, 3” in Table 6. No matter an Nt value or an Nt value combination is determined, its required encoding space is determined, so that the value range determined by I1 (generally corresponds to a certain length of a field) may be further divided into T parts to be used by I2t, I3t, and Ift (if involved) of T tracks separately.

I2t and I3t may be placed in any manner that can be identified by the decoding side, and for example in a simplest manner, may be stored separately. Because I2t and I3t usually cannot be represented by an integer power of 2, in order to save code bits as much as possible, I2t and I3t of the tth track may be combined into the following form to be placed in a section allocated from the value range determined by I1:
Index(t)=I2t+I3t×Wt(Nt)=I2t+I3t×CMtNt,

where I2t and I3t are both encoded starting from 0, I2tε[0, Wt(Nt)−1], I3tε[0, Class(Nt)−1], and Class(Nt) is the total possible number of SUt(Nt). Obviously, the manner is equivalent to that the value range allocated from I1 is divided into Class(Nt) sections with the length being Wt(Nt), and each section corresponds to a distribution situation of SUt(Nt).

Definitely, in a situation where Ift needs to be used, the value range allocated from I1 to the track needs to be first assigned by Ift to different Nt for use, and then I2t and I3t are placed in the space assigned to each Nt, and in this case,
Index(t)=Ift+I22+I3t×CMtNt.

Definitely, in a situation where an encoded pulse is a pulse with a symbol, each Index(t) is further required to include information of a symbol index st(n) of each pulse. For example, the symbol index Ist of the tth track may be used as a field with the length being Nt to be placed in a fixed position, for example, the end, in the value range allocated from I1 to the track, and in this case,

Index(t)=(I2t+I3t×CMtNt)×2Nt+Ist (for a track with a one Nt value corresponding to the first index), or,

Index(t)=Ift+(I2t+I3t×CMtNt)×2Nt+Ist (for a track with a non-one Nt value corresponding to the first index),

where Ist=st(0)×2Nt−1+st(1)×2Nt−2+ . . . +st(Nt−1).

In conclusion, a construction manner of the general code index Ind of the T tracks may be indicated as:

Ind = I 1 + Index ( T - 1 ) + I max ( T - 1 ) × { × { Index ( 2 ) + I max ( 2 ) × [ Index ( 1 ) + I max ( 1 ) × Index ( 0 ) ] } } = I 1 + Index ( 0 ) × t = 1 T - 1 I max ( t ) + Index ( 1 ) × t = 2 T - 1 I max ( t ) + + Index ( T - 1 ) ,

where Imax(t) represents an upper limit value of Index(t), and “□” represents multiplying. During decoding, a manner of taking a remainder of Imax(t) may be adopted to separate Index(t) one by one. For example, (Ind−I1) is used to take a remainder of Imax(T−1) to obtain Index(T−1), Index(T−1) is subtracted from (Ind−I1) to obtain a value, which is divided by Imax(T−1), and then a remainder of Imax(T−2) is further obtained to obtain Index(T−2), and the rest can be deduced by analogy until Index(0) is obtained.

It should be easily understood that, the foregoing exemplified code index construction manner is only an alternative manner of this embodiment, and persons skilled in the art may use basic information forming the code index to easily obtain a construction manner of another code index structure. For example, index positions are swapped or recombined. Specifically, I2t of different tracks may be combined first, and then I3t and Ist are combined. The specific construction manner of the code index does not limit the embodiment of the present invention.

Embodiment 2

A pulse encoding method, where in this embodiment, an index of each track of joint encoding is calculated separately, and combined to form a code index, as shown in FIG. 3, includes the following steps:

B1: Obtain pulses that are on T tracks and required to be encoded, where T is an integer greater than or equal to 2.

B2: Separately collect, according to positions, statistics about a pulse that is on each track and required to be encoded, to obtain the number Nt of positions that have pulses on each track, distribution of the positions that have pulses on the track, and the number of pulses on each position that has a pulse.

Steps B1 and B2 may be executed with reference to steps A1 and A2 in Embodiment 1.

B3: According to the number of positions that have pulses and are on each track, determine a first index I1t of each track separately, where the first index I1t corresponds to all possible distribution situations of positions that have pulses and are on the track under the number of the positions having pulses, where the number of the positions having pulses is represented by the first index I1t.

B4: Determine a second index I2t of each track separately according to the distribution of positions that have pulses and are on each track, where the second index I2t indicates, among all possible distribution situations corresponding to the first index I1t, a distribution situation which corresponds to distribution of current positions having pulses and is on the track.

B5: Determine a third index I3t of each track separately according to the number of pulses on each position that has a pulse and is on each track.

Steps B3 to B5 may be executed with reference to steps A1 and A2 in Embodiment 1. For details of the process of obtaining the index of each track separately, reference may be made to the China Patent Application (the publication date is Oct. 29, 2008) with the publication No. being CN101295506, and particularly reference may be made to page 6 line 13 to page 15 line 9 of the specification of the application file (Embodiment 1 and Embodiment 2); and for a corresponding decoding calculation method, reference may be made to page 15 line 11 to page 17 line 12 of the specification of the application file (Embodiment 3 and Embodiment 4).

A6: Generate a general code index Ind of T tracks, where the code index Ind includes information of the first, second, and third indexes I1t, I2t and I3t of each track.

I1t, I2t, I3t, and a symbol index Ist (if involved) may be placed in the code index in any manner that can be identified by a decoding side, and for example in a simplest manner, may be stored in fixed fields separately. Definitely, combination may also be performed. For example, indexes of tracks are combined together separately and then superposed. That is, the following manner is adopted to construct the code index:

Ind = Index ( 0 ) × t = 1 T - 1 I max ( t ) + Index ( 1 ) × t = 2 T - 1 I max ( t ) + + Index ( T - 1 ) ,

where Imax(t) represents an upper limit value of Index(t),

Index(t)=I1t+I2t+I3t×CMtNt (a situation where a pulse symbol is not taken into account), or,

Index(t)=I1t+(I2t+I3t×CMtNt)×2Nt+Ist (a situation where a pulse symbol is taken into account).

It is easily understood that, the foregoing exemplified code index construction manner is only an alternative manner of this embodiment, and persons skilled in the art may use basic information forming the code index to easily obtain a construction manner of another code index structure. For example, index positions are swapped or recombined in each track. The specific construction manner of the code index does not limit the embodiment of the present invention.

Embodiment 3

a pulse encoding method. This embodiment is a method proposed on the basis of Embodiment 1 or Embodiment 2 to further save code bits.

A generation process of a code index Ind in the pulse encoding method in this embodiment may be executed with reference to the method in Embodiment 1 or Embodiment 2. After the code index Ind is generated, the following operations are executed, as shown in FIG. 4, and include:

C1: Compare the code index Ind with an adjustment threshold THR, where
THR≦2Bmax−Imax(T),

Imax(T) represents an upper limit value of Ind, Bmax represents an upper limit value of the number of bits used for encoding the code index; if Ind is smaller than THR, the procedure proceeds to step C2, otherwise the procedure proceeds to step C3.

C2: Encode Ind by using code bits, the number of which is the first number.

C3: Encode Ind plus an offset value THR0 by using code bits, the number of which is the second number, where THR≦THR0≦2Bmax−Imax(T), the so called first number is smaller than the second number, the second number is smaller than or equal to Bmax, and the first number and the second number are both positive integers.

For example, for a situation of joint encoding of two 4-pulse tracks (it is assumed that the total number of positions of each track is 16), the total possible number of Ind is Imax(T)=44032×44032 (it is taken into account that a pulse has a symbol), 31 code bits are required, its free codebook space is 231−44032×44032=208666624, it may be set that THR=THR0=208666624; when Ind is smaller than 208666624, code bits, the number of which is the first number (30), are used to encode Ind; when Ind is greater than 208666624, code bits, the number of which is the second number (31), are used to encode Ind+208666624. Obviously, there is a probability of 9.7% of further saving a bit on the basis of the 31 bits. Definitely, the adjustment threshold THR may be set to be smaller than 208666624, so as to save more bits, but accordingly, a probability of occurrence of a situation where a bit may be saved decreases dramatically, so that it needs balance consideration.

For principles, specific deduction and descriptions of the method for saving bits, reference may be made to the China Patent Application (the application date is Jun. 19, 2009) with the application No. being CN200910150637.8.

Furthermore, in order to increase the probability of occurrence of the situation where the bit may be saved, the following preferred manner may be adopted to set correspondence between a first index I1 and a {N0, N1, . . . , NT-1} combination that are in the code index Ind. Collect statistics about a probability of occurrence of the {N0, N1, . . . , NT-1} combination, to make a first index corresponding to a combination with a higher probability of occurrence be smaller, so as to decrease an encoded index value of the combination with the high probability of occurrence as much as possible.

Embodiment 4

A pulse encoding method. This embodiment proposes a new method for joint encoding of tracks from a perspective different from Embodiment 1 and Embodiment 2.

In Embodiment 1 and Embodiment 2, no matter joint classification is performed on situations of positions that have pulses and are on the tracks (Embodiment 1) or the first index is set for each track (Embodiment 2), processing needs to be performed separately on pulse position distribution of each track. In this embodiment, a new idea is adopted, that is, tracks of joint encoding are overlapped to form 1 track, and pulse distribution information is superposed. For example, as shown in FIG. 5, 2 3-pulse tracks are superposed to form 1 6-pulse track (it is assumed that the number of positions of each track is 16), and then,

According to a distribution situation of pulses of a single track, a distribution index of a superposed track is calculated. For example, the combination manner of I1t, I2t, I3t, and Ist described in Embodiment 2 may be adopted.

A track index is established according to a situation of a track to which a pulse belongs. For example, as shown in FIG. 6, the 3-position 6-pulse obtained by superposition in FIG. 5 corresponds to different track distribution situations, and different track indexes may be used to indicate corresponding situations separately. In FIG. 6, “0” represents a pulse on a track 0, and “x” represents a pulse on a track 1.

The distribution index which is of a single track and obtained by superposing the pulses and the track index indicating the track to which the pulse belongs are combined together to obtain a final code index.

The joint encoding method in this embodiment may also save code bits as Embodiment 1 and Embodiment 2, and furthermore, may also be used in combination with Embodiment 3 to achieve the objective of further saving code bits.

Embodiment 5

A pulse decoding method, where the decoding method provided in this embodiment decodes a code index obtained according to the encoding method in Embodiment 1, and a decoding process is a reverse process of an encoding process, as shown in FIG. 7, includes:

D1: Obtain a code index Ind, extract a first index I1 from the code index Ind, and determine, according to the first index I1, the number {N0, N1, . . . , NT-1} of positions that have pulses and are on each track of T tracks.

Extracting information of each index from Ind may be performed according to a reverse process of combining indexes into Ind during encoding. For example, if each index is stored in a fixed field separately, each index may be directly extracted.

If Ind adopts the structure provided in Embodiment 1 in which I1 is used as the starting value to superpose other indexes, I1 may be extracted first, and Index(t) of each track is separated from Ind according to a {N0, N1, . . . , NT-1} combination corresponding to I1. In this case, an I1 corresponds to an independent value range of Ind, therefore a decoding side may judge a value range to which Ind belongs among several set independent value ranges, and determine the first index I1 according to a starting value corresponding to the value range to which Ind belongs.

Definitely, in a situation where a track with a non-one Nt value corresponding to the first index I1 exists, for the track, I1 determines its Nt value combination, an actual Nt value is determined by a further-extracted additional index Ift, and in this case, the separated Index(t) includes information of Ift.

D2: Extract a second index I2t of each track and a third index I3t of each track from the code index Ind.

Similar to I1, extraction of I2t and I3t is also performed according to a reverse process of combination into Index(N), and for independent placement, extraction may be performed directly. If a encoding manner in which superposition is performed after combination, where the encoding manner is in Embodiment 1, is adopted for I2t and I3t, in this step, I2t, I3t, Ift (if involved) and Ist (if involved) are separated from Index(t), and a reverse operation may be performed according to the combination process.

For example, in a situation where Ift and Ist are not involved, I2t=Index(t) % Wt(Nt), and I3t=Int[Index(t)/Wt(Nt)], where % represents taking of a remainder, and Int represents rounding. In a situation where Ift is involved, similar to determining I1, the additional index Ift may be determined according to a starting value corresponding to a value range to which Index(t) belongs, and after Ift is separated, I2t, I3t, and Ist (if involved) are further extracted according to the determined Nt value.

D3: For each track, according to the second index I2t, determine distribution of the positions that have pulses on the track under the number of positions having pulses, where the number of positions having pulses corresponds to the first index I1 and Ift (if involved).

A reverse process of encoding I2t is adopted for decoding I2t. If during encoding, I2t is obtained by adopting a calculation relationship, a reverse operation is performed by using the same calculation relationship during decoding. If during encoding, I2t is obtained by using a query relationship, the same correspondence is queried during decoding.

D4: For each track, according to the third index I3t, determine the number of pulses on each position that has a pulse.

D5: For each track, according to distribution Pt(Nt) of the positions that have pulses on the track and the number SUt(Nt) of pulses on each position that has the pulse, reconstruct a pulse sequence on the track.

For a situation where a pulse has a symbol, when a pulse sequence on each track is reconstructed, a positive or negative feature of a pulse symbol of each position that has a pulse is recovered according to pulse symbol information carried in each symbol index st(n).

Embodiment 6

A pulse decoding method, where the decoding method provided in this embodiment decodes a code index obtained according to the encoding method in Embodiment 2, and a decoding process is a reverse process of an encoding process, as shown in FIG. 8, includes:

E1: Obtain a code index Ind, extract a first index I1t of each track from the code index Ind, and determine, according to the first index I1t, the number Nt of positions having pulses for each track.

In a situation where the total number Nt of pulses on each track is determined (under different bit rates, the total number of bits of the code index is different, therefore a decoding side may determine the total number Nt of pulses on each track directly according to the length (the number of bits) of the code index), an upper limit value Imax(t) of Index(t) is determined, therefore Index(t) of each track may be directly separated from Ind, and I1t and corresponding Nt are determined according to a value range of Index(t).

E2: Extract a second index I2t of each track and a third index I3t of each track from the code index Ind. That is, I2t and I3t are separated from Index(t), which may be executed with reference to step D2 in Embodiment 5. If a pulse symbol is involved, Ist may be further separated.

E3: For each track, according to the second index I2t, determine distribution of the positions that have pulses on the track under the number of positions having pulses, where the number of positions having pulses corresponds to the first index nt.

E4: For each track, according to the third index I3t, determine the number of pulses on each position that has a pulse.

E5: For each track, according to distribution Pt(Nt) of the positions that have pulses on the track and the number SUt(Nt) of pulses on each position that has the pulse, reconstruct a pulse sequence on the track.

Steps E3 to E5 may be executed with reference to steps D3 to D5 in Embodiment 5.

Embodiment 7

A pulse decoding method, where the decoding method provided in this embodiment corresponds to the encoding method in Embodiment 3, and decodes a code stream of length-variable encoding in Embodiment 3 to obtain a code index, and a process is as shown in FIG. 9, includes:

F1: Extract code bits, the number of which is the first number, from an encoded code stream.

F2: If a decoded value of the code bits, the number of which is the first number, is smaller than an adjustment threshold THR, proceed to step F3, otherwise proceed to step F4.

F3: Use the decoded value of the code bits, the number of which is the first number, as a code index Ind.

F4: Otherwise, increase the number of extracted code bits to the second number, and use a value obtained by subtracting an offset value THR0 from a decoded value of code bits, the number of which is the second number, as a code index Ind.

According to the decoding method in this embodiment, after the code index Ind is obtained from the encoded code stream, the code index Ind may be further decoded according to the decoding method in Embodiment 5 or Embodiment 6.

Embodiment 8

A pulse encoder 10, where the encoder provided in this embodiment may be used to execute the encoding method in Embodiment 1, as shown in FIG. 10, includes:

A pulse statistics unit 101 is configured to obtain pulses that are on T tracks and required to be encoded, where T is an integer greater than or equal to 2; and separately collect, according to positions, statistics about a pulse that is on each track and required to be encoded, to obtain the number Nt of positions that have pulses on each track, distribution of the positions that have pulses on the track, and the number of pulses on each position that has a pulse, where the subscript t represents a tth track, and tε[0, T−1].

An index calculation unit 102 includes:

A first index unit 1021 is configured to, according to the number {N0, N1, . . . , NT-1} of positions that have pulses and are on each track, output a first index I1, where I1 corresponds to all possible distribution situations of positions that have pulses and are on each track under the number of the positions having pulses, where the number of the positions having pulses is represented by it.

A second index unit 1022 is configured to output a second index I2t of each track separately according to distribution of positions that have pulses and are on each track, where I2t indicates, among all possible distribution situations corresponding to I1, a distribution situation which corresponds to distribution of current positions having pulses on a corresponding track.

A third index unit 1023 is configured to output a third index I3t of each track separately according to the number of pulses on each position that has the pulse and is on each track.

An index combination unit 103 is configured to combine information of the first index I1 and the second and third indexes I2t and I3t of each track to form a code index Ind.

In a situation where at least one first index corresponds to more than two {N0, N1, . . . , NT-1} combinations, the index calculation unit 102 may further include an additional index unit 1024 (indicated by a block with dotted edges in FIG. 10), configured to, for a track with a non-one Nt value corresponding to the first index, determine an additional index Ift corresponding to the number of current positions that have pulses and are on the track, where the additional index Ift corresponds to all possible distribution situations of positions that have pulses and are on the track under the number of positions having pulses, where the number of positions having pulses is represented by it. In this case, the index combination unit 103 further combines information of the additional index Ift into the code index Ind.

Furthermore, in a situation where length-variable encoding is performed on the code index by adopting the method in Embodiment 3, the pulse encoder 10 in this embodiment may further include a code bit adjustment unit 104 (indicated by a block with dotted edges in FIG. 10), configured to compare the code index Ind with an adjustment threshold THR after the index combination unit 103 generates the code index, where,
THR≦2Bmax−Imax(T),

Imax(T) represents an upper limit value of Ind, and Bmax represents an upper limit value of the number of bits used for encoding the code index; and

if Ind is smaller than THR, code bits, the number of which is the first number, are used to encode Ind; otherwise, code bits, the number of which is the second number, are used to encode Ind plus an offset value THR0, where THR≦THR0≦2Bmax−Imax(T), the used first number is smaller than the second number, the second number is smaller than or equal to Bmax, and the first number and the second number are both positive integers.

Embodiment 9

A pulse decoder 20, where the decoder provided in this embodiment may be used to execute the decoding method in Embodiment 5, as shown in FIG. 11, includes:

A first extraction unit 201 is configured to obtain a code index Ind, extract a first index I1 from the code index Ind, and determine, according to the first index, the number {N0, N1, . . . , NT-1} of positions that have pulses and are on each track of T tracks.

A second extraction unit 202 is configured to extract a second index I2t of each track and a third index I3t of each track from the code index Ind.

A first decoding unit 203 is configured to, for each track, according to the second index I2t, determine distribution of the positions that have pulses on the track under the number of positions having pulses, where the number of positions having pulses corresponds to the first index.

A second decoding unit 204 is configured to, for each track, according to the third index I3t, determine the number of pulses on each position that has a pulse.

A pulse reconstruction unit 205 is configured to, for each track, according to distribution of the positions that have pulses on the track and the number of pulses on each position that has the pulse, reconstruct a pulse sequence on the track.

In a situation where at least one first index corresponds to more than two {N0, N1, . . . , NT-1} combinations, the decode in this embodiment may further include:

An additional extraction unit 206 (indicated by a block with dotted edges in FIG. 11) is configured to, for a track with a non-one Nt value corresponding to the first index, extract an additional index Ift corresponding to the number of current positions that have pulses and are on the track, where the additional index Ift corresponds to all possible distribution situations of positions that have pulses and are on the track under the number of positions having pulses, where the number of positions having pulses is represented by it. In this case, the second extraction unit 202 extracts the second index I2t of the track and the third index I3t of the track according to the number of current positions that have pulses and are on a corresponding track, where the number of current positions that have pulses and are on a corresponding track is determined by the additional index Ift extracted by the additional extraction unit 206.

Furthermore, in a situation where decoding is performed on a code stream of length-variable encoding by adopting the method in Embodiment 7, the pulse decoder 20 in this embodiment may further include a decoding bit adjustment unit 207 (indicated by a block with dotted edges in FIG. 11), configured to extract code bits, the number of which is the first number, from an encoded code stream; if a decoded value of the code bits, the number of which is the first number, is smaller than an adjustment threshold THR, use the decoded value of the code bits, the number of which is the first number, as a code index Ind for output; otherwise, increase the number of extracted code bits to the second number, and use a value obtained by subtracting an offset value THR0 from a decoded value of code bits, the number of which is the second number, as a code index Ind for output.

Persons of ordinary skill in the art may understand that, all or part of the steps in the method of the foregoing embodiments may be implemented through a program instructing relevant hardware. The program may be stored in a computer readable storage medium, and the storage medium may include a read only memory, a random access memory, a magnetic disk or an optical disk, and so on.

The pulse encoding and decoding methods and the pulse codec according to the embodiments of the present invention are described in detail above. The principles and implementation manners of the present invention are described here through specific embodiments. The description about the foregoing embodiments is merely provided for ease of understanding of the method and its core ideas of the present invention. Meanwhile, persons of ordinary skill in the art may make variations to the specific implementation manners and application scopes according to the ideas of the present invention. Therefore, the specification shall not be construed as a limit to the present invention.

Claims

1. A pulse audio encoding method performed by a pulse encoder which is implemented by hardware, comprising:

obtaining algebraic codebook pulses that are on T tracks and to be encoded, wherein T is an integer greater than or equal to 2;
separately collecting, according to positions, statistics about at least one pulse that is on each track and to be encoded, to obtain the number Nt of positions that have at least one pulse on each track, distribution of the positions that have at least one pulse on each track, and the number of pulses on each position that has at least one pulse, wherein the subscript t represents a tth track, and tε[0, T−1];
according to a {N0, N1,..., NT-1} combination of the number of positions that have at least one pulse on the T tracks, determining a first index I1, wherein the first index I1 corresponds to all possible distribution situations of positions that have at least one pulse and are on each track;
determining a second index I2t of each track separately according to distribution of positions that have at least one pulse and are on each track, wherein the second index indicates, among all possible distribution situations corresponding to the first index I1, a distribution situation which corresponds to distribution of current positions having at least one pulse on a corresponding track;
determining a third index I3t of each track separately according to the number of pulses on each position that has at least one pulse and is on each track; and
generating a code index Ind, wherein the code index comprises information of the first index, the second index of each track and the third index of each track.

2. The audio encoding method according to claim 1, further comprises:

obtaining, according to a positive or negative feature of a pulse symbol of each position that has at least one pulse and is on each track, pulse symbol information of each position that has at least one pulse and is on each track; and
the code index Ind further comprises information of a symbol index which corresponds to each position that has at least one pulse and is on each track, and the symbol index indicates pulse symbol information which is of a position that has at least one pulse and corresponds to the symbol index.

3. The audio encoding method according to claim 1, wherein:

the first index corresponds to one {N0, N1,..., NT-1} combination, or,
the first index corresponds to at least two {N0, N1,..., NT-1} combinations, wherein for a track with at least two Nt values corresponding to the first index, an additional index corresponding to the number of current positions that have at least one pulse and are on the track with at least two Nt values is further determined, the additional index corresponds to all possible distribution situations of positions that have at least one pulse and are on the track with at least two Nt values, wherein the number of positions having at least one pulse in the track with at least two Nt values is represented by the additional index, and the code index further comprises information of the additional index.

4. The audio encoding method according to claim 3, wherein the code index Ind is generated by adopting the following manner: Ind = I ⁢ ⁢ 1 + Index ⁡ ( 0 ) × ∏ t = 1 T - 1 ⁢ I max ⁡ ( t ) + Index ⁡ ( 1 ) × ∏ t = 2 T - 1 ⁢ I max ⁡ ( t ) + … + Index ⁡ ( T - 1 );

wherein Imax(t) represents an upper limit value of Index(t), “Π” represents multiplying, and Index(t) is generated by adopting the following manner:
in a situation in which a symbol index is not comprised, for a track with a one Nt value corresponding to the first index:
Index(t)=I2t+I3t×CMtNt, wherein “C” indicates acquiring the number of combinations, and Mt represents the total number of positions on a tth track;
in a situation in which a symbol index is not comprised, for a track with at least two Nt values corresponding to the first index:
Index(t)=Ift+I2t+I3t×CMtNt, wherein Ift represents an additional index which is of a tth t track and corresponds to a current Nt value;
in a situation in which a symbol index is comprised, for a track with a one Nt value corresponding to the first index:
Index(t)=(I2t+I3t×CMtNt)×2Nt+Ist, wherein Ist represents a symbol index of a tth track, there are Nt bits, and a value of each bit indicates pulse symbol information which is of a position that has at least one pulse and corresponds to the bit; and
in a situation in which a symbol index is comprised, for a track with at least two Nt values corresponding to the first index:
Index(t)=Ift+(I2t+I3t×CMtNt)×2Nt+Ist.

5. The audio encoding method according to claim 1, wherein after generating the code index, the method further comprises:

comparing the code index Ind with an adjustment threshold THR, wherein THR≦2Bmax−Imax(T),
Imax(T) represents an upper limit value of Ind, and Bmax represents an upper limit value of the number of bits used for encoding the code index; and
when Ind is smaller than THR, code bits, the number of which is a first number, are adopted to encode Ind; otherwise, code bits, the number of which is a second number, are adopted to encode Ind plus an offset value THR0, wherein THR≦THR0≦2Bmax−Imax(T), the first number is smaller than the second number, the second number is smaller than or equal to Bmax, and the first number and the second number are both positive integers.

6. The audio encoding method according to claim 5, wherein correspondence between the first index and a {N0, N1,..., NT-1} combination is determined by adopting the following manner: collecting statistics about a probability of occurrence of the {N0, N1,..., NT-1} combination, to make a first index corresponding to a combination of a higher probability of occurrence be smaller.

7. The audio encoding method according to claim 1, wherein determining a third index I3t of each track separately according to the number of pulses on each position that has the pulses and is on each track comprises:

for the tth track, situations that Nt positions having pulses have pulses are mapped to situations that Nt positions have −Nt pulses, wherein represents the total number of pulses to be encoded on the tth track; and
according to set order, all possible distribution situations of −Nt pulses on Nt positions are arrayed, and an arrayed serial number is used as the third index I3t indicating the number of pulses on a position that has at least one pulse.

8. The audio encoding method according to claim 7, wherein a calculation formula of the third index I3t of each track is: I ⁢ ⁢ 3 t = C PPT Δ ⁢ ⁢ 𝒩 t - C PPT - q ⁡ ( 0 ) Δ ⁢ ⁢ 𝒩 t + ∑ h = 1 Δ ⁢ ⁢ 𝒩 t - 1 ⁢ [ C PPT - h - q ⁡ ( h - 1 ) Δ ⁢ ⁢ 𝒩 t - h - C PPT - h - q ⁡ ( h ) Δ ⁢ ⁢ 𝒩 t - h ];

wherein ΔNt=−Nt, PPT=−1, q(h) represents a position serial number of an (h+1)th pulse, hε[0, Δ−1], q(h)ε[0, Nt−1], q(0)≦q(1)≦... ≦q(Δ−1), or q(0)≧q(1)≧... >q(Δ−1), and Σ indicates summation.

9. The audio encoding method according to claim 1, wherein a calculation formula of the second index I2t of each track is: I ⁢ ⁢ 2 t = C M t N t - C M t - p ⁡ ( 0 ) N t + ∑ n = 1 N t - 1 ⁢ [ C M t - p ⁡ ( n - 1 ) - 1 N t - n - C M t - p ⁡ ( n ) N t - n ];

wherein pt(n) represents a position serial number of an nth position that has at least one pulse on a track, nε[0, Nt−1], pt(0)ε[0, Mt−Nt], pt(n)ε[pt(n−1)+1, Mt−Nt+n], pt(0)<pt(1)<... <pt(Nt−1), or pt(0)>pt(1)>... >pt(Nt−1).

10. A pulse audio decoding method performed by a pulse decoder which is implemented by hardware, comprising:

obtaining an algebraic codebook code index Ind, extracting a first index from the code index, and determining, according to the first index, a {N0, N1,..., NT-1} combination of the number of positions that have at least one pulse on T tracks, wherein the subscript t of Nt represents a tth track, tε[0, T−1], and T is an integer greater than or equal to 2;
extracting a second index I2t of the tth track and a third index I3t of the tth track from the code index;
according to the second index, determining distribution of positions that have at least one pulses on the tth track under the number of positions having at least one pulse on the tth track, Nt which is determined according to the first index;
according to the third index, determining the number of pulses on each position that has at least one pulse on the tth track; and
according to distribution of the positions that have at least one pulse on the tth track and the number of pulses on each position that has at least one pulse, reconstructing a pulse sequence on the tth track.

11. The audio decoding method according to claim 10, wherein extracting the first index from the code index comprises:

judging a value range to which the code index belongs among several set independent value ranges, and determining the first index according to a starting value corresponding to the value range to which the code index belongs.

12. The audio decoding method according to claim 10, wherein:

the first index corresponds to one {N0, N1,..., NT-1} combination, or,
the first index corresponds to at least two {N0, N1,..., NT-1} combinations; for a track with at least two Nt values corresponding to the first index, an additional index corresponding to the number of current positions that have at least one pulse and are on the track with at least two Nt values is further extracted, and the additional index corresponds to all possible distribution situations of positions that have at least one pulse and are on the track with at least two Nt values, wherein the number of positions having at least one pulse in the track with at least two Nt values is represented by the additional index.

13. The audio decoding method according to claim 10, wherein obtaining the code index Ind comprises:

extracting code bits, the number of which is a first number, from an encoded code stream;
when a decoded value of the code bits, the number of which is the first number, is smaller than an adjustment threshold THR, using the decoded value of the code bits as a code index Ind;
otherwise, increasing the number of extracted code bits to a second number, and using a value obtained by subtracting an offset value THR0 from a decoded value of code bits, the number of which is the second number, as a code index Ind.

14. A pulse audio encoder implemented by hardware comprising:

a pulse statistics unit, configured to obtain algebraic codebook pulses that are on T tracks and to be encoded, wherein T is an integer greater than or equal to 2; and separately collect, according to positions, statistics about at least one pulse that is on each track and to be encoded, to obtain the number Nt of positions that have at least one pulse on each track, distribution of the positions that have at least one pulse on each track, and the number of pulses on each position that has at least one pulse, wherein the subscript t represents a tth track, and tε[0, T−1];
an index calculation unit, wherein the index calculation unit comprises: a first index unit, configured to, according to a {N0, N1,..., NT-1} combination of the number of positions that have at least one pulse on the T tracks, determine a first index I1, wherein the first index I1 corresponds to all possible distribution situations of positions that have at least one pulse and are on each track; a second index unit, configured to output a second index I2t of each track separately according to distribution of positions that have at least one pulses and are on each track, wherein the second index indicates, among all possible distribution situations corresponding to the first index, a distribution situation which corresponds to distribution of current positions having at least one pulse on a corresponding track; and a third index unit, configured to output a third index I3t of each track separately according to the number of pulses on each position that has at least one pulse and is on the track; and
an index combination unit, configured to combine information of the first index I1, the second index of each track and the third index of each track to generate a code index Ind.

15. The audio encoder according to claim 14, wherein the first index corresponds to at least two {N0, N1,..., NT-1} combinations,

the index calculation unit further comprises an additional index unit, configured to, for a track with at least two Nt values corresponding to the first index, determine an additional index corresponding to the number of current positions that have at least one pulse and are on the track with at least two Nt values, wherein the additional index corresponds to all possible distribution situations of positions that have at least one pulse and are on the track with at least two Nt values, wherein the number of positions having at least one pulse in the track with at least two Nt values is represented by the additional index; and
the index combination unit further combines information of the additional index into the code index.

16. The audio encoder according to claim 14, further comprising a code bit adjustment unit, configured to compare the code index Ind with an adjustment threshold THR after the index combination unit generates the code index, wherein

THR≦2Bmax−Imax(T),
Imax(T) represents an upper limit value of Ind, and Bmax represents an upper limit value of the number of bits used for encoding the code index; and
when Ind is smaller than THR, code bits, the number of which is a first number, are adopted to encode Ind; otherwise, code bits, the number of which is a second number, are adopted to encode Ind plus an offset value THR0, wherein THR≦THR0≦2Bmax−Imax(T), the first number is smaller than the second number, the second number is smaller than or equal to Bmax, and the first number and the second number are both positive integers.

17. A pulse audio decoder implemented by hardware executing comprising:

a first extraction unit, configured to obtain an algebraic codebook code index Ind, extract a first index from the code index, and determine, according to the first index, a {N0, N1,..., NT-1} combination of the number of positions that have at least one pulse on T tracks, wherein the subscript t of Nt represents a tth track, tε[0, T−1], and T is an integer greater than or equal to 2;
a second extraction unit, configured to extract a second index I2t of each track and a third index I3t of each track from the code index;
a first decoding unit, configured to, according to the second index, determine distribution of the positions that have at least one pulse on the tth track under the number of positions having at least one pulses on the tth track, Nt which is determined according to the first index;
a second decoding unit, configured to, according to the third index, determine the number of pulses on each position that has at least one pulse on the tth track; and
a pulse reconstruction unit, configured to, according to distribution of the positions that have at least one pulse on the tth track and the number of pulses on each position that has at least one pulse, reconstruct a pulse sequence on the tth track.

18. The audio decoder according to claim 17, wherein the first index corresponds to at least two {N0, N1,..., NT-1} combinations, and the decoder further comprises:

an additional extraction unit, configured to, for a track with at least two Nt values corresponding to the first index, extract an additional index corresponding to the number of current positions that have at least one pulse and are on the track with at least two Nt values, wherein the additional index corresponds to all possible distribution situations of positions that have at least one pulse and are on the track with at least two Nt values, wherein the number of positions having at least one pulse is represented by the additional index; and
the second extraction unit extracts the second index I2t of the track and the third index I3t of the track according to the number of current positions that have at least one pulse and are on a corresponding track, wherein the number of current positions that have at least one pulse and are on a corresponding track is determined by the additional index extracted by the additional extraction unit.

19. The audio decoder according to claim 17, further comprising a decoding bit adjustment unit, configured to extract code bits, the number of which is a first number, from an encoded code stream; when a decoded value of the code bits, the number of which is the first number, is smaller than an adjustment threshold THR, use the decoded value of the code bits as a code index Ind for output; otherwise, increase the number of extracted code bits to a second number, and use a value obtained by subtracting an offset value THR0 from a decoded value of code bits, the number of which is the second number, as a code index Ind for output.

Referenced Cited
U.S. Patent Documents
4631521 December 23, 1986 El-Sherbini
7574354 August 11, 2009 Lamblin et al.
8280729 October 2, 2012 Yu et al.
8294602 October 23, 2012 Ma et al.
8527265 September 3, 2013 Reznik et al.
20020111799 August 15, 2002 Bernard
20040064310 April 1, 2004 Banba et al.
20040093368 May 13, 2004 Lee et al.
20050065785 March 24, 2005 Bessette
20050228653 October 13, 2005 Morii
20050267746 December 1, 2005 Jelinek et al.
20090234644 September 17, 2009 Reznik et al.
20090240491 September 24, 2009 Reznik
20090240493 September 24, 2009 Zhang et al.
20100280831 November 4, 2010 Salami et al.
20110026581 February 3, 2011 Ojala et al.
20110184733 July 28, 2011 Yu et al.
20120086586 April 12, 2012 Ma et al.
20130021177 January 24, 2013 Ma et al.
Foreign Patent Documents
101295506 October 2008 CN
101388210 March 2009 CN
101483043 July 2009 CN
101931414 December 2010 CN
2157573 February 2010 EP
2004514182 May 2004 JP
2004163737 June 2004 JP
2010526325 July 2010 JP
2008134974 November 2008 WO
Other references
  • ETSI TS 126 190 V9.0.0; Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; Mandatory Speech Codec speech processing functions; Adaptive Multi-Rate (AMR) speech codec; Transcoding functions(3GPP TS 26.090 version 9.0.0 Release 9); Jan. 2010; total 57 pages.
Patent History
Patent number: 8909520
Type: Grant
Filed: Jan 8, 2014
Date of Patent: Dec 9, 2014
Patent Publication Number: 20140122066
Assignee: Huawei Technologies Co.,Ltd (Shenzhen)
Inventors: Fuwei Ma (Shenzhen), Dejun Zhang (Beijing)
Primary Examiner: Matthew Baker
Application Number: 14/150,498
Classifications
Current U.S. Class: Linear Prediction (704/219); Transformation (704/203); Pulse Code Modulation (pcm) (704/212); Noise (704/226); Audio Signal Bandwidth Compression Or Expansion (704/500); Digital Code To Digital Code Converters (341/50); Bandwidth Reduction Or Expansion (375/240)
International Classification: G10L 19/02 (20130101); G10L 19/00 (20130101); G10L 21/00 (20130101); G10L 21/04 (20130101); H03M 7/00 (20060101); H03M 1/66 (20060101); G10L 19/107 (20130101); G10L 19/12 (20130101); G10L 19/24 (20130101);