Title of Invention

DECODING APPARATUS AND DECODING METHOD

Abstract ABSTRACT Title: Decoding Apparatus and Decoding Method A decoding apparatus that is capable of calculating of the likelihood information at high speed while suppressing increases in processing amount and in circuit scale. In this apparatus, in computations of the backward probability in a backward probability computing section (112), while one processing system calculates the backward probability βk from the backward probability β+2, the other processing system calculates the backward probability βk_i from the backward probability βk+i in parallel. Specifically considering the case of k=l, backward probabilities βi and βo are calculated in parallel in two processing systems. The calculated backward probabilities are stored in a storage section (114) on a window basis. Further, as in the backward probability, in a forward probability computing section (113), forward probabilities αk and αk+i are calculated in parallel in two processing systems. When the forward probabilities are calculated, a likelihood computing section (115) calculates the likelihood information using the forward probabilities and backward probabilities stored in storage section 114. (Figure 4) 27 7 FEB 2008
Full Text FORM 2
THE PATENTS ACT, 1970
(39 of 1970)
&
THE PATENTS RULES, 2003
COMPLETE SPECIFICATION
(See section 10, rule 13)

MATSUSHITA ELECTRIC INDUSTRIAL CO., LTD, of 1006, Oaza Kadoma, Kadoma-shi, Osaka 571-8501, Japan
The following specification particularly describes the invention and the


manner in which it is to be pergformed.

DESCRIPTION
DECODING APPARATUS AND DECODING METHOD
Technical Field
[0001] The present invention relates to a decoding apparatus and decoding method, and more particularly, to a decoding apparatus and decoding method performing turbo decoding using the Max-Log-MAP algorithm.
Background Art
[0002] In recent years, as a most promising candidate for the system to be adopted in 4th generation mobile communications, attention has been directed toward VSF-OFCDM (Variable Spreading Factor-Orthogonal Frequency and Code Division Multiplexing) . The adoption of VSF-OFCDM enables the maximum transmission rate of 100 Mbps or more using a bandwidth of about 50 to 100 MHz. It is effective to apply turbo coding and decoding for such a super-high-rate communication system as an error correcting system.
[0003] The turbo coding and decoding system features performing both convolutional coding and interleaving on transmission data and repeating decoding in decoding the data. It is known that repeatedly decoding indicates excellent error correcting capabilities for not only random errors but also burst errors.
2

[0004] Procedures of turbo decoding will briefly be described below.
[0005] Processing procedures of turbo decoding are broadly divided into forward probability calculation, backward probability calculation and likelihood information calculation.
[0006] The forward probability a is calculated for each state by following equation (1) : [0007]
... Eq. (1)
In above Eq.(1), log a represents the forward probability in the logarithmic domain, k represents a time point, and m and m' represent states in the state transition trellis. In other words, the left side of Eq.(1) expresses the forward probability in state m at time point k in natural logarithm. Further, in above Eq. (1) , logy represents a transition probability in the logarithm domain, m'3(m'->m) represents all states m' capable of transiting to the state m, and b represents combinations of transmission signals, i.e. available combinations of systematic bits and parity bits. [0008] As can be seen from Eq.(l), the forward probability a k is calculated from the forward probability αk_x at previous time point (k—1). [0009] The backward probability p is calculated for
3

each state by following equation (2): [0010]
... Eq. (2)
The calculation method is almost the same as in the forward probability, but distinguished in calculating the backward probability 3 k from the backward probability βk+i at later time point (k+1). In other words, the forward probability is calculated in the forward direction on the time axis, and in contrast thereto, the backward probability is calculated in the reverse direction on the time axis.
[0011] Next, the likelihood information L(uk) is calculated by following equation (3): [0012]
■•■ Eq. (3)
In Eq.(3), the numerator denominator expresses computations on combinations of all state transitions where systematic bit uk=0 in the transmission signal, and the denominator expresses computations on combinations of all state transitions where uk=l. [0013] Calculation of above equations (1) to (3) is very complicated, and an approximate expression expressed in equation (4) is used in the Max—Log — MAP algorithm that is one of algorithms of turbo
4

decoding. [0014]
log^ + eB) = max(A, B)+ log(l + e~[A~Bl) • • ■ E q . ( 4 )
Transforming equations (1) and (2) using equation (4) respectively results in followingequations (5) and (6) . [0015]
Further, transforming equation (3) using these equations (5) and (6) results in following equation (7) : [0016]
In turbo decoding using the Max™ Log —MAP algorithm, the likelihood information L(uk ) calculated using Eq. (7) is compared with threshold "0", and hard decision is made such that the systematic bit uk transmitted at time point k is "1" (u k =1) when the likelihood information L(uk ) is "0" or more, while being made such that the systematic bit transmitted at time point k is
"0" (u k =0 ) when the likelihood information L (u k ) is less than "0".
[0017] Herein, as expressed in Eq. (7) , required to calculate the likelihood information at time point k
5

are the forward probability αk_! at time point (k — 1), and the backward probability (5 k and transition probability Yk at time point k. At this point, it is necessary to calculate the forward probability and backward probability at time points 1 to k and then store probability values of all the states at all the time points to calculate the likelihood information, and therefore, the memory amount becomes enormous. [0018] To reduce the memory amount, for example, following calculation procedures are considered. First, backward probabilities are calculated for time points k to 1, and stored in the memory. The forward probability is next calculated for each time point, and using this forward probability and already calculated backward probability, the likelihood information is successively calculated. According to this method, since the calculated forward probability is immediately used for calculating the likelihood information, the calculated forward probability is not stored and the memory amount corresponding to storage of the forward probability can be reduced.
[0019] Further, as a method of reducing the memory amount to store the backward probability, for example, there is a sliding window method as described in Non-patent Document 1. The sliding window method is a method that, by the entire data sequence is divided into predetermined unit windows and training periods
6

are provided in windows, calculates backward probability that should be calculated from backmost one of the sequence from some midpoint of the sequence. According to the sliding window method, it is only required to store backward probabilities on a window basis, and the memory amount can be reduced significantly as compared with the case of storing all the backward probabilities of time points k to 1.
[0020] Furthermore, in the sliding window method, by computing the probability value and likelihood information in parallel, the speed of computation is increased. In other words, for example, when data with the entire sequence length nW is divided into n windows as shown in FIG.1A, processing the windows in parallel increases the speed of computation. For example, as shown in FIG.IB, by performing parallel computations in two processing systems #1 and #2, the computing time is reduced to half.
[0021] [Non-patent Document 1] Andrew J. Viterbi, "An Intuitive Justification and a Simplified Implementation of the MAP Decoder for Convolutional Codes", IEEE J. Sel. Areas Commun., vol.16, no. 2, pp.260-264, Feb.1998
Disclosure of Invention
Problems to be Solved by the Invention
[0022] However, even in the case of using the sliding
7

window method in parallel as described above, there is a problem that a processing delay arises corresponding to the window size. Particularly, when the likelihood information L (uk) is calculated using the Max-Log-MAP algorithm, it is necessary to calculate the information in ascending order of time point k, but the probability value required to calculate the likelihood information L(uk) is calculated serially in windows, and therefore, a delay eventually arises in calculating the likelihood information L(uk) even when windows are processed in parallel.
[0023] This problem will specifically be described below with reference to FIGS.2A to 2C. [0024] FIGs.2A to 2C show an example of timing to calculate the likelihood information L(uk) with two processing systems #1 and #2 when the window size is 64 in the sliding window method. FIG.2A illustrates timing to calculate the backward probability p k . FIG.2B illustrates timing to calculate the forward probability αk FIG.2C illustrates timing to calculate the likelihood information L(uk) .
[0025] In FIG.2A, a training period is provided to calculate backward probabilities β63 to (β0 and backward probabilities β127 to β64- First one ((β95 or β159 herein) of the training period is always assumed to be "0", and above Eq.(6) is computed in the training period, and it is thus possible to properly calculate backward
8

probabilities β63 to β0 and backward probabilities β127 to β64 in the windows. Accordingly, the training period requires the size of at least about 20.
[0026] In FIG.2A, calculation of backward probabilities β0 and β64 is finished at time Tl. Processing systems #1 or #2 subsequently calculate backward probabilities β191 to β128 and backward probabilities β255 to β192 respectively. [0027] Then, as shown in FIG.2B, calculation of forward probabilities α0 to α63 and forward probabilities α64 to α127 is started from time Tl. At this point, with respect to calculation of forward probabilities α64 to α127 α32 is assumed "0", and α32 to α63 is a training period.
[0028] Meanwhile, as shown in FIG.2C, calculation of likelihood information L(u0) to L(U63) is started from time Tl. At time Tl, the backward probabilities β0 to β63 have been already calculated, and the forward probability α0 is also calculated. Therefore, processing system #1 is capable of calculating the likelihood information L(u0).
[0029] However, at time Tl, despite the backward probabilities (β64 to β127 being already calculated and the forward probability α64 being also calculated, processing system #2 cannot calculate the likelihood information L(u64) and is waiting. This is because the likelihood information L(uk) needs to be calculated in
9

ascending order of time point k, but the likelihood information L(uQ) is only calculated at time Tl, and the likelihood information L(u63) is calculated later in processing system #1.
[0030] Accordingly, as shown in FIG.2C, likelihood information L(u0) to L(u63) is calculated in processing system#1 from time Tl, and likelihood information L (u64) to L(u127) is calculated in processing system #2 from time T2.
[0031] In other words, despite calculation of the backward probabilities and forward probability being finished, it is not possible to perform parallel processing in calculating the likelihood information, and the processing delay occurs corresponding to the window size. It is required to decrease the window size so that the processing delay is decreased, but a decrease in window size increases the number of windows, and thereby increases the processing amount on the training period. The training period does not contribute to actual decoding, and therefore, an increase in processing amount on the training period increases the entire processing amount, and as a result, may increase the circuit scale.
[0032] It is an object of the present invention to provide a decoding apparatus and decoding method that are enable to calculate the likelihood information at high speed while suppressing increases in processing
10

amount and in circuit scale.
Means for Solving the Problem
[0033] A decoding apparatus of the invention is a decoding apparatus that performs decoding computations on a window of a predetermined size in parallel in a plurality of processing systems, and adopts a configuration having a forward probability computing section that sequentially computes a forward probability at a current time point from the forward probability at an earlier time point by the number of the plurality of processing systems in the window, a backward probability computing section that sequentially computes a backward probability at a current time point from the backward probability at a later time point by the number of the plurality of processing systems in the window, and a likelihood computing section that computes likelihood information using the forward probability and the backward probability.
[0034] A decoding method of the invention is a decoding method to perform decoding computations on a window of a predetermined size in parallel in a plurality of processing systems, and has the steps of sequentially computing a backward probability at a current time point from the backward probability at a later time point by the number of the plurality of processing systems in
11

the window, sequentially computing a forward probability at a current time point from the forward probability at an earlier time point by the number of the plurality of processing systems in the window, and computing likelihood information using the forward probability and the backward probability whenever the forward probability is computed.
it is at high amount
Advantageous Effect of the Invention [0035] According to the present invention, possible to calculate the likelihood information speed while suppressing increases in processing and in circuit scale.
Brief Description of Drawings
[0036]
FIG.l is an explanatory view of processing using windows;
FIG. 2 is a chart showing an example of timing of decoding operation using a sliding window method;
FIG.3 is a block diagram illustrating an entire configuration of a decoding apparatus according to one embodiment of the invention;
FIG.4 is a block diagram illustrating an internal configuration of a decoder according to the one embodiment;
12

FIG.5 is a chart showing an example of timing of decoding operation according to the one embodiment; and FIG. 6 is a chart showing another example of the decoding operation according to the one embodiment.
Best Mode for Carrying Out the Invention [0037] One embodiment of the invention will specifically be described below with reference to accompanying drawings.
[0038] FIG.3 is a block diagram illustrating an entire configuration of a decoding apparatus according to one embodiment of the invention. The decoding apparatus as shown in the figure has interleaver 100, decoder 110, interleaver 120, decoder 130, deinterleaver 140, deinterleaver 150, hard decision section 160 and error detecting section 170. In addition, the decoding apparatuses as shown in FIG.3 decode systematic bits xa that are information bits obtained by turbo coding, parity bits xb obtained by convolutional coding the information bits, parity bits xc obtained by convolutional coding interleaved information bits, and systematic bits ya, parity bits yb and parity bits yc that are added with noise on the communication path. [003 9] Interleaver 100 interleaves the systematic bits ya. Interleaving by interleaver 100 is performed in the same way as in interleaving on the coding side. [0040] Decoder 110 is a soft-input soft-output decoder,
13

performs decoding using earlier information likelihood Le obtained from a last decoding result, systematic bits ya and parity bits yb, and outputs a decoding result to interleaver 120. Decoding in decoder 110 will specifically be described later.
[0041] Interleaver 120 interleaves the decoding result of decoder 110. Interleaving by interleaver 120 is performed in the same way as in interleaving on the coding side .
[0042] Decoder 130 is a soft-input soft-output decoder, performs decoding using the earlier information likelihood output from interleaver 120 and the systematic bits ya and parity bits yb output from interleaver 100, and outputs a decoding result to deinterleavers 140 and 150.
[0043] Deinterleavers 140 and 150 deinterleave the decoding result of decoder 130. Deinterleaving by deinterleavers 140 and 150 is performed to restore interleaving by interleavers 100 and 12 0 to the original order.
[0044] Hard decision section 160 makes a hard decision on the likelihood information output from deinterleaver 150, and outputs a hard decision value of "0" or "1". More specifically, hard decision section 160 compares the likelihood information output from deinterleaver 150 with "0" that is a threshold, and outputs "1" as a hard decision value when the likelihood information
14

is "0" or more, while outputting "0" as a hard decision value when the likelihood information is less than "0". [0045] Error detecting section 170 performs error detection using error detecting code such as CRC (Cyclic Redundancy Check) added to a hard decision result, and outputs decoded data.
[0046] Referring to FIG.4 and FIGs.5A to 5C, specific descriptions are given below of the operation in the decoder in the decoding apparatus configured as described above.
[0047] FIG.4 is a block diagram illustrating an internal configuration of decoder 110. As shown in the figure, decoder 110 has transition probability computing section 111, backward probability computing section 112, forward probability computing section 113, storage section 114 and likelihood computing section 115. In addition, it is assumed that decoder 130 has the same internal configuration as decoder 110, and that following decoding operation is performed for each window of a predetermined size.
[004 8] Earlier information likelihood Le obtained from a last decoding result, systematic bits ya and parity bits yb are input to transition probability computing section 111, and the transition probability is computed . In the following, Yk (m',m)) represents a transition probability of transition from state m' to state m in
15

the state transition trellis at time point k.
[004 9] The calculated transition probability Yk (m' 'm) is output to backward probability computing section 112 and forward probability computing section 113 respectively and the backward probability and forward probability are calculated. In the following, βk(m) represents a backward probability in state m at time point k, and αk (m) represents a forward probability in state m at time point k.
[0050] Described herein is calculation of probability values in backward probability computing section 112 and forward probability computing section 113. [0051] As described above, the forward probability a
k (m) and backward probability βk (m) are calculated respectively in equations (5) and (6). Equations (5) and (6) are transformed respectively to following equations (8) and (9). [0052]
Substituting these equations (8) and (9) again into equations (5) and (6) obtains following equations (10) and (11), respectively. [0053]
I
16

■■• Eq.(ll)

Eq.(lO) expresses that the forward probability αk at time point k is calculated from the forward probability
αk_2 at time point (k~2) , and Eq. (11) expresses that the backward probability (S k at time point k is calculated from the backward probability Pk+2 at time point (k+2) .
[0054] Backward probability computing section 112 and forward probability computing section 113 calculate the backward probability and the forward probability in parallel respectively using equations (10) and (11), in two processing systems . In other words , for example, in computations of the backward probability in backward probability computing section 112, while one processing system calculates the backward probability (βk from the backward probability βk+2, the other processing system calculates the backward probability βk - i from the backward probability βk+1 in parallel. Specifically considering the case of k=l, backward probabilities β1 and β0 are calculated in parallel in two processing systems.
[0055] The calculated backward probabilities are stored in a storage section on a window basis . Further,
17
similar to the backward probability, in forward probability computing section 113, forward probabilities αk and αk+1 are calculated in parallel in two processing systems. When the forward probabilities are calculated, likelihood computing section 115 calculates the likelihood information by above-mentioned equation (7), using the forward probabilities and the backward probabilities stored in storage section 114.
[0056] At this point, as is different from the conventional technique, two processing systems in forward probability computing section 113 calculate the forward probabilities ak and αk+1 and therefore, when the likelihood information L(uk ) is calculated in ascending order of time point k, it is possible to calculate the likelihood information using at the same time the forward probabilities calculated by the two processing systems.
[0057] Timing for calculating the likelihood information will specifically be described below with reference to FIGs.5A to 5C. [0058] FIG.5A illustrates calculation timing of the
backward probability [J k by two processing systems #1 and #2 in backward probability computing section 112. As shown in the figure, using β190 to β28 as a training period, processing system #1 sequentially calculates backward probabilities at even-numbered time points k
18
among backward probabilities βl26 to β0. Similarly, using β191 to (β129 as a training period, processing system #2 sequentially calculates backward probabilities at odd-numbered time points k among backward probabilities β127 to β1. Then, backward probabilities β0 and β1 are calculated at time Tl.
[0059] FIG.5B illustrates calculation timing of the forward probability αk by two processing systems #1 and #2 in forward probability computing section 113. As shown in the figure, processing system #1 sequentially calculates forward probabilities at even-numbered time points k from time Tl among forward probabilities a0 to ai26- Similarly, processing system #2 sequentially calculates forward probabilities at odd-numbered time points k from time Tl among forward probabilities cxi
tO CX127.
[0060] FIG.5C illustrates calculation timing of the
likelihood information L(uk) by two processing systems #1 and #2 in likelihood computing section 115. As shown in the figure, processing system #1 calculates the likelihood information L(u0) at time Tl. Then, processing system #2 calculates the likelihood information α0) at time Tl using the forward probability αo and backward probability β1 already stored in storage section 114.
[0061] As is different from the conventional technique, processing system #2 is capable of performing parallel
19
rocessing without waiting for calculation of the likelihood information L(uk). Therefore, as can be seen from comparison between FIGS.2C and 5C, it is possible to greatly increase the speed of computation
of the likelihood information L(uk).
[0062] Thus, according to this embodiment, since the processing systems calculate probability values at the current time point from probability values earlier or later time points corresponding to the number (two, herein) of the processing systems in parallel, the processing delay is eliminated in calculating the likelihood information using the probability values, and it is possible to calculate the likelihood information at high speed while suppressing increases in processing amount and in circuit scale. [0063] In addition, it is described in this embodiment that the size of a training period is "32", and that the window size is "64", but the invention is not limited to these sizes. The size of the training period only needs to be about "20" or more.
[0064] Further, this embodiment describes the case of computing in parallel in two processing systems, but any numbers more than two are available as the number of processing systems. In this case, to consider in the same way as in equations (10) and (11), equations may be used that express the forward probability and the backward probability with the forward probability
20

and the backward probability at time points earlier or later by the number of processing systems , respectively. In other words, assuming that the number of processing systems is m (m is an integer of two or more) , probability values can be computed using equations that express the forward probability ak and the backward probability p k with the forward probability ak_m and the backward probability βk+m, respectively.
[0065] Furthermore, for example, as shown in FIG.6, by performing consecutive computations on the training period in either one of processing systems and using a result of the training in all the processing systems, it is possible to further reduce the computation amount of the entire apparatus.
[0066] A decoding apparatus of the invention is a decoding apparatus that performs decoding computations on a window of a predetermined size in parallel in a plurality of processing systems, and adopts a configuration having a forward probability computing section that sequentially computes a forward probability at a current time point from the forward probability at $n earlier time point by the number of the plurality of processing systems in the window, a backward probability computing section that sequentially computes a backward probability at a current time point from the backward probability at a later time point by the number of the plurality of
21

processing systems in the window, and a likelihood computing section that computes likelihood information using the forward probability and the backward probability.
[0067] According to this configuration, since the forward probability and backward probability at the current time point are calculated from the forward probability and backward probability at earlier and later time points, corresponding to the number of processing systems, a plurality of processing systems is capable of computing probability values in parallel in windows, the likelihood computation of the latter stage is performed whenever the probability value is calculated, and it is possible to calculate the likelihood information at high speed, while suppressing increases in processing amount and in circuit scale. [0068] The decoding apparatus of the invention adopts a configuration where the backward probability computing section computes the backward probability at the current time point using data at a later time point than the window as training data.
[0069] According to this configuration, the backward probability at the current time point is calculated using the data at the later time point than the window targeted for processing as the training data, and it is thus possible to perform computation processing of the backward probability on an arbitrary window.
22

[0070] The decoding apparatus of the invention adopts a configuration where the backward probability computing section uses common training data in the plurality of processing systems.
[0071] According to this configuration, since a plurality of processing systems uses the common training data, it is possible to reduce the computation amount required for the training data, and to further reduce the processing amount of the entire apparatus. [007 2] Abase station apparatus of the invention adopts a configuration having any one of decoding apparatuses as described above.
[0073] According to this configuration, it is possible to achieve in the base station apparatus the same advantageous effect as in any one of the decoding apparatuses as described above.
[0074] A mobile station apparatus of the invention adopts a configuration having any one of decoding apparatuses as described above.
[0075] According to this configuration, it is possible to achieve in the mobile station apparatus the same advantageous effect as in any one of the decoding apparatuses as described above.
[007 6] A decoding method of the invention is a decoding method to perform decoding computations on a window of a predetermined size in parallel in a plurality of processing systems, and has the steps of sequentially
23

computing a backward probability at a current time point from the backward probability at a later time point by the number of the plurality of processing systems in the window, sequentially computing a forward probability at a current time point from the forward probability at an earlier time point by the number of the plurality of processing systems in the window, and computing likelihood information using the forward probability and the backward probability whenever the forward probability is computed.
[0077] According to this method, since the forward probability and backward probability at the current time point are calculated from the forward probability and backward probability at earlier and later time points, corresponding to the number of processing systems, a plurality of processing systems is capable of calculating probability values in parallel in windows, the likelihood computation of the latter stage is performed whenever the probability value is calculated, and it is possible to calculate the likelihood information at high speed, while suppressing increases in processing amount and in circuit scale. [0078] This application is based on Japanese Patent Application No.2003-273378 filed on July 11, 2003, entire content of which is expressly incorporated by reference herein.
24

**We Claim:
A decoding apparatus for performing decoding computations on a window of a predetermined size in parallel in a plurality of processing systems, using a sliding window method and Max-LOG-MAP algorithm, comprising:
a forward probability computing section (113) for sequentially computing in parallel in each of the processing systems a forward probability corresponding to a current time point indexed k from the from the forward probability corresponding to an earlier time point indexed k-n, wherein n is the number of the plurality of processing systems, at an index interval in the window corresponding to the number n of the plurality of processing systems, wherein the current time point index in each of the processing systems is shifted sequentially by one;
a backward probability computing section (112) for sequentially computing in parallel in each of the processing systems a backward probability corresponding to current time point indexed k from the backward probability corresponding to a later time point indexed k+n and at an index interval in the window corresponding to the number n of the plurality of processing systems, wherein the current time point index in each of te processing systems is shifted sequentially by one; and
a likelihood computing section (115) for computing likelihood information in parallel in each of the processing systems using the forward probability and the backward probability.
The decoding apparatus as claimed in claim 1, wherein the backward probability computing section (112) computes the backward probability at the current time point using data at a later time point than the window targeted for processing at the current time point as training data.
The decoding apparatus as claimed in claim 2, wherein the training data used in the backward probability computing section (112) uses common training data in the plurality of processing systems.
25

4. mrA base station apparatus having the decoding apparatus as claimed in claim 1.
5. A mobile station apparatus having the decoding apparatus as claimed in claim 1.
6. A decoding method to perform decoding computations on a window of a predetermined size in parallel in a plurality of processing systems, using a sliding window method and Max-LOG-MAP algorithm, comprising the steps of:
a backward probability computing step of sequentially computing in parallel in each of the plurality of processing systems a backward probability corresponding to a current time point indexed k+n, wherein n is the number of the plurality of processing systems, at an index interval in the window corresponding to the number n of the plurality of processing systems is shifted sequentially by one;
a forward probability computing step of sequentially computing in parallel in each of the plurality of processing systems a forward probability corresponding to a current time point indexed k from the forward probability corresponding to an earlier time point indexed k-n and at an index interval in the widow corresponding to the number n of the plurality of processing systems, wherein the current time point index in each of the processing systems is shifted sequentially by one; and
a likelihood computing step of computing likelihood information in parallel in each of the processing systems using the forward probability and the backward probability whenever the forward probability is computed.
ANAND CHOUBEY OF K & S PARTNERS AGENT FOR THE APPLICANT(S)
Dated this 5th day of January, 2006
26

Documents:

36-mumnp-2006-abstract(07-02-2008).doc

36-mumnp-2006-abstract(07-02-2008).pdf

36-MUMNP-2006-ABSTRACT(9-1-2006).pdf

36-MUMNP-2006-ABSTRACT(GRANTED)-(29-8-2008).pdf

36-mumnp-2006-cancelled page(07-02-2008).pdf

36-mumnp-2006-claim(granted)-(07-02-2008).pdf

36-mumnp-2006-claim(granted)-(7-2-2008).doc

36-MUMNP-2006-CLAIMS(9-1-2006).pdf

36-MUMNP-2006-CLAIMS(AMENDED)-(7-2-2008).pdf

36-MUMNP-2006-CLAIMS(GRANTED)-(29-8-2008).pdf

36-mumnp-2006-correspondence(04-08-2008).pdf

36-MUMNP-2006-CORRESPONDENCE(13-3-2008).pdf

36-MUMNP-2006-CORRESPONDENCE(IPO)-(1-10-2008).pdf

36-mumnp-2006-correspondence(ipo)-(12-08-2008).pdf

36-MUMNP-2006-DESCRIPTION(COMPLETE)-(9-1-2006).pdf

36-MUMNP-2006-DESCRIPTION(GRANTED)-(29-8-2008).pdf

36-mumnp-2006-drawing(07-02-2008).pdf

36-MUMNP-2006-DRAWING(9-1-2006).pdf

36-MUMNP-2006-DRAWING(GRANTED)-(29-8-2008).pdf

36-mumnp-2006-form 1(02-02-2006).pdf

36-mumnp-2006-form 1(09-01-2006).pdf

36-mumnp-2006-form 18(09-01-2006).pdf

36-MUMNP-2006-FORM 2(COMPLETE)-(9-1-2006).pdf

36-mumnp-2006-form 2(granted)-(07-02-2008).pdf

36-mumnp-2006-form 2(granted)-(2-2-2006).doc

36-MUMNP-2006-FORM 2(GRANTED)-(29-8-2008).pdf

36-MUMNP-2006-FORM 2(TITLE PAGE)-(9-1-2006).pdf

36-MUMNP-2006-FORM 2(TITLE PAGE)-(GRANTED)-(29-8-2008).pdf

36-mumnp-2006-form 26(02-02-2006).pdf

36-mumnp-2006-form 26(04-08-2008).pdf

36-mumnp-2006-form 26(06-01-2006).pdf

36-MUMNP-2006-FORM 26(2-2-2006).pdf

36-mumnp-2006-form 3(09-01-2006).pdf

36-MUMNP-2006-FORM 3(1-11-2007).pdf

36-MUMNP-2006-FORM 3(13-3-2008).pdf

36-mumnp-2006-form 3(31-10-2007).pdf

36-mumnp-2006-form 5(06-01-2006).pdf

36-MUMNP-2006-FORM 5(9-1-2006).pdf

36-mumnp-2006-form-pct-isa-210(09-01-2006).pdf

36-mumnp-2006-petition under rule 137(04-08-2008).pdf

36-mumnp-2006-petition under rule 138(04-08-2008).pdf

abstract1.jpg


Patent Number 222981
Indian Patent Application Number 36/MUMNP/2006
PG Journal Number 06/2009
Publication Date 06-Feb-2009
Grant Date 29-Aug-2008
Date of Filing 09-Jan-2006
Name of Patentee MATSUSHITA ELECTRIC INDUSTRIAL CO. LTD.
Applicant Address 1006, OAZA KADOMA, KADOMA-SHI, OSAKA-
Inventors:
# Inventor's Name Inventor's Address
1 JIFENG LI H608 HUIYUAN INTERNATIONAL APARTMENT, CHAOYANG DISTRICT, BEIJIN, CHINA-100101
PCT International Classification Number H03M13/39
PCT International Application Number PCT/JP2004/009846
PCT International Filing date 2004-07-09
PCT Conventions:
# PCT Application Number Date of Convention Priority Country
1 2003-273378 2003-07-11 Japan