The present disclosure relates to a method and system that calculates the norms of a stream of vectors at a relatively high rate.
An envelope tracking system generates an envelope signal that is used as a reference input for a fast switched-mode power supply (Fast SMPS). In turn, the Fast SMPS uses the envelope signal to modulate a supply of a power amplifier for an increased efficiency. At present, an envelope signal generated by traditional methods is not fast or accurate enough for use with the long term evolution (LTE) standard wherein an envelope modulation bandwidth can be as high as 1.5 times a modulation bandwidth. In fact, a 20 MHz LTE bandwidth requires about 30 MHz envelope bandwidth, which further requires a digital sampling clock of 104 MHz for improved oversampling. As a result, there is a need for a method and system that generates fast digital envelope signals using in-phase (I) and quadrature (Q) signals that drive an RF modulator.
The present disclosure provides a coordinate rotation digital computer (CORDIC) for computing the norm of a vector having a first component and a second component. The CORDIC includes a first maximum value circuit for outputting a maximum operand that is a larger one of either an absolute value of the first component or an absolute value of the second component. A minimum value circuit outputs a minimum operand that is a smaller one of either an absolute value of the first component or an absolute value of the second component. The CORDIC has N rotator stages, each corresponding to a unique one of N predetermined vectors. Each of the N rotator stages has a first multiply circuit for multiplying the maximum operand by a cosine coefficient of a corresponding predetermined vector to output a first rotation component and a second multiply circuit for multiplying the minimum operand by a sine coefficient of the corresponding predetermined vector to output a second rotation component. Moreover, each of the N rotator stages include an adder circuit for adding the first rotation component to the second rotation component to output one of N results. The CORDIC also has a second maximum value circuit for outputting a maximum one of the N results.
Those skilled in the art will appreciate the scope of the disclosure and realize additional aspects thereof after reading the following detailed description in association with the accompanying drawings.
The accompanying drawing figures incorporated in and forming a part of this specification illustrate several aspects of the disclosure, and together with the description serve to explain the principles of the disclosure.
The embodiments set forth below represent the necessary information to enable those skilled in the art to practice the embodiments and illustrate the best mode of practicing the embodiments. Upon reading the following description in light of the accompanying drawing figures, those skilled in the art will understand the concepts of the disclosure and will recognize applications of these concepts not particularly addressed herein. It should be understood that these concepts and applications fall within the scope of the disclosure and the accompanying claims.
In particular, the system and method of the present disclosure provides an array of unit vectors Ū(i) that are used to effectively rotate the vector
(i)
(0) = 1∠4.5°
(1) = 1∠13.5°
(2) = 1∠22.5°
(3) = 1∠31.5°
(4) = 1∠40.5°
As will be explained in greater detail further in the disclosure, the vector
norm≈(a(i)(|I|)+(b(i)(|Q|) (1)
The absolute values of the first component I and a second component Q are taken to ensure that the vector
A multiplication by one of the unit vectors Ū(i) yields a largest value. This largest value is the most accurate calculation of the norm for the vector
In the exemplary case shown in
(i)
(0) = 1∠4.5°
(1) = 1∠13.5°
(2) = 1∠22.5°
(3) = 1∠31.5°
(4) = 1∠40.5°
In this exemplary case, the unit vector Ū(2) has the smallest angle with the vector
A first absolute value (ABS) circuit 16 outputs the absolute value of the first component I. A second ABS circuit 18 outputs the absolute value of the second component Q. In the particular case of the first embodiment CORDIC 10, the outputted values are d bits wide, wherein d=n−1.
A first maximum value (MAX) circuit 20 receives both the first component I and the second component Q and in turn outputs the larger value of the first component I and the second component Q. In contrast, a first minimum value (MIN) circuit 22 receives both the first component I and the second component Q and in turn outputs the smaller value of the first component I and the second component Q.
A first rotator stage 24, a second rotator stage 26 and an Nth rotator stage 28 simultaneously receive the larger value output from the first MAX circuit 20 and the smaller value output from the MIN circuit 22. One approximation of a norm for the vector
The first rotator stage 24, the second rotator stage 26, and the Nth rotator stage 28 each have a multiply circuit 34 for multiplying the larger value, which is a maximum operand, by corresponding cosine coefficients a(i), wherein i is a natural number that ranges from 0 to N−1. For example, the cosine coefficient a(0) is stored in a memory location 36 for use by the first rotator stage 24. The cosine coefficient c is stored in a memory location 38 for use by the second rotator stage 26, and a cosine coefficient a(N−1) is stored in a memory location 40 for use by the Nth rotator stage 28. The memory location 36, the memory location 38, and the memory location 40 are each c bits wide. An equation for calculating the cosine coefficients is given by the following equation (2).
The CorrectionFactor is a dimensionless correction factor that is usable for reducing the mean error over a plurality of calculations and is given by the following equation (3).
Similarly, the first rotator stage 24, the second rotator stage 26, and the Nth rotator stage 28 each have a multiply circuit 42 for multiplying the smaller value, which is a minimum operand, by corresponding cosine coefficients b(i), wherein i is a natural number that ranges from 0 to N−1. A sine coefficient b(0) is stored in a memory location 44 for use by the first rotator stage 24. A sine coefficient b(1) is stored in a memory location 46 for use by the second rotator stage 26, and a sine coefficient b(N−1) is stored in a memory location 48 for use by the Nth rotator stage 28. The memory location 44, the memory location 46, and the memory location 48 are each c bits wide. An equation for calculating the sine coefficients is given by the following equation (4).
The CorrectionFactor is usable for reducing the mean error over a plurality of calculations and is given by the equation (3) above.
The first rotator stage 24, the second rotator stage 26, and the Nth rotator stage 28 each have an adder circuit 50 that receive m bit wide outputs from corresponding multiply circuits 34 and 42. Each adder circuit 50 outputs an o bit wide norm approximation to the second MAX circuit 30. Moreover, each adder circuit includes a results register 52 that is m bits wide plus an overflow bit 54 that controls a results multiplexer 56 that outputs either the addition results or a predetermined maximum value (MAXVAL) held in a memory location 58. In this particular embodiment the output of the multiplexer 56 will be addition results if the overflow bit is set to 0. In contrast, the output of the adder circuit will be the constant MAXVAL if the overflow bit is set to 1. A round and right shift (RS) circuit 60 rounds the addition results and then right shifts the results until only an o bit wide result remains.
Table 3 below lists word size configurations for an exemplary CORDIC having five rotator stages and another exemplary CORDIC having six rotator stages. Table 3 also lists the maximum error for a least significant byte (LSB) and the mean error LSB. The probability for an error greater than or equal to 0.5 LSB is 11.3% for a CORDIC with five rotator stages and 7.4% for a CORDIC having 7.4%.
Table 4 lists digital values for the coefficients of the first components a(i), and the second components b(i) of the unit vectors Ū(i) used by the first rotator stage 24, the second rotator stage 26, and the Nth rotator stage 28.
Referring back to Table 3, the five rotator stage example is configured for coefficients that are 9 bits in size. As a result, the maximum value for the coefficients of the five rotator stage example is 512. The six rotator stage example is configured for coefficients that are 10 bits in size. Therefore, the maximum value for the coefficients of the six rotator stage example is 1,024. Dividing the coefficients of the first components a(i), and the second components b(i) by the maximum values 512 and 1024 for the five rotator stage example and the six rotator stage example yields decimal values listed in Table 5 below. Notice that the coefficients of the first components a(i), and the second components b(i) of the five rotator stage example in Table 5 are close to the first components a(i), and the second components b(i) of Table 1 multiplied by a CorrectionFactor of 1.001 that is calculated using equation (3).
The mode circuitry further includes an input subtractor circuit 70 that subtracts the second component Q of the vector
An additional round and RS circuit 76 can be implemented if the width d of the output of the first MAX circuit 20 is less than the width n−1 of the I input 12. Likewise, another additional round and RS circuit 78 can be implemented if the width d of the output of the first MIN circuit 22 is less than the width n−1 of the Q input 14. In operation, the round and RS circuit 76 and the round and RS circuit 78 round their respective n bit wide contents before right shifting their n bit wide contents to drop lower bits until only d bits remain.
The TX section 82 includes an ETS generator 104 that drives the fast SMPS converter 98 to produce the ETS (
The TX section 82 also includes a digital modulator 106 that separates a transmit signal TX into a digital in-phase (I) signal and a digital quadrature (Q) signal. A timing block 108 provides timing advances and delays for the digital I signal and the digital Q signal in response to base station requests. The timing block 108 also provides interpolation for achieving higher clock frequencies.
A digital gain control 110 provides gain to the digital I signal and the digital Q signal in cooperation with the GainControl_dB signal. The cooperation ensures that the amplitude of the ETS (
A first mixer 120 mixes the analog I signal with an RF signal generated by an RF oscillator 122. A second mixer 124 mixes the analog Q signal with the RF signal. Mixed outputs from the first mixer 120 and the second mixer 124 combine to produce the modulated RFC shown in
The ETS generator 104 includes a multiplier circuit 128 that multiplies GainControl_dB with the stream of norm values output from the CORDIC 10. A look-up-table (LUT) 130 provides pre-distortion to the stream of norms to match distortion produced by the power amplifier stages 86. A programmable delay 132 is usable to finely tune synchronization between the stream of norm values and the RFC (
Those skilled in the art will recognize improvements and modifications to the preferred embodiments of the present disclosure. All such improvements and modifications are considered within the scope of the concepts disclosed herein and the claims that follow.
This application claims the benefit of provisional patent application Ser. No. 61/414,085, filed Nov. 16, 2010, the disclosure of which is hereby incorporated herein by reference in its entirety. This application Ser. No. 13/297,470 is also related to a concurrently filed utility application entitled DIGITAL FAST DB TO GAIN MULTIPLIER FOR ENVELOPE TRACKING SYSTEMS, the disclosure of which is incorporated herein by reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
3969682 | Rossum | Jul 1976 | A |
3980964 | Grodinsky | Sep 1976 | A |
4587552 | Chin | May 1986 | A |
4692889 | McNeely | Sep 1987 | A |
4996500 | Larson et al. | Feb 1991 | A |
5311309 | Ersoz et al. | May 1994 | A |
5317217 | Rieger et al. | May 1994 | A |
5351087 | Christopher et al. | Sep 1994 | A |
5414614 | Fette et al. | May 1995 | A |
5420643 | Romesburg et al. | May 1995 | A |
5486871 | Filliman et al. | Jan 1996 | A |
5532916 | Tamagawa | Jul 1996 | A |
5581454 | Collins | Dec 1996 | A |
5646621 | Cabler et al. | Jul 1997 | A |
5715526 | Weaver, Jr. et al. | Feb 1998 | A |
5767744 | Irwin et al. | Jun 1998 | A |
5822318 | Tiedemann, Jr. et al. | Oct 1998 | A |
5898342 | Bell | Apr 1999 | A |
5905407 | Midya | May 1999 | A |
5936464 | Grondahl | Aug 1999 | A |
6043610 | Buell | Mar 2000 | A |
6043707 | Budnik | Mar 2000 | A |
6055168 | Kotowski et al. | Apr 2000 | A |
6070181 | Yeh | May 2000 | A |
6118343 | Winslow | Sep 2000 | A |
6141541 | Midya et al. | Oct 2000 | A |
6147478 | Skelton et al. | Nov 2000 | A |
6198645 | Kotowski et al. | Mar 2001 | B1 |
6204731 | Jiang et al. | Mar 2001 | B1 |
6256482 | Raab | Jul 2001 | B1 |
6300826 | Mathe et al. | Oct 2001 | B1 |
6313681 | Yoshikawa | Nov 2001 | B1 |
6348780 | Grant | Feb 2002 | B1 |
6483281 | Hwang | Nov 2002 | B2 |
6559689 | Clark | May 2003 | B1 |
6583610 | Groom et al. | Jun 2003 | B2 |
6617930 | Nitta | Sep 2003 | B2 |
6621808 | Sadri | Sep 2003 | B1 |
6624712 | Cygan et al. | Sep 2003 | B1 |
6658445 | Gau et al. | Dec 2003 | B1 |
6681101 | Eidson et al. | Jan 2004 | B1 |
6690652 | Sadri | Feb 2004 | B1 |
6701141 | Lam | Mar 2004 | B2 |
6728163 | Gomm et al. | Apr 2004 | B2 |
6819938 | Sahota | Nov 2004 | B2 |
6958596 | Sferrazza et al. | Oct 2005 | B1 |
6995995 | Zeng et al. | Feb 2006 | B2 |
7058373 | Grigore | Jun 2006 | B2 |
7164893 | Leizerovich et al. | Jan 2007 | B2 |
7200365 | Watanabe et al. | Apr 2007 | B2 |
7233130 | Kay | Jun 2007 | B1 |
7279875 | Gan et al. | Oct 2007 | B2 |
7394233 | Trayling et al. | Jul 2008 | B1 |
7405618 | Lee et al. | Jul 2008 | B2 |
7411316 | Pai | Aug 2008 | B2 |
7528807 | Kim et al. | May 2009 | B2 |
7529523 | Young et al. | May 2009 | B1 |
7539466 | Tan et al. | May 2009 | B2 |
7595569 | Amerom et al. | Sep 2009 | B2 |
7609114 | Hsieh et al. | Oct 2009 | B2 |
7615979 | Caldwell | Nov 2009 | B2 |
7627622 | Conrad et al. | Dec 2009 | B2 |
7646108 | Paillet et al. | Jan 2010 | B2 |
7653366 | Grigore | Jan 2010 | B2 |
7679433 | Li | Mar 2010 | B1 |
7696735 | Oraw et al. | Apr 2010 | B2 |
7715811 | Kenington | May 2010 | B2 |
7724837 | Filimonov et al. | May 2010 | B2 |
7773691 | Khlat et al. | Aug 2010 | B2 |
7777459 | Williams | Aug 2010 | B2 |
7782036 | Wong et al. | Aug 2010 | B1 |
7783269 | Vinayak et al. | Aug 2010 | B2 |
7800427 | Chae et al. | Sep 2010 | B2 |
7805115 | McMorrow et al. | Sep 2010 | B1 |
7859336 | Markowski et al. | Dec 2010 | B2 |
7880547 | Lee et al. | Feb 2011 | B2 |
7894216 | Melanson | Feb 2011 | B2 |
7898268 | Bernardon et al. | Mar 2011 | B2 |
7898327 | Nentwig | Mar 2011 | B2 |
7907010 | Wendt et al. | Mar 2011 | B2 |
7915961 | Li | Mar 2011 | B1 |
7923974 | Martin et al. | Apr 2011 | B2 |
7965140 | Takahashi | Jun 2011 | B2 |
7994864 | Chen et al. | Aug 2011 | B2 |
8000117 | Petricek | Aug 2011 | B2 |
8008970 | Homol et al. | Aug 2011 | B1 |
8022761 | Drogi et al. | Sep 2011 | B2 |
8026765 | Giovannotto | Sep 2011 | B2 |
8068622 | Melanson et al. | Nov 2011 | B2 |
8081199 | Takata et al. | Dec 2011 | B2 |
8093951 | Zhang et al. | Jan 2012 | B1 |
8159297 | Kumagai | Apr 2012 | B2 |
8164388 | Iwamatsu | Apr 2012 | B2 |
8174313 | Vice | May 2012 | B2 |
8183917 | Drogi et al. | May 2012 | B2 |
8183929 | Grondahl | May 2012 | B2 |
8198941 | Lesso | Jun 2012 | B2 |
8204456 | Xu et al. | Jun 2012 | B2 |
8362837 | Koren et al. | Jan 2013 | B2 |
8541993 | Notman et al. | Sep 2013 | B2 |
8542061 | Levesque et al. | Sep 2013 | B2 |
8558616 | Shizawa et al. | Oct 2013 | B2 |
8588713 | Khlat | Nov 2013 | B2 |
8611402 | Chiron | Dec 2013 | B2 |
8618868 | Khlat et al. | Dec 2013 | B2 |
8624576 | Khlat et al. | Jan 2014 | B2 |
8624760 | Ngo et al. | Jan 2014 | B2 |
8626091 | Khlat et al. | Jan 2014 | B2 |
8638165 | Shah et al. | Jan 2014 | B2 |
8659355 | Henshaw et al. | Feb 2014 | B2 |
20020071497 | Bengtsson et al. | Jun 2002 | A1 |
20030017286 | Williams et al. | Jan 2003 | A1 |
20030031271 | Bozeki et al. | Feb 2003 | A1 |
20030062950 | Hamada et al. | Apr 2003 | A1 |
20030137286 | Kimball et al. | Jul 2003 | A1 |
20030198063 | Smyth | Oct 2003 | A1 |
20030206603 | Husted | Nov 2003 | A1 |
20030220953 | Allred | Nov 2003 | A1 |
20030232622 | Seo et al. | Dec 2003 | A1 |
20040047329 | Zheng | Mar 2004 | A1 |
20040124913 | Midya et al. | Jul 2004 | A1 |
20040196095 | Nonaka | Oct 2004 | A1 |
20040219891 | Hadjichristos | Nov 2004 | A1 |
20040239301 | Kobayashi | Dec 2004 | A1 |
20040266366 | Robinson et al. | Dec 2004 | A1 |
20040267842 | Allred | Dec 2004 | A1 |
20050008093 | Matsuura et al. | Jan 2005 | A1 |
20050032499 | Cho | Feb 2005 | A1 |
20050047180 | Kim | Mar 2005 | A1 |
20050064830 | Grigore | Mar 2005 | A1 |
20050093630 | Whittaker et al. | May 2005 | A1 |
20050122171 | Miki et al. | Jun 2005 | A1 |
20050156582 | Redl et al. | Jul 2005 | A1 |
20050156662 | Raghupathy et al. | Jul 2005 | A1 |
20050157778 | Trachewsky et al. | Jul 2005 | A1 |
20050200407 | Arai et al. | Sep 2005 | A1 |
20060006946 | Burns et al. | Jan 2006 | A1 |
20060097711 | Brandt | May 2006 | A1 |
20060128324 | Tan et al. | Jun 2006 | A1 |
20060178119 | Jarvinen | Aug 2006 | A1 |
20060181340 | Dhuyvetter | Aug 2006 | A1 |
20060220627 | Koh | Oct 2006 | A1 |
20060244513 | Yen et al. | Nov 2006 | A1 |
20070014382 | Shakeshaft et al. | Jan 2007 | A1 |
20070024360 | Markowski | Feb 2007 | A1 |
20070082622 | Leinonen et al. | Apr 2007 | A1 |
20070146076 | Baba | Jun 2007 | A1 |
20070182392 | Nishida | Aug 2007 | A1 |
20070183532 | Matero | Aug 2007 | A1 |
20070259628 | Carmel et al. | Nov 2007 | A1 |
20080003950 | Haapoja et al. | Jan 2008 | A1 |
20080044041 | Tucker et al. | Feb 2008 | A1 |
20080081572 | Rofougaran | Apr 2008 | A1 |
20080104432 | Vinayak et al. | May 2008 | A1 |
20080150619 | Lesso et al. | Jun 2008 | A1 |
20080205095 | Pinon et al. | Aug 2008 | A1 |
20080242246 | Minnis et al. | Oct 2008 | A1 |
20080252278 | Lindeberg et al. | Oct 2008 | A1 |
20080258831 | Kunihiro et al. | Oct 2008 | A1 |
20080280577 | Beukema et al. | Nov 2008 | A1 |
20090004981 | Eliezer et al. | Jan 2009 | A1 |
20090097591 | Kim | Apr 2009 | A1 |
20090167260 | Pauritsch et al. | Jul 2009 | A1 |
20090174466 | Hsieh et al. | Jul 2009 | A1 |
20090184764 | Markowski et al. | Jul 2009 | A1 |
20090190699 | Kazakevich et al. | Jul 2009 | A1 |
20090218995 | Ahn | Sep 2009 | A1 |
20090289720 | Takinami et al. | Nov 2009 | A1 |
20090319065 | Risbo | Dec 2009 | A1 |
20100017553 | Laurencin et al. | Jan 2010 | A1 |
20100045247 | Blanken et al. | Feb 2010 | A1 |
20100171553 | Okubo et al. | Jul 2010 | A1 |
20100253309 | Xi et al. | Oct 2010 | A1 |
20100266066 | Takahashi | Oct 2010 | A1 |
20100301947 | Fujioka et al. | Dec 2010 | A1 |
20100308654 | Chen | Dec 2010 | A1 |
20100311365 | Vinayak et al. | Dec 2010 | A1 |
20100321127 | Watanabe et al. | Dec 2010 | A1 |
20110018626 | Kojima | Jan 2011 | A1 |
20110084760 | Guo et al. | Apr 2011 | A1 |
20110148375 | Tsuji | Jun 2011 | A1 |
20110234182 | Wilson | Sep 2011 | A1 |
20110235827 | Lesso et al. | Sep 2011 | A1 |
20110279180 | Yamanouchi et al. | Nov 2011 | A1 |
20120025907 | Koo et al. | Feb 2012 | A1 |
20120025919 | Huynh | Feb 2012 | A1 |
20120034893 | Baxter et al. | Feb 2012 | A1 |
20120068767 | Henshaw et al. | Mar 2012 | A1 |
20120133299 | Capodivacca et al. | May 2012 | A1 |
20120139516 | Tsai et al. | Jun 2012 | A1 |
20120154054 | Kaczman et al. | Jun 2012 | A1 |
20120170334 | Menegoli et al. | Jul 2012 | A1 |
20120176196 | Khlat | Jul 2012 | A1 |
20120194274 | Fowers et al. | Aug 2012 | A1 |
20120236444 | Srivastava et al. | Sep 2012 | A1 |
20120299647 | Honjo et al. | Nov 2012 | A1 |
20130034139 | Khlat et al. | Feb 2013 | A1 |
20130094553 | Paek et al. | Apr 2013 | A1 |
20130307617 | Khlat et al. | Nov 2013 | A1 |
20130328613 | Kay et al. | Dec 2013 | A1 |
20140009200 | Kay et al. | Jan 2014 | A1 |
20140009227 | Kay et al. | Jan 2014 | A1 |
Number | Date | Country |
---|---|---|
0755121 | Jan 1997 | EP |
1492227 | Dec 2004 | EP |
1569330 | Aug 2005 | EP |
2214304 | Aug 2010 | EP |
2244366 | Oct 2010 | EP |
2462204 | Feb 2010 | GB |
2465552 | May 2010 | GB |
2484475 | Apr 2012 | GB |
0048306 | Aug 2000 | WO |
04002006 | Dec 2003 | WO |
2004082135 | Sep 2004 | WO |
2005013084 | Feb 2005 | WO |
2006073208 | Jul 2006 | WO |
2007107919 | Sep 2007 | WO |
2007149346 | Dec 2007 | WO |
Entry |
---|
International Search Report for PCT/US2011/054106 mailed Feb. 9, 2012, 11 pages. |
International Search Report for PCT/US12/40317 mailed Sep. 7, 2012, 7 pages. |
International Search Report for PCT/US2012/046887 mailed Dec. 21, 2012, 12 pages. |
Non-Final Office Action for U.S. Appl. No. 13/188,024, mailed Feb. 5, 2013, 8 pages. |
International Search Report and Written Opinion for PCT/US2012/062070, mailed Jan. 21, 2013, 12 pages. |
Dixon, N., “Standardization boosts momentum for Envelope tracking,” Microwave Engineers, Europe, Apr. 20, 2011, 2 pages, http://www.mwee.com/en/standardisation-boosts-momentum-for-envelope-tracking.html?cmp—ids=71&news—ids=222901746. |
Knutson, P, et al., “An Optimal Approach to Digital Raster Mapper Design,” 1991 IEEE International Conference on Consumer Electronics held Jun. 5-7, 1991, vol. 37, Issue 4, published Nov. 1991, pp. 746-752. |
Le, Hanh-Phuc et al., “A 32nm Fully Integrated Reconfigurable Switched-Capacitor DC-DC Convertor Delivering 0.55W/mmΛ2 at 81% Efficiency,” 2010 IEEE International Solid State Circuits Conference, Feb. 20-24, 2010, pp. 210-212. |
Sahu, B. et al., “Adaptive Power Management of Linear RF Power Amplifiers in Mobile Handsets—An Integrated System Design Approach,” submission for IEEE Asia Pacific Microwave Conference, Mar. 2004, 4 pages. |
Unknown, “Nujira files 100th envelope tracking patent,” CS: Compound Semiconductor, Apr. 11, 2011, 1 page. |
Non-final Office Action for U.S. Appl. No. 12/112,006 mailed Apr. 5, 2010, 6 pages. |
Notice of Allowance for U.S. Appl. No. 12/112,006 mailed Jul. 19, 2010, 6 pages. |
International Search Report for PCT/US11/033037 mailed Aug. 9, 2011, 10 pages. |
International Search Report for PCT/US2011/044857 mailed Oct. 24, 2011, 10 pages. |
International Search Report for PCT/US11/49243 mailed Dec. 22, 2011, 9 pages. |
Non-final Office Action for U.S. Appl. No. 11/113,873, now Patent No. 7,773,691 mailed Feb. 1, 2008, 17 pages. |
Final Office Action for U.S. Appl. No. 11/113,873, now Patent No. 7,773,691, mailed Jul. 30, 2008, 19 pages. |
Non-final Office Action for U.S. Appl. No. 11/113,873, now Patent No. 7,773,691, mailed Nov. 26, 2008, 22 pages. |
Final Office Action for U.S. Appl. No. 11/113,873, now Patent No. 7,773,691, mailed May 4, 2009, 20 pages. |
Non-final Office Action for U.S. Appl. No. 11/113,873, now Patent No. 7,773,691, mailed Feb. 3, 2010, 21 pages. |
Notice of Allowance for U.S. Appl. No. 11/113,873, now Patent No. 7,773,691, mailed Jun. 9, 2010, 7 pages. |
Kim, N. et al, “Ripple feedback filter suitable for analog/digital mixed-mode audio amplifier for improved efficiency and stability,” Power Electronics Specialists Conference, vol. 1, Jun. 23, 2002, pp. 45-49. |
International Search Report for PCT/US06/12619 mailed May 8, 2007, 2 pages. |
International Search Report for PCT/US2011/061009 mailed Feb. 8, 2012, 14 pages. |
Invitation to Pay Additional Fees and Where Applicable Protest Fee for PCT/US2011/061007 mailed Feb. 13, 2012, 7 pages. |
Kim et al., “High Efficiency and Wideband Envelope Tracking Power Amplifiers with Sweet Spot Tracking,” 2010 IEEE Radio Frequency Integrated Circuits Symposium, May 23-25, 2010, pp. 255-258. |
International Search Report for PCT/US2011/064255 mailed Apr. 3, 2012, 12 pages. |
Extended European Search Report for application 06740532.4 mailed Dec. 7, 2010, 7 pages. |
Choi, J. et al., “A New Power Management IC Architecture for Envelope Tracking Power Amplifier,” IEEE Transactions on Microwave Theory and Techniques, vol. 59, No. 7, Jul. 2011, pp. 1796-1802. |
Notice of Allowance for U.S. Appl. No. 13/188,024, mailed Jun. 18, 2013, 8 pages. |
International Preliminary Report on Patentability for PCT/US2011/054106 mailed Apr. 11, 2013, 8 pages. |
International Preliminary Report on Patentability for PCT/US2011/061007 mailed May 30, 2013, 11 pages. |
International Preliminary Report on Patentability for PCT/US2011/061009 mailed May 30, 2013, 10 pages. |
Non-Final Office Action for U.S. Appl. No. 13/423,649, mailed May 22, 2013, 7 pages. |
Advisory Action for U.S. Appl. No. 13/222,484, mailed Jun. 14, 2013, 3 pages. |
International Preliminary Report on Patentability for PCT/US2011/064255, mailed Jun. 20, 2013, 7 pages. |
Notice of Allowance for U.S. Appl. No. 13/343,840, mailed Jul. 1, 2013, 8 pages. |
International Search Report for PCT/US2012/023495 mailed May 7, 2012, 13 pages. |
Hekkala, A. et al., “Adaptive time misalignment compensation in envelope tracking amplifiers,” International Symposium on Spread Spectrum Techniques and Applications, Aug. 2008, pp. 761-765. |
Invitation to Pay Additional Fees and Where Applicable Protest Fee for PCT/US2012/024124 mailed Jun. 1, 2012, 7 pages. |
Lie, Donald Y.C. et al., “Design of Highly-Efficient Wideband RF Polar Transmitters Using Envelope-Tracking (ET) for Mobile WiMAX/Wibro Applications,” IEEE 8th International Conference on ASIC (ASCION), Oct. 20-23, 2009, pp. 347-350. |
Lie, Donald Y.C. et al., “Highly Efficient and Linear Class E SiGe Power Amplifier Design,” 8th International Conference on Solid-State and Integrated Circuit Technology (ICSICT), Oct. 23-26, 2006, pp. 1526-1529. |
Notice of Allowance for U.S. Appl. No. 13/363,888, mailed Jul. 18, 2013, 9 pages. |
Notice of Allowance for U.S. Appl. No. 13/222,453, mailed Aug. 22, 2013, 8 pages. |
Non-Final Office Action for U.S. Appl. No. 13/367,973, mailed Sep. 24, 2013, 8 pages. |
Notice of Allowance for U.S. Appl. No. 13/423,649, mailed Aug. 30, 2013, 8 pages. |
Notice of Allowance for U.S. Appl. No. 13/316,229, mailed Aug. 29, 2013, 8 pages. |
Quayle Action for U.S. Appl. No. 13/531,719, mailed Oct. 10, 2013, 5 pages. |
Notice of Allowance for U.S. Appl. No. 13/550,060, mailed Aug. 16, 2013, 8 pages. |
Notice of Allowance for U.S. Appl. No. 13/222,484, mailed Aug. 26, 2013, 8 pages. |
Notice of Allowance for U.S. Appl. No. 13/602,856, mailed Sep. 24, 2013, 9 pages. |
Non-final Office Action for U.S. Appl. No. 13/218,400 mailed Nov. 8, 2012, 7 pages. |
Notice of Allowance for U.S. Appl. No. 13/316,229 mailed Nov. 14, 2012, 9 pages. |
Non-final Office Action for U.S. Appl. No. 13/222,484 mailed Nov. 8, 2012, 9 pages. |
International Preliminary Report on Patentability for PCT/US11/49243 mailed Nov. 13, 2012, 33 pages. |
Non-final Office Action for U.S. Appl. No. 13/089,917 mailed Nov. 23, 2012, 6 pages. |
Non final Office Action for U.S. Appl. No. 13/222,453 mailed Dec. 6, 2012, 13 pages. |
International Preliminary Report on Patentability for PCT/US2011/033037 mailed Oct. 23, 2012, 7 pages. |
Final Office Action for U.S. Appl. No. 13/297,470, mailed Oct. 25, 2013, 17 pages. |
Notice of Allowance for U.S. Appl. No. 14/022,858, mailed Oct. 25, 2013, 9 pages. |
Non-Final Office Action for U.S. Appl. No. 13/550,049, mailed Nov. 25, 2013, 6 pages. |
Non-Final Office Action for U.S. Appl. No. 12/836,307, mailed Nov. 5, 2013, 6 pages. |
Examination Report for European Patent Application No. 11720630, mailed Aug. 16, 2013, 5 pages. |
Wu, Patrick Y. et al., “A Two-Phase Switching Hybrid Supply Modulator for RF Power Amplifiers with 9% Efficiency Improvement,” IEEE Journal of Solid-State Circuits, vol. 45, No. 12, Dec. 2010, pp. 2543-2556. |
Yousefzadeh, Vahid et al., “Band Separation and Efficiency Optimization in Linear-Assisted Switching Power Amplifiers,” 37th IEEE Power Electronics Specialists Conference, Jun. 18-22, 2006, pp. 1-7. |
International Preliminary Report on Patentability for PCT/US2012/040317, mailed Dec. 12, 2013, 5 pages. |
Notice of Allowance for U.S. Appl. No. 13/531,719, mailed Dec. 30, 2013, 7 pages. |
Non-Final Office Action for U.S. Appl. No. 14/022,940, mailed Dec. 20, 2013, 5 pages. |
International Search Report and Written Opinion for PCT/US2013/052277, mailed Jan. 7, 2014, 14 pages. |
Li et al., “A highly efficient SiGe differential power amplifier using an envelope-tracking technique for 3GPP LTE applications,” IEEE Bipolar/BiCMOS Circuits and Technology Meeting (BCTM), Oct. 4-6, 2010, pp. 121-124. |
Cidronali, A. et al., “A 240W dual-band 870 and 2140 MHz envelope tracking GaN PA designed by a probability distribution conscious approach,” IEEE MTT-S International Microwave Symposium Digest, Jun. 5-10, 2011, 4 pages. |
International Search Report for PCT/US2011/061007 mailed Aug. 16, 2012, 16 pages. |
International Search Report for PCT/US2012/024124 mailed Aug. 24, 2012, 14 pages. |
International Search Report for US PCT/US2012/036858 mailed Aug. 9, 2012, 7 pages. |
International Search Report for US PCT/US2012/036858 mailed Aug. 10, 2012, 8 pages. |
International Preliminary Report on Patentability for PCT/US2011/044857 mailed Mar. 7, 2013, 6 pages. |
Notice of Allowance for U.S. Appl. No. 13/218,400 mailed Apr. 11, 2013, 7 pages. |
Non-Final Office Action for U.S. Appl. No. 13/297,470 mailed May 8, 2013, 15 pages. |
Notice of Allowance for U.S. Appl. No. 13/222,453 mailed Feb. 21, 2013, 7 pages. |
Final Office Action for U.S. Appl. No. 13/222,484 mailed Apr. 10, 2013, 10 pages. |
International Search Report and Written Opinion for PCT/US2012/053654 mailed Feb. 15, 2013, 11 pages. |
International Search Report and Written Opinion for PCT/US2012/067230 mailed Feb. 21, 2013, 10 pages. |
International Preliminary Report on Patentability for PCT/US2012/024124, mailed Aug. 22, 2013, 8 pages. |
International Preliminary Report on Patentability for PCT/US2012/023495, mailed Aug. 15, 2013, 10 pages. |
International Preliminary Report on Patentability for PCT/US2012/046887, mailed Jan. 30, 2014, 8 pages. |
International Preliminary Report on Patentability for PCT/US2012/053654, mailed Mar. 13, 2014, 7 pages. |
International Search Report and Written Opinion for PCT/US2013/065403, mailed Feb. 5, 2014, 11 pages. |
Non-Final Office Action for U.S. Appl. No. 13/297,470, mailed Feb. 20, 2014, 16 pages. |
Notice of Allowance for U.S. Appl. No. 13/550,049, mailed Mar. 6, 2014, 5 pages. |
Non-Final Office Action for U.S. Appl. No. 13/661,552, mailed Feb. 21, 2014, 5 pages. |
Examination Report for European Patent Application No. 11720630.0 issued Mar. 18, 2014, 4 pages. |
International Search Report and Written Opinion for PCT/US2012/062110 issued Apr. 8, 2014, 12 pages. |
International Preliminary Report on Patentability for PCT/US20121062070 mailed May 8, 2014, 8 pages. |
International Preliminary Report on Patentability for PCT/US20121062110 mailed May 8, 2014, 9 pages. |
Notice of Allowance for U.S. Appl. No. 12/836,307 mailed May 5, 2014, 6 pages. |
Non-Final Office Action for U.S. Appl. No. 13/367,973 mailed Apr. 25, 2014, 5 pages. |
Non-Final Office Action for U.S. Appl. No. 13/647,815 mailed May 2, 2014, 6 pages. |
Non-Final Office Action for U.S. Appl. No. 13/689,883 mailed Mar. 27, 2014, 13 pages. |
Non-Final Office Action for U.S. Appl. No. 13/692,084 mailed Apr. 10, 2014, 6 pages. |
Non-Final Office Action for U.S. Appl. No. 13/684,826 mailed Apr. 3, 2014, 5 pages. |
Non-Final Office Action for U.S. Appl. No. 13/951,976 mailed Apr. 4, 2014, 7 pages. |
Non-Final Office Action for U.S. Appl. No. 13/714,600 mailed May 9, 2014, 14 pages. |
Notice of Allowance for U.S. Appl. No. 14/022,858 mailed May 27, 2014, 6 pages. |
Number | Date | Country | |
---|---|---|---|
20120121039 A1 | May 2012 | US |
Number | Date | Country | |
---|---|---|---|
61414085 | Nov 2010 | US |