WO2004054115A1 - Turbo decoder using parallel processing - Google Patents
Turbo decoder using parallel processing Download PDFInfo
- Publication number
- WO2004054115A1 WO2004054115A1 PCT/US2003/033584 US0333584W WO2004054115A1 WO 2004054115 A1 WO2004054115 A1 WO 2004054115A1 US 0333584 W US0333584 W US 0333584W WO 2004054115 A1 WO2004054115 A1 WO 2004054115A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- starting
- estimated
- segments
- variable
- backward
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M13/00—Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
- H03M13/37—Decoding methods or techniques, not specific to the particular type of coding provided for in groups H03M13/03 - H03M13/35
- H03M13/39—Sequence estimation, i.e. using statistical methods for the reconstruction of the original codes
- H03M13/3905—Maximum a posteriori probability [MAP] decoding or approximations thereof based on trellis or lattice decoding, e.g. forward-backward algorithm, log-MAP decoding, max-log-MAP decoding
- H03M13/3927—Log-Likelihood Ratio [LLR] computation by combination of forward and backward metrics into LLRs
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M13/00—Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
- H03M13/37—Decoding methods or techniques, not specific to the particular type of coding provided for in groups H03M13/03 - H03M13/35
- H03M13/45—Soft decoding, i.e. using symbol reliability information
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M13/00—Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
- H03M13/29—Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes combining two or more codes or code structures, e.g. product codes, generalised product codes, concatenated codes, inner and outer codes
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M13/00—Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
- H03M13/29—Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes combining two or more codes or code structures, e.g. product codes, generalised product codes, concatenated codes, inner and outer codes
- H03M13/2957—Turbo codes and decoding
- H03M13/296—Particular turbo code structure
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M13/00—Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
- H03M13/65—Purpose and implementation aspects
- H03M13/6561—Parallelized implementations
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/004—Arrangements for detecting or preventing errors in the information received by using forward error control
- H04L1/0045—Arrangements at the receiver end
- H04L1/0047—Decoding adapted to other signal detection operation
- H04L1/005—Iterative decoding, including iteration between signal detection and decoding operation
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/004—Arrangements for detecting or preventing errors in the information received by using forward error control
- H04L1/0056—Systems characterized by the type of code used
- H04L1/0064—Concatenated codes
- H04L1/0066—Parallel concatenated codes
Definitions
- the present invention relates generally to decoders and, more specifically, to a turbo decoder that reduces processing time for the computation of A Posteroiri Probability (APP) and is suitable for implementation in parallel processing architectures.
- APP Posteroiri Probability
- Data delivered over a telecommunication channel are subject to channel noise, channel fading, and interferences from other channels.
- data received at the destination are usually "altered" by the channel from those delivered at the source.
- the data are encoded before transmission by a channel encoder to allow the data receiver to detect or correct the errors. For example, if bit 0 is encoded as 000 and bit 1 is encoded as 111, then when one bit error occurs, 000 may become 100, and 111 may becomes 101.
- the receiver can correct 100 as 000 ( bit 0) and 101 as 111 (bit 1) by the "majority rule" or the hamming distance.
- the part of receiver responsible for correcting errors is called a channel decoder.
- Turbo encoders and decoders are used in emerging high-speed telecommunications transmission systems, such as terrestrial digital TV communication systems, and third generation wireless (e.g., WCDMA) communication systems.
- a turbo decoder has been demonstrated to approach the error correcting limit on both AWGN and Rayleigh fading channels.
- turbo decoder is computing intensive. To meet the real-time performance (e.g., a few millisecond), it is usually implemented in ASIC. If a turbo decoder is to be implemented in software running on a DSP or a CPU, as in the context of software defined radio, its real-time performance will be improved.
- a 3GPP turbo encoder ( Figure 1) consists of a parallel concatenation of two identical RSC (Recursive Systematic Convolutional) encoders separated by an interleaver.
- the info word U of length K is encoded by the first RSC encoder, and the interleaved info word is encoded by the second RSC encoder.
- the interleaver de- correlates the inputs to the two RSC's by reordering the input bits to the second RSC, so that it is unlikely that the encoded bits from both RSC's have low weight code words at the same time. Also, it helps the encoded bits to cope with bursty noise.
- a pseudo-random block interleaver is used. Both RSC encoded words are terminated by a trellis termination.
- the turbo encoded words are consists of systematic bits and two parity bits (U, Xpl, Xp2).
- the standard turbo decoder consists of two concatenated
- SISO Soft Input Soft Output
- the SISO blocks are A Posteriori Probability (APP) decoders also know as Maximum A Posteriori (MAP) decoders.
- APP Posteriori Probability
- MAP Maximum A Posteriori
- each SISO block Upon reception of bits from channel and priori information, each SISO block computes log posterior ratios of each bit with well-known forward and backward algorithm. Once SISO computes the log posterior ratios of all bits, it separates a probabilistic entity that was calculated based on its input from overall posterior, then pass it to the other SISO block. This probabilistic entity is often called extrinsic information (Lll and Lll in Figure 2) for the other SISO block to use as prior information.
- the two SISO blocks run in an iterative scheme, mutually exchanging extrinsic information. After the required number of iterations is completed, hard decision is made based on accumulated soft information up to the iteration.
- the log posterior probability ratio can be written as:
- the posterior probability can be obtained by way of computing weighted likelihood, where weights are provided by the prior probability of the event u k .
- Direct evaluation of weighted likelihood requires the summations over a very large number of state patterns, which is proportional to the sequence length K . Because of the combinatorial complexity, it is not computationally feasible even for a reasonable length of the sequence.
- an efficient procedure known as forward and backward algorithm, is often used. In this algorithm, the posterior probability P(u k I y) is factorized into following 3 terms:
- S k _, S') .
- the present invention is a method of decoding using a log posterior probability ratio L(u ), which is a function of forward variable a (.) and backward variable ⁇ (.) .
- the method comprises dividing the forward variable a (.) and the backward variable ⁇ (.) into, for example, two segments p and q, where p plus q equal the length of the codeword U.
- the forward segments a (.) are parallel calculated, and the backward segments ⁇ (.) are parallel calculated.
- the ratio L(u k ) is calculated using the parallel calculated segments of a (.) and ⁇ (.) .
- the first forward segment is calculated from a x (.) ,...., a p (.) starting from ⁇ 0 (.)
- the second forward segment is calculated from +1 (.) ,...., ⁇ (.) starting from an estimated a p (.)
- the first backward segment is calculated from ⁇ ⁇ (.),..., ⁇ q+1 (.) starting from ⁇ ⁇ (.)
- the second backward segment is calculated from ⁇ q (.) , ⁇ x (.) starting from an estimated ⁇ g+1 (.) .
- the forward variable is calculated recursively from p-d+1 where d is an arbitrary amount of time and the state at time p-d+1 is treated as a uniform random variable.
- the backward variable is calculated from q+d and again the state at time q+d is treated as a uniform random variable.
- the arbitrary amount of time, d is in the range of 1 to 20 or may be in the range of 15 to 20.
- the starting points for the estimated probability may also be a predetermined state. This predetermined state may be one divided by the number of possible states.
- the method may include dividing the forward variable a (.) and the backward variable ⁇ (.) into more than two segments, and each of the forward and reverse segments would be calculated in parallel. [0020] The process is performed in a signal receiver including a decoder. [0021 ]
- Figure 1 is a block diagram of a 3GPP turbo decoder of the prior art.
- Figure 2 is a block diagram of a 3GPP turbo decoder of the prior art.
- Figure 3 is a graph of bit error rate (BER) for a turbo decoder of the prior art and for a turbo decoder of the present invention under various signal to noise ratios (SNRs).
- BER bit error rate
- Figure 4 is a graph of block error rate or packet error rate (BLER) of the prior art turbo decoder and a turbo decoder according to the present invention under various SNR.
- BLER packet error rate
- the parallel computing is for the calculation of ⁇ k (.) and ⁇ k (.) , which are the most computational intensive part of a turbo decoder.
- the algorithm is similar.
- - Process 1 calculate ⁇ ⁇ (.) ,...., ⁇ p (.) starting from ⁇ 0 (.) ;
- - Process 2 calculate a p+x (.) ,...., a ⁇ (.) starting from an estimated a p (.) , say
- Process 1 and 3 are run as regular turbo alpha and beta calculation with known initial points (with reduced size), process 2 and 4 require estimated initial points.
- the following algorithm can be used for obtaining p '(.) for process 2 and ⁇ q X(.) for process 4.
- the first iteration start from p _ d+l (.) where d is an arbitrary amount of time steps.
- the state at time p-d+1 is treated as a uniform random variable. This implies that the probability of a specific state occurs at p-d+1 is 1/8 since the 3GPP turbo encoder has 8 system states.
- p _ d+l (.) 1/8 and as is ⁇ q+d (.) .
- the estimate c p '(.) results, and at q+1, the estimate ⁇ q X(.) results.
- Simulation scenarios are defined by SNR (signal to noise ratio).
- SNR signal to noise ratio
- 2000 packets of size 5114 bits were randomly generated, turbo encoded, and subjected to AWGN noise.
- the "spoiled" packets were run through both the regular prior art and present parallel turbo decoders.
- Figures 3 and Figure 4 compare the BER (bit error rate) and BLER (block error rate, or packet error rate) of the regular turbo decoder and parallel turbo decoder under various SNR. The results were so close they are not discernable on the graphs.
- the definitions of the estimated starting points would be a p (.),.... ,o w (.) and ⁇ w (.) ,..., ⁇ q+x (.) .
- the forward variable segments are calculated as follows: a x (.) ,...., a p (.) starting from ⁇ 0 (.) p+x (.) ,...., a q (.) starting from a p (.)
- the starting points for the forward variable are estimated from:
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Probability & Statistics with Applications (AREA)
- Theoretical Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computing Systems (AREA)
- Error Detection And Correction (AREA)
- Detection And Correction Of Errors (AREA)
- Compression, Expansion, Code Conversion, And Decoders (AREA)
Abstract
Description
Claims
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP03774933A EP1584140A1 (en) | 2002-12-06 | 2003-10-23 | Turbo decoder using parallel processing |
AU2003283001A AU2003283001A1 (en) | 2002-12-06 | 2003-10-23 | Turbo decoder using parallel processing |
JP2004559079A JP2006509465A (en) | 2002-12-06 | 2003-10-23 | Turbo decoder using parallel processing |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/310,919 US7055102B2 (en) | 2002-12-06 | 2002-12-06 | Turbo decoder using parallel processing |
US10/310,919 | 2002-12-06 |
Publications (2)
Publication Number | Publication Date |
---|---|
WO2004054115A1 true WO2004054115A1 (en) | 2004-06-24 |
WO2004054115A8 WO2004054115A8 (en) | 2004-09-16 |
Family
ID=32468135
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US2003/033584 WO2004054115A1 (en) | 2002-12-06 | 2003-10-23 | Turbo decoder using parallel processing |
Country Status (9)
Country | Link |
---|---|
US (1) | US7055102B2 (en) |
EP (1) | EP1584140A1 (en) |
JP (1) | JP2006509465A (en) |
KR (1) | KR20050085400A (en) |
CN (1) | CN1757166A (en) |
AU (1) | AU2003283001A1 (en) |
MY (1) | MY134531A (en) |
TW (1) | TW200423550A (en) |
WO (1) | WO2004054115A1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009525009A (en) * | 2006-01-27 | 2009-07-02 | クゥアルコム・インコーポレイテッド | MAP decoder with bidirectional sliding window architecture |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100606023B1 (en) * | 2004-05-24 | 2006-07-26 | 삼성전자주식회사 | The Apparatus of High-Speed Turbo Decoder |
WO2006059280A2 (en) | 2004-12-02 | 2006-06-08 | Koninklijke Philips Electronics N.V. | Turbo decoder with stake heritage for data block redundant version decoding |
US20070223599A1 (en) * | 2005-07-25 | 2007-09-27 | Sysair, Inc., A Delaware Corporation | Cellular PC modem architecture and method of operation |
US8344503B2 (en) | 2008-11-25 | 2013-01-01 | Freescale Semiconductor, Inc. | 3-D circuits with integrated passive devices |
EP2429085B1 (en) * | 2009-06-18 | 2018-02-28 | ZTE Corporation | Method and apparatus for parallel turbo decoding in long term evolution system (lte) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2000059118A1 (en) * | 1999-03-31 | 2000-10-05 | Qualcomm Incorporated | Highly parallel map decoder |
US20010046269A1 (en) * | 2000-01-31 | 2001-11-29 | Alan Gatherer | MAP decoding with parallelized sliding window processing |
US20020118776A1 (en) * | 2000-12-29 | 2002-08-29 | Blankenship Thomas Keith | Method and system for adapting a training period in a turbo decoding device |
Family Cites Families (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6377610B1 (en) | 1997-04-25 | 2002-04-23 | Deutsche Telekom Ag | Decoding method and decoding device for a CDMA transmission system for demodulating a received signal available in serial code concatenation |
CA2245603C (en) | 1997-08-14 | 2011-06-28 | Stewart Crozier | Method of enhanced max-log-a posteriori probability processing |
US6563877B1 (en) * | 1998-04-01 | 2003-05-13 | L-3 Communications Corporation | Simplified block sliding window implementation of a map decoder |
US6128765A (en) * | 1998-08-20 | 2000-10-03 | General Electric Company | Maximum A posterior estimator with fast sigma calculator |
US6292918B1 (en) | 1998-11-05 | 2001-09-18 | Qualcomm Incorporated | Efficient iterative decoding |
JP2002533991A (en) * | 1998-12-18 | 2002-10-08 | テレフォンアクチーボラゲット エル エム エリクソン(パブル) | Method and apparatus for fast recursive maximum decoding |
US6343368B1 (en) * | 1998-12-18 | 2002-01-29 | Telefonaktiebolaget Lm Ericsson (Publ) | Method and system for fast maximum a posteriori decoding |
US6484283B2 (en) * | 1998-12-30 | 2002-11-19 | International Business Machines Corporation | Method and apparatus for encoding and decoding a turbo code in an integrated modem system |
US6304995B1 (en) | 1999-01-26 | 2001-10-16 | Trw Inc. | Pipelined architecture to decode parallel and serial concatenated codes |
EP1030457B1 (en) * | 1999-02-18 | 2012-08-08 | Imec | Methods and system architectures for turbo decoding |
US6715120B1 (en) * | 1999-04-30 | 2004-03-30 | General Electric Company | Turbo decoder with modified input for increased code word length and data rate |
US6856657B1 (en) * | 2000-02-10 | 2005-02-15 | Motorola, Inc. | Soft output decoder for convolutional codes |
US6829313B1 (en) * | 2000-07-17 | 2004-12-07 | Motorola, Inc. | Sliding window turbo decoder |
US6813743B1 (en) * | 2000-07-31 | 2004-11-02 | Conexant Systems, Inc. | Sliding window technique for map decoders |
US6865711B2 (en) * | 2000-12-15 | 2005-03-08 | Conexant Systems, Inc. | System of and method for decoding trellis codes |
-
2002
- 2002-12-06 US US10/310,919 patent/US7055102B2/en not_active Expired - Fee Related
-
2003
- 2003-10-14 TW TW092128371A patent/TW200423550A/en unknown
- 2003-10-17 MY MYPI20033964A patent/MY134531A/en unknown
- 2003-10-23 JP JP2004559079A patent/JP2006509465A/en not_active Withdrawn
- 2003-10-23 KR KR1020057010237A patent/KR20050085400A/en not_active Application Discontinuation
- 2003-10-23 WO PCT/US2003/033584 patent/WO2004054115A1/en active Application Filing
- 2003-10-23 EP EP03774933A patent/EP1584140A1/en not_active Withdrawn
- 2003-10-23 AU AU2003283001A patent/AU2003283001A1/en not_active Abandoned
- 2003-10-23 CN CNA2003801052520A patent/CN1757166A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2000059118A1 (en) * | 1999-03-31 | 2000-10-05 | Qualcomm Incorporated | Highly parallel map decoder |
US20010046269A1 (en) * | 2000-01-31 | 2001-11-29 | Alan Gatherer | MAP decoding with parallelized sliding window processing |
US20020118776A1 (en) * | 2000-12-29 | 2002-08-29 | Blankenship Thomas Keith | Method and system for adapting a training period in a turbo decoding device |
Non-Patent Citations (7)
Title |
---|
AKELLA R ET AL: "On the parallel map algorithm", PROC. OF 2001 IEEE FOURTH WORKSHOP ON MULTIMEDIA SIGNAL PROCESSING, CANNES, FRANCE, 3 October 2001 (2001-10-03), pages 371 - 376, XP010565802 * |
HSU J-M ET AL: "A parallel decoding scheme for turbo codes", PROC. OF THE 1998 IEEE INTERNATIONAL SYMPOSIUM ON CIRCUITS AND SYSTEMS. MONTEREY, USA, vol. 1, 31 May 1998 (1998-05-31), pages 445 - 448, XP002124484, ISBN: 0-7803-4456-1 * |
HUNT A ET AL: "Performance degradation as a function of overlap depth when using sub-block processing in the decoding of turbo codes", PROC. OF 6TH INTERNATIONAL MOBILE SATELLITE CONFERENCE 1999, OTTAWA, CANADA, 18 June 1999 (1999-06-18), pages 276 - 280, XP002272481, ISBN: 0-662-27869-0 * |
See also references of EP1584140A1 * |
WORM A ET AL: "VLSI architectures for high-speed MAP decoders", PROC. OF FOURTEENTH INTERNATIONAL CONFERENCE ON VLSI DESIGN, BANGALORE, INDIA, 3 January 2001 (2001-01-03), pages 446 - 453, XP010531492 * |
XU YOUYUN ET AL: "VLSI design and implementation of WCDMA channel decoder", PROC. OF CANADIAN CONFERENCE ON ELECTRICAL AND COMPUTER ENGINEERING 2001, TORONTO, CANADA, vol. 1, 16 May 2001 (2001-05-16), 2001, Piscataway, NJ, USA, IEEE, USA, pages 241 - 245, XP002272480, ISBN: 0-7803-6715-4 * |
YOON S ET AL: "A PARALLEL MAP ALGORITHM FOR LOW LATENCY TURBO DECODING", IEEE COMMUNICATIONS LETTERS, PISCATAWAY, USA, vol. 6, no. 7, July 2002 (2002-07-01), pages 288 - 290, XP001123683, ISSN: 1089-7798 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009525009A (en) * | 2006-01-27 | 2009-07-02 | クゥアルコム・インコーポレイテッド | MAP decoder with bidirectional sliding window architecture |
Also Published As
Publication number | Publication date |
---|---|
EP1584140A1 (en) | 2005-10-12 |
WO2004054115A8 (en) | 2004-09-16 |
US20040111659A1 (en) | 2004-06-10 |
AU2003283001A8 (en) | 2004-06-30 |
AU2003283001A1 (en) | 2004-06-30 |
KR20050085400A (en) | 2005-08-29 |
MY134531A (en) | 2007-12-31 |
TW200423550A (en) | 2004-11-01 |
US7055102B2 (en) | 2006-05-30 |
CN1757166A (en) | 2006-04-05 |
JP2006509465A (en) | 2006-03-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP1383246B1 (en) | Modified Max-LOG-MAP Decoder for Turbo Decoding | |
JP3610329B2 (en) | Turbo coding method using large minimum distance and system for realizing the same | |
EP1480347A1 (en) | Digital transmission method of the error-correcting coding type | |
EP1170870A1 (en) | Turbo decoder | |
US6167552A (en) | Apparatus for convolutional self-doubly orthogonal encoding and decoding | |
US7539256B2 (en) | Decoding device and decoding method | |
EP1518327A1 (en) | A fast h-arq acknowledgement generation method using a stopping rule for turbo decoding | |
US6981203B2 (en) | Method and apparatus for random shuffled turbo multiuser detector | |
CA2522498A1 (en) | Turbo decoder with early termination of iterations | |
US8358713B2 (en) | High throughput and low latency map decoder | |
KR100841295B1 (en) | Method for decoding turbo code and the corresponding decoder | |
EP1821415B1 (en) | Hybrid decoding using multiple turbo decoders in parallel | |
US7055102B2 (en) | Turbo decoder using parallel processing | |
JP2004349901A (en) | Turbo decoder and dynamic decoding method used therefor | |
JP2006509465A5 (en) | ||
CN110798229B (en) | Method for generating Turbo code interleaver | |
WO2005055435A1 (en) | Linear approximation of the max* operation for log-map decoding | |
WO2005055433A1 (en) | Decoder apparatus and decoding method | |
CN116455429A (en) | Multi-user power line communication method based on optimal Bayesian algorithm | |
CN115333549A (en) | Turbo code decoding self-adaptive iteration stopping method | |
EP1698057B1 (en) | Method and apparatus for random shuffled turbo multiuser detector | |
KR20100027631A (en) | A method for decoding data in a wireless communication system | |
JP2001177417A (en) | Decoder combining channel decoding and entropy decoding | |
Lwin et al. | Convergence acceleration of turbo decoding iterations with the Epsilon algorithm |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG UZ VC VN YU ZA ZM ZW |
|
AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG |
|
DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) | ||
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
CFP | Corrected version of a pamphlet front page |
Free format text: REVISED TITLE RECEIVED BY THE INTERNATIONAL BUREAU AFTER COMPLETION OF THE TECHNICAL PREPARATIONS FOR INTERNATIONAL PUBLICATION |
|
WWE | Wipo information: entry into national phase |
Ref document number: 1020057010237 Country of ref document: KR |
|
WWE | Wipo information: entry into national phase |
Ref document number: 20038A52520 Country of ref document: CN Ref document number: 2004559079 Country of ref document: JP |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2003774933 Country of ref document: EP |
|
WWP | Wipo information: published in national office |
Ref document number: 1020057010237 Country of ref document: KR |
|
WWP | Wipo information: published in national office |
Ref document number: 2003774933 Country of ref document: EP |