The present invention relates generally to coding vectors and in particular, to low-complexity combinational Factorial Pulse Coding of vectors.
Methods for coding vector or matrix quantities for speech, audio, image, video, and other signals are well known. One such method described in U.S. Pat. No. 6,236,960 by Peng, et. al, (which is incorporated by reference herein) is known as Factorial Pulse Coding (or FPC). FPC can code a vector xi using a total of M bits, given that:
and all values of vector xi are integral valued such that −m≦xi≦m, where m is the total number of unit amplitude pulses, and n is the vector length. The total M bits are used to code N combinations in a maximally efficient manner, such that the following expression, which describes the theoretical minimum number of combinations, holds true:
For this equation, F(n,d) are the number of combinations of d non-zero vector elements over n positions given by:
D(m,d) are the number of combinations of d non-zero vector elements given m total unit pulses given by:
D(m,d)=F(m−1,d−1), (4)
and 2d represents the combinations required to describe the polarity (sign) of the d non-zero vector elements. The term min(m, n) allows for the case where the number of unit magnitude pulses m exceeds the vector length n. A method and apparatus for coding and decoding vectors of this form have been fully described in the prior art. Furthermore, a practical implementation of this coding method has been described in 3GPP2 standard C.S0014-B, where the vector length n=54 and the number of unit magnitude pulses m=7 produce an M=35 bit codeword.
While these values of n and m do not cause any unreasonable complexity burden, larger values can quickly cause problems, especially in mobile handheld devices which need to keep memory and computational complexity as low as possible. For example, use of this coding method for some applications (such as audio coding) may require n=144 and m=28, or higher. Under these circumstances, the cost associated with producing the combinatorial expression F(n,d) using prior art methods may be too high for practical implementation.
In looking at this cost in greater detail, we can rewrite Eq. 3 as:
Direct implementation is problematic because F(144, 28) would require 197 bits of precision in the numerator and 98 bits of precision in the nominator to produce a 99 bit quotient. Since most digital signal processors (DSPs) used in today's handheld devices typically support only 16 bit×16 bit multiply operations, special multi-precision multiply/divide routines would need to be employed. Such routines require a series of nested multiply/accumulate operations that typically require on the order of k multiple/accumulate (MAC) operations, where k is the number of 16 bit segments in the operand. For a 197 bit operand, k=┌197/16┐=13. So, execution of a single 197×16 bit multiply would require a minimum of 13 MAC operations plus shifting and store operations. The denominator term is calculated in a similar manner to produce a 98 bit result. In addition, a 197/98 bit division is required, which is an extremely complex operation, thus computation of the entire factorial relation in Eq. 5 would require considerable resources.
In an effort to reduce complexity, Eq. 5 can be rewritten in to distribute the divide operations to produce the following:
In this expression, the dynamic range of the divide operations is reduced, but unfortunately, increased resolution of the quotient is needed to accurately represent division by 3, 7, 9, etc. In order to accommodate this structure, a rounding operation is also needed to guarantee an integer result. Given the large number of high precision divide operations, this implementation does not adequately address the complexity problem for large m and n, and further has the potential to produce an incorrect result due to accumulated errors in precision.
In yet another implementation, Eq. 5 can be rearranged in the following manner:
If this expression is evaluated from left to right, the result will always produce an integer value. While this method controls the precision and dynamic range issue to some degree, large values of m and n still require extensive use of multi-precision multiply and divide operations.
Finally, in order to minimize computational complexity, it may be possible to pre-compute and store all factorial combinations in a lookup table. Thus, all values of F(n,m) may be simply stored in an n×m matrix and appropriately retrieved from memory using very few processor cycles. The problem with this approach, however, is that as n and m become large, so does the associated memory requirement. Citing the previous example, F(144, 28) would require 144×28×┌99 bits/8 bits/byte┐=52,416 bytes of storage, which is unreasonable for most mobile handheld devices. Therefore, a need exists for a method and apparatus for low-complexity combinational Factorial Pulse Coding of vectors.
In order to address the above-mentioned need, a method and apparatus for low-complexity combinatorial coding of vectors is provided herein. During operation an encoder and decoder will use relatively low resolution approximations of factorial combinations F′(n, d), which provide only enough precision to allow a valid codeword to be generated. Particularly, both an encoder and a decoder will utilize a combinatorial function generator to derive F′(n, d) such that F′(n,d)≧F(n,d), and F′(n,d)≧F′(n−1,d)+F′(n−1,d−1). F′(n,d) will be provided to either coding or decoding circuitry to produce a combinatorial codeword or vector xi, respectively.
Because F′(n, d) will have a lower precision than F(n, d), it is generally much easier to compute on a fixed point digital signal processor (DSP), general purpose microprocessor, or implement in hardware, such as on a programmable logic device or application specific integrated circuit (ASIC). In essence, complicated multi-precision multiplications and divisions are replaced with relatively low precision additions and subtractions, coupled with a small amount of table memory. Generally, the lower complexity operations do not affect the overall coding rate of the input vectors, but it may be possible to lower the complexity even further than is described herein at the expense of a slightly higher bit-rate.
The present invention encompasses a method for combinatorial coding and decoding. The method comprising the steps of receiving a value n based on the number of positions in a vector receiving a value d based on the number of occupied positions within the vector creating F′(n, d) based on n and d, wherein F′(n, d) is an estimate of F(n, d) such that F′(n, d)>F(n, d) and F′(n, d)>F′(n−1, d)+F′(n−1, d−1), and wherein
and using F′(n, d) to code or decode the vector.
The present invention additionally encompasses an apparatus comprising a combinatorial function generator outputting F′(n, r) having the properties F′(n, r)≧F(n, r) and F′(n, r)≧F′(n−1, r)+F′(n−1, r−1), which are sufficient to uniquely encode/decode vector Xcc. The function F′(n,r) is given as:
where P′(i) and Q′(r) are 32 bit lookup tables given as:
and where R′(k) is an approximation of the function R′(k)≈2k, given as:
R′(k)└2k
where k=ki+kf is broken down into integer and fractional components of k, and Kf=2k
The present invention additionally encompasses an apparatus comprising a combinatorial function generator receiving a value n based on the number of positions in a vector, receiving a value d based on the number of occupied positions within the vector and creating F′(n, d) based on n and d, wherein F′(n, d) is an estimate of F(n, d) such that F′(n, d)>F(n, d) and F′(n, d)>F′(n−1, d)+F′(n−1, d−1), and where
The apparatus additionally comprises an encoder using F′(n, d) to code the vector, and outputting a codeword.
The present invention additionally encompasses an apparatus comprising a combinatorial function generator receiving a value n based on the number of positions in a vector, receiving a value d based on the number of occupied positions within the vector and creating F′(n, d) based on n and d, wherein F′(n, d) is an estimate of F(n, d) such that F′(n, d)>F(n, d) and F′(n, d)>F′(n−1, d)+F′(n−1, d−1), and where
The apparatus additionally comprises a decoder using F′(n, d) to decode a codeword, and outputting the vector.
Turning now to the drawings, wherein like numerals designate like components,
Vector generator 102 receives the input signal and creates vector xi. Vector generator 102 may comprise any number of encoding paradigms including, but not limited to, Code-Excited Linear Prediction (CELP) speech coding as described by Peng, et. al, transform domain coding for audio, images and video including Discrete Fourier Transform (DFT), Discrete Cosine Transform (DCT), and Modified Discrete Cosine Transform (MDCT) based methods, wavelet based transform coding, direct time domain pulse code modulation (PCM), differential PCM, adaptive differential PCM (ADPCM), or any one of a family of sub-band coding techniques that are well known in the art. Virtually any signal vector of the form given above may be advantageously processed in accordance with the present invention.
Combinatorial coding circuitry 106 receives vector xi and uses Factorial Pulse Coding to produce a codeword C. As discussed above Factorial Pulse Coding can code a vector xi using a total of M bits, given that m=Σi=0n−1|xi|, and all values of vector xi are integral valued such that −m≦xi≦m, where m is the total number of unit amplitude pulses, and n is the vector length. As discussed above, larger values of m and n can quickly cause problems, especially in mobile handheld devices which need to keep memory and computational complexity as low as possible.
In order to address this issue, combinatorial function generator 108 utilizes a low complexity technique for producing F′(n,d). Combinatorial coding circuitry 106 then utilizes F′(n,d) to produce codeword C. Circuitry 108 utilizes relatively low resolution approximations (bits of precision) of factorial combinations F′ (n,d), which provide only enough precision to allow a valid codeword to be generated. That is, as long as certain properties are maintained, a suitable approximation of the function F(n, d) is sufficient to guarantee that the resulting codeword is uniquely decodable.
In order to describe the generation of F′ (n,d), let us proceed by first deriving a function F′ (n, d) that is a suitable approximation of F(n, d). The first step is to take the logarithm of an arbitrary base a of Eq. 5, and taking the inverse log base a of the rearranged terms:
where the function expa(k)=ak. Next, define functions P(i), Q(d), and R(k), and substitute into Eq. 8 such that:
However, in accordance with the preferred embodiment of the present invention, it is not necessary for F(n, d) and F′(n, d) to be equivalent in order for the resulting codeword to be uniquely decodable. There are only two conditions that are sufficient for this to hold true:
F′(n,d)≧F(n,d), (10)
and
F′(n,d)≧F′(n−1,d)+F′(n−1,d−1). (11)
For the first condition, the restriction simply says that if F′(n,d)<F(n,d), then there will be overlapping code-spaces, and subsequently, there will be more than one input capable of generating a particular codeword; thus, the codeword is not uniquely decodable. The second condition states that the “error” for a given n, d shall be greater than or equal to the sum of the error terms associated with the previous element of the recursive relationship described by Peng, et. al in U.S. Pat. No. 6,236,960. It can be shown that F(n,d)=F(n−1,d)+F(n−1,d−1), which is only true if the combinatorial expression is exactly equal to F(n,d)=Cdn=n!/d!(n−d)!. However, while the inequality in Eq. 11 is sufficient, it may not necessarily be true for all values of n and d. For such values, F(n,d) may satisfy another inequality derived from Eq. 31 of Peng, et al. and is given by:
In this case, Eq. 11 has to be satisfied with strict inequality for certain (m,k), (m≦n), (k≦d), that is:
F(m,k)>F(m−1,k)+F(m−1,k−1),m≦n,k≦d. (13)
Referring back to Eq. 9, we now wish to generate F′(n, d) by creating the functions P′(i), Q′(d), and R′(k), with low complexity approximations of the original functions such that:
and where the conditions given in Eqs. 10 and 11 are satisfied. Considering P(i), we may wish to approximate the function such that P′(i)≧loga(i), iε[1, 2, . . . , n]. If we choose a=2 and then restrict P′(i) to 32 bits of precision, the resulting operations are easy to implement on a handheld mobile device since most DSPs support single cycle 32 bit additions. Therefore, we define:
P′(i)=2−l(i)└2l(i) log2(i)+1┘,iε[1,2, . . . ,n], (15)
where l(i) is a shift factor that may vary as a function of i. In the preferred embodiment, l(i)=l=21, but many other sets of values are possible. For this example, the 2l factor is equivalent to a shift of l bits to the left, whereby the floor function └x+1┘ removes the fractional bits while rounding up to the next highest integer, and finally the 2−l factor shifts the results back to the right by l bits. Using this methodology, the function P′(i)≧log2(i) for all i≧1, and also provides sufficient dynamic range and precision using only 32 bits because 9 bits of positive integer resolution in the log2 domain can represent a 512 bit number. To avoid the complexity of computing these values in real-time, they can be pre-computed and stored in a table using only 144×4 bytes of memory for the F(144, 28) example. Using a similar methodology for approximating Q(d), we get:
where the floor function └x−1┘ is used because of the subtraction of the quantity from the total. This guarantees that Q′(d)≦Σj=1d log2(j) so that the contribution of Q′(d) will guarantee F′(n,d)≧F(n,d). While l(j) can assume many values depending on the configuration of m and n, the preferred embodiment uses a value of l(j)=l=14 for the variable shift factor. Like P′(i), Q′(d) can be pre-computed and stored in a table using only 28×4 bytes of memory for the F(144, 28) example. For defining R′(k), we need to first define k as:
With P′(i) and Q′(d) defined above, k is preferably a 32 bit number with an 8 bit unsigned integer component ki and a 24 bit fractional component kf. Using this, we may derive R′(k)≧exp2(k)=2k by letting k=ki+kf and then taking the inverse logarithm base 2 to yield 2k=2k
R′(k)=2k
where 2k
In the above discussion, functions P′(i), Q′(d), and R′(k) have been chosen such that each individual function estimate guarantees that the resulting F′(n,d)≧F(n,d). However, it is only necessary for the aggregate effect to satisfy this condition. For example, P′(i) and Q′(d) may be as described above, but R′(k) may be a more conventional R′(k)≈2k function which may truncate or round the least significant bits such that R′(k) may be less than 2k for some values of k. This is acceptable as long as this effect is small relative to the effects of P′(i) and Q′(d), so the properties in Eqs. 10 and 11 still hold true.
Also, any functions P′(i), Q′(d), and R′(k) may be used without loss of generality as long as the properties on Eqs. 10 and 11 are satisfied. Care must be taken however, that an increase in bit rate may occur if too little precision is used. It should also be noted that there is an inherent tradeoff in bit rate and complexity, and for large values of m, n, an increase of 1 or 2 bits may be a reasonable tradeoff for a significant reduction in complexity.
Table 1 shows the complexity reduction associated with the present invention as compared to the prior art. For different values of m and n, the associated number of bits M and average number of function calls per frame to F(n, m) are given. For these examples, the frame length interval is 20 ms, which corresponds to a rate of 50 frames per second. The unit of measure for the complexity comparison is weighted millions of operations per second, or WMOPS. A computer simulation was used to produce an estimate of the complexity as it would be executed on a limited precision fixed point DSP. For these examples, multi-precision libraries were used when appropriate, and each primitive instruction was assigned an appropriate weighting. For example, multiplies and additions, were given a weight of one operation, while primitive divide and transcendental (e.g., 2x) operations were given a weight of 25 operations. From the table, it is easy to see that using F′(n, d) provides significant complexity reduction over the prior art, and that the proportional reduction in complexity increases and n and m increase. This complexity reduction is shown to be as high as two orders of magnitude for the F(144, 60) case, but would continue to grow as n and m increase further. This is primarily due to the growth in precision of the operands that is required to carry out exact combinatorial expressions in the prior art. These operations prove to result in an excessive complexity burden and virtually eliminate factorial pulse coding as a method for coding vectors having the potential for large m and n. The invention solves these problems by requiring only single cycle low precision operations coupled with a small amount of memory storage to produce estimates of the complex combinatorial expressions required for this type of coding.
The following text and equations implement the above technique for coding and decoding into the Third Generation Partnership Project 2 (3GPP2) C.P0014-C specification for Enhanced Variable Rate Codec, Speech Service Options 3, 68, and 70 for Wideband Spread Spectrum Digital Systems.
The MDCT coefficients, referred to as the residual line spectrum, are quantized in a similar manner to the FCB factorial codebook of 4.11.8.3. Basically, factorial coding of N=nFPCm possible combinations can be achieved given that the length n vector v has the properties m=Σi=0n−1|vi| and all elements vi are integral valued. That is, the sum of the absolute value of the integer elements of v is equal to m. For this case, we wish to code an energy scaled version of Xk such that:
where γm is a global scale factor, and the range 0 to 143 corresponds to the frequency range 0 to 3600 Hz. For this case, m can be either 28 for NB or 23 for WB inputs. The value of γm used to achieve the above objective is determined iteratively (for non-zero ∥Xk∥2) according to the following pseudo-code:
The quantized residual line spectrum Xcc is then calculated as:
If, on the rare occasion, the values of m and m′ are different, the line spectrum shall be modified by adding or subtracting unit values to the quantized line spectrum Xcc. This guarantees that the resulting line spectrum can be reliably coded using the factorial coding method. The output index representing the line spectrum Xcc is designated RLSIDX. This index comprises 131 bits for the 144FPC28 case and 114 bits for the 144FPC23 case.
In order to address complexity issues associated with encoding and decoding vector Xcc, a low resolution combinatorial approximation function F′(n, r) shall be used in place of the standard combinatorial relation F(n, r)=nCr=n!/r!(n−r)!. In particular, both the encoder and decoder utilize a combinatorial function generator F′(n, r) having the properties F′(n,r)≧(n,r) and F′(n,r)≧F′(n−1,r)+F′(n−1,r−1), which are sufficient to uniquely encode/decode vector Xcc. The function F′(n,r) is given as:
where P′(i) and Q′(r) are 32 bit lookup tables given as:
and where R′(k) is a multi-precision integer approximation of the function R′(k)≈2k, given as:
R′(k)=└2k
where k=ki+kf is broken down into integer and fractional components of k, and Kf=2k
While the invention has been particularly shown and described with reference to a particular embodiment, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention. It is intended that such changes come within the scope of the following claims.
This application is a continuation application of U.S. patent application Ser. No. 12/196,414 filed Aug. 22, 2008 that is a divisional application of U.S. patent application Ser. No. 11/531,122 filed Sep. 12, 2006 now U.S. Pat. No. 7,461,106 granted Dec. 2, 2008.
Number | Date | Country | |
---|---|---|---|
Parent | 11531122 | Sep 2006 | US |
Child | 12196414 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 12196414 | Aug 2008 | US |
Child | 13894557 | US |