| Author |
Message |
dd2001
Joined: 14 Apr 2002 Posts: 282
|
11 Mar 2003 20:19 DC Offsets in Direct Conversion receiver |
|
|
|
Staring receiver project using Direct Conversion (DCR), is there any good idea to handle DC offsets in DCR? I read several papers, however, not get very clear picture to deal with DC issue, any sample ciruits would be very helpful.
For the LNA, should it be sigle ended or double ended design, Biploar or CMOS?
Thanks
|
|
| Back to top |
|
 |
zoovy
Joined: 15 Dec 2002 Posts: 42
|
12 Mar 2003 7:30 |
|
|
|
| Most of the time, after DCR the signal is fed to an A/D converter. After this point it becomes an algorithm in signal processing to eliminate DC offsets.
|
|
| Back to top |
|
 |
spweda
Joined: 28 Jun 2001 Posts: 195 Helped: 4
|
12 Mar 2003 7:58 |
|
|
|
| There are two ways to reduce DC offset. One is to use AC couple to filter out the DC, the other is to use DSP algorithm to implement a DC compensation.
|
|
| Back to top |
|
 |
byron
Joined: 25 Jan 2002 Posts: 106
|
12 Mar 2003 8:23 Re: DC Offsets in Direct Conversion receiver |
|
|
|
| dd2001 wrote: |
For the LNA, should it be sigle ended or double ended design, Biploar or CMOS?
|
It depends on on the working frequency, system spec.( NF, IIP3, power dissipation, etc.), differential BJT LNA is very popular.
|
|
| Back to top |
|
 |
dd2001
Joined: 14 Apr 2002 Posts: 282
|
12 Mar 2003 8:40 Does AC couple realy work? |
|
|
|
| spweda wrote: |
| There are two ways to reduce DC offset. One is to use AC couple to filter out the DC, the other is to use DSP algorithm to implement a DC compensation. |
Well, I was told AC couple to filter out the DC is not working anymore, particularlly for GSM, anyone can explan this why?
|
|
| Back to top |
|
 |
harrysmith
Joined: 04 May 2001 Posts: 26
|
12 Mar 2003 9:04 |
|
|
|
| The best option is a DC compensation algorithm used in the DSP or FPGA. Depending on the application, for example WCDMA or bloetooth, the answer can be different but at least in my opinion if the A/D is not saturated the DC compensation algorithm is better.
|
|
| Back to top |
|
 |
harrysmith
Joined: 04 May 2001 Posts: 26
|
12 Mar 2003 9:36 |
|
|
|
Sorry, this can help.
|
|
| Back to top |
|
 |
zoovy
Joined: 15 Dec 2002 Posts: 42
|
12 Mar 2003 10:30 |
|
|
|
There are a number of reasons that might not work quite well. DC offset adjustment takes some time depending on time constant.
GSM uses frequency hopping TDMA (Time division Multiple Access) and narrow channels.
Here is some info about it.
200 kHz channels
8 subscribers per channel
217 hops/sec
Attached is a proposal and implementation from Hitachi for GSM band receiver IC.
|
|
| Back to top |
|
 |
zorro
Joined: 06 Sep 2001 Posts: 324 Helped: 36
|
12 Mar 2003 16:04 DC offset |
|
|
|
Hi people,
This is a problem of AC coupling:
The baseband spectrum is low-pass, i.e. it has important components around zero frequency. AC coupling places a zero at frequency 0 that eliminates DC but also some of the spectral content of the signal, that ‘losses the baseline’, increasing the error probability. This loss can be mitigated placing the pole at very low frequency, that can work well in steady state, but is not suitable for burst mode because the time required for reaching steady state (i.e. to charge the capacitor) is inversely proportional to the frequency the pole.
This problem would be eliminated using a modulation scheme without spectral contents around the carrirer, e.g. using a baseband shaping like Manchester, but this would increase the bandwidth (e.g. roughly speaking Manchester needs a bandwidth twice that NRZ).
Cancelling DC is possible in burst mode after digitization if the ADC don´t saturate.
Regards
Z
|
|
| Back to top |
|
 |
Mazi3
Joined: 29 May 2002 Posts: 101 Helped: 2 Location: Europe
|
12 Mar 2003 21:20 |
|
|
|
Having direct conversion receiver with DC brings a lot of troubles If there is option, then avoid it. Highpass at 1khz is useful for most aplications...
|
|
| Back to top |
|
 |
dd2001
Joined: 14 Apr 2002 Posts: 282
|
13 Mar 2003 0:20 DC offset calibration |
|
|
|
Anyone can show argorithm of DC offset calibration Circuits?
Thanks.
|
|
| Back to top |
|
 |
spweda
Joined: 28 Jun 2001 Posts: 195 Helped: 4
|
13 Mar 2003 4:59 |
|
|
|
| The AC couple may suitable for the CDMA application since the spectrum of CDMA system is either 1.2 MHz(CDMA) or 3.84 MHz(WCDMA). A spectrum loss due to AC couple around the DC is less than 1%. However for the GSM system, the spectrum bandwindth is just 200 KHz, the spectrum loss due to AC couple may be larger than 8%.
|
|
| Back to top |
|
 |
Gemini1706
Joined: 03 Jul 2002 Posts: 84
|
14 Mar 2003 3:37 Re: DC offset calibration |
|
|
|
| dd2001 wrote: |
Anyone can show argorithm of DC offset calibration Circuits?
Thanks. |
My understanding is that they send a KNOWN training sequence at first, where the direct receiver will receive and distort it due to DC offset errors, but then since it already knows the sequence, it can calculate the error in I and Q due to DC offset, and use those errors as calibration table to correct newly arriving signals.
|
|
| Back to top |
|
 |