Silicon Labs
|
Silicon Labs Community Silicon Labs Community
  • Products
    1. 8-bit MCU
    2. 32-bit MCU
    3. Bluetooth
    4. Proprietary
    5. Wi-Fi
    6. Zigbee & Thread
    7. Z-Wave
    8. Interface
    9. Isolation
    10. Power
    11. Sensors
    12. Timing
  • Development Tools
    1. Simplicity Studio
    2. Third Party Tools
  • Expert's Corner
    1. Announcements
    2. Blog
    3. General Interest
    4. Projects
How to Buy
English
  • English
  • 简体中文
  • 日本語
//
Community // Blog

Timing 201 #8: The Case of the Dueling PLLs – Part 2

12/351/2020 | 09:52 PM
kgsmith
Employee

Level 5


Introduction

In the previous Timing 201 article, Timing 201 #7: The Case of the Dueling PLLs – Part 1, I referred to a Silicon Labs white paper that describes Silicon Labs’ DSPLL nested dual-loop architecture as used in the Si538x wireless jitter attenuators. I first discussed the general motivation for a dual-loop PLL and compared the cascaded (series) dual-loop PLL versus the nested dual-loop PLL architectures.

The practical advantages of the nested dual-loop approach in this example were to reduce the number of tuned oscillators from 2 to 1 and to eliminate the need for a sensitive external voltage control line. The tradeoff for a nested feedback control loop is that the inner loop must be faster than the outer loop. If the loop speeds (or bandwidths) are comparable, then the loops will contend or “duel” with each other.

In this Part 2 follow-up post, I will discuss in more detail how to calculate the phase noise of both these dual-loop PLL approaches.


Some Simplifying Assumptions

To emphasize the basic ideas without getting bogged down in too much detail, I will make the following simplifying assumptions:

  1. Jitter generation, i.e., intrinsic PLL noise, is negligible. I only care about how the PLLs filter their respective phase noise sources, and how they contribute to the output clock phase noise.
  2. Phase noise scaling is not needed. Assume that the phase noise data I use is taken at the same carrier frequency for both PLLs. For example, it’s as if you had a 54 MHz XO or VCXO, and the input and output clock frequencies were all 54 MHz, and the VCO phase noise had been scaled down to 54 MHz. (Otherwise you would need to scale the phase noise data.)
  3. Identical phase noise sources will be used to compare the two topologies. In particular, the XO and VCXO phase noise will be assumed to be identical. This is generally not the case as VCXOs are usually noisier than XOs for the same nominal frequency. Why this assumption is being taken will be made clear later in this article.
  4. The PLL acts as a low pass filter (LPF) or high pass filter (HPF) to the input and VCO phase noise respectively. The filter is modeled with the corner frequency at the bandwidth (BW) frequency. The filter skirt slope or steepness magnitude is 20 dB/dec x the PLL order. So, a 2nd order PLL will be modeled with 40 dB/dec filter slopes.    


Series Dual-Loop Phase Noise Calculations

The figure below is from the cited white paper and previous post. The two PLLs are in series with each other.  

You will recall that the first PLL, PLL1, is narrowband (NB) and the second PLL, PLL2, is wideband. To calculate the phase noise, we will go left to right through the following steps.

  1. Low pass filter the input clock phase noise based on PLL1’s bandwidth (BW).
  2. High pass filter the VCXO phase noise based on PLL1’s BW.
  3. Add their contributions together in a power sense to yield the total PLL1 phase noise input to PLL2.
  4. Low pass filter the input to PLL2 based on PLL2’s BW.
  5. High pass filter the VCO phase noise based on PLL2’s BW.
  6. Finally, add these last two contributions together in a power sense to yield the total output phase noise

These calculations have been done in the attached spreadsheet Timing_201_7_The_Case_of_the_Dueling_PLLs - Part 2.xlsx. See the “Series Dual-Loop” worksheet. The PLLs are assumed to be 2nd order with the NB PLL BW = 100 Hz and the WB PLL BW = 1 MHz. These parameters can be changed in the spreadsheet, but practically speaking, NB PLLs will be on the order of mHz to kHz. WB PLLs are typically 500 kHz to 2 MHz. 

The resulting plot is as follows.

 

Nested Dual-Loop Phase Noise Calculations

The figure below is also repeated from the cited white paper and previous post. In this case, the two PLLs are nested with respect to each other. 

Now the inner loop (IL) PLL is WB and the outer loop (OL) PLL is NB. To calculate the phase noise, we will proceed from the “inside out” through the following steps.

  1. Low pass filter the XO phase noise based on the IL PLL’s BW.
  2. High pass filter the VCO phase noise based on the IL PLL’s BW.
  3. Add their contributions together in a power sense to yield the total IL phase noise. Recall that the IL PLL acts as the “VCO” of the OL PLL.
  4. Low pass filter the input phase noise based on the OL PLL’s BW.
  5. High pass filter the total IL phase noise based on the OL PLL’s BW.
  6. Add these last two contributions together in a power sense to yield the total output phase noise. 

These calculations have also been done in the attached spreadsheet Timing_201_7_The_Case_of_the_Dueling_PLLs - Part 2.xlsx. As before, to keep things “apples to apples”, the PLLs are assumed to be 2nd order with the NB PLL BW = 100 Hz and the WB PLL BW = 1 MHz.  See the “Nested Dual-Loop” worksheet. The resulting plot is as follows.

You will note how similar these plots are to each other. Let’s overlay the output phase noise plots together for comparison.
 

Series versus Nested Dual-Loop Phase Noise Plots

The output phase noise plots are overlaid on top of each other for direct comparison. As shown, they look identical. Further, if you experiment with the bandwidths of each PLL, for each topology, the best output phase noise is generally obtained by making PLL1 (or OL PLL) and PLL2 (or IL PLL) narrowband and wideband respectively. Even apart from stability considerations, both topologies benefit from wide separation between the bandwidths.  

 

Why the Topological Equivalence?

This result is not necessarily to be expected so let’s walk through the steps again and compare the approaches.

  1. The total series dual-loop phase noise can be written out as:

LPF_WB (LPF_NB (Input) + HPF_NB (VCXO)) + HPF_WB (VCO)
LPF_WB * LPF_NB (Input) + LPF_WB * HPF_NB (VCXO) + HPF_WB (VCO)

The use of WB and NB notation versus PLL1, PLL2, IL PLL, and OL PLL is to help us make direct comparison between the two sets of calculations. LPF_WB means apply a wideband low pass filter to the phase noise in parenthesis. Two filter terms multiplied indicates applying both filters. 

  1. Similarly, the total nested dual-loop phase noise can be written out as:

LPF_NB (Input) + HPF_NB (LPF_WB (XO) + HPF_WB (VCO))
LPF_NB (Input) + HPF_NB * LPF_WB (XO) + HPF_NB * HPF_WB (VCO)

  1. If the bandwidths involved are the same, and the VCXO phase noise equals the XO phase noise, then the center terms above are equivalent. These can be thought of as the “bandpass” terms.
     
  2. Further, assuming sufficient separation between bandwidths, we can make the following approximations:

LPF_WB * LPF_NB (Input) ≈ LPF_NB (Input)
HPF_NB * HPF_WB (VCO) ≈ HPF_WB (VCO)

In other words, the NB LPF and the WB HPF dominate the calculations for these LPF and HPF terms. This is why these topologies produce equivalent total phase noise when all else is equal.
 

Conclusion

I hope you have enjoyed this Timing 201 article. In this Part 2 follow-up post, I have discussed in more detail how to calculate the phase noise of both the series and nested dual-loop approaches. Finally, by using a simplified example with widely separated bandwidths, we can see that the approaches are essentially equivalent. There are particular advantages to the nested dual-loop approach which arise from an alternate practical implementation that yields phase noise equivalent to the series dual-loop approach.  

As always, if you have topic suggestions or questions appropriate for this blog, please send them to kevin.smith@silabs.com with the words Timing 201 in the subject line. I will give them consideration and see if I can fit them in. Thanks for reading. Keep calm and clock on.

Cheers,
Kevin

  • Blog Posts
  • Wireless Jitter Attenuators
Timing_201_8_The_Case_of_the_Dueling_PLLs - Part 2.xlsx
  • Darth Vader

    Level 3


    Replied 31 days ago
    Your subject may be a source of insight for me, thank you. happy wheels
    0

Tags

  • Wireless
  • High Performance Jitter Attenuators
  • EFR32FG22 Series 2 SoCs
  • EFR32MG21 Series 2 SoCs
  • Security
  • Bluegiga Legacy Modules
  • Zigbee SDK
  • ZigBee and Thread
  • EFR32BG13 Series 1 Modules
  • Internet Infrastructure
  • Sensors
  • Wireless Xpress BGX13
  • Blue Gecko Bluetooth Low Energy SoCs
  • Z-Wave
  • Micrium OS
  • Blog Posts
  • Low Jitter Clock Generators
  • Bluetooth Classic
  • Makers
  • Flex SDK
  • Tips and Tricks
  • timing
  • Smart Cities
  • Smart Homes
  • IoT Heroes
  • Reviews
  • RAIL
  • Simplicity Studio
  • Tiny Gecko
  • EFR32MG22 Series 2 SoCs
  • Mighty Gecko SoCs
  • Timing
  • Temperature Sensors
  • Blue Gecko Bluetooth Low Energy Modules
  • Ultra Low Jitter Clock Generators
  • General Purpose Clock Generators
  • EFR32BG22 Series 2 SoCs
  • Industry 4.0
  • Giant Gecko
  • 32-bit MCUs
  • Bluetooth Low Energy
  • 32-bit MCU SDK
  • Gecko
  • Microcontrollers
  • Jitter Attenuators
  • EFR32BG21 Series 2 SoCs
  • News and Events
  • Industrial Automation
  • Wi-Fi
  • Bluetooth SDK
  • Community Spotlight
  • Clock Generators
  • Biometric Sensors
  • General Purpose Jitter Attenuators
  • Giant Gecko S1
  • WF200
  • Flex Gecko
  • Internet of Things
  • 8-bit MCUs
  • Wireless Jitter Attenuators
  • Isolation
  • Powered Devices
  • Power

Top Authors

  • Avatar image Siliconlabs
  • Avatar image Jackie Padgett
  • Avatar image Nari Shin
  • Avatar image lynchtron
  • Avatar image deirdrewalsh
  • Avatar image Lance Looper
  • Avatar image lethawicker

Archives

  • 2016 January
  • 2016 February
  • 2016 March
  • 2016 April
  • 2016 May
  • 2016 June
  • 2016 July
  • 2016 August
  • 2016 September
  • 2016 October
  • 2016 November
  • 2016 December
  • 2017 January
  • 2017 February
  • 2017 March
  • 2017 April
  • 2017 May
  • 2017 June
  • 2017 July
  • 2017 August
  • 2017 September
  • 2017 October
  • 2017 November
  • 2017 December
  • 2018 January
  • 2018 February
  • 2018 March
  • 2018 April
  • 2018 May
  • 2018 June
  • 2018 July
  • 2018 August
  • 2018 September
  • 2018 October
  • 2018 November
  • 2018 December
  • 2019 January
  • 2019 February
  • 2019 March
  • 2019 April
  • 2019 May
  • 2019 June
  • 2019 July
  • 2019 August
  • 2019 September
  • 2019 October
  • 2019 November
  • 2019 December
  • 2020 January
  • 2020 February
  • 2020 March
  • 2020 April
  • 2020 May
  • 2020 June
  • 2020 July
  • 2020 August
  • 2020 September
  • 2020 October
  • 2020 November
  • 2020 December
  • 2021 January
Silicon Labs
Stay Connected With Us
Plug into the latest on Silicon Labs products, including product releases and resources, documentation updates, PCN notifications, upcoming events, and more.
  • About Us
  • Careers
  • Community
  • Contact Us
  • Corporate Responsibility
  • Privacy and Terms
  • Press Room
  • Investor Relations
  • Site Feedback
  • Cookies
Copyright © Silicon Laboratories. All rights reserved.
粤ICP备15107361号
Also of Interest:
  • Bring Your IoT Designs to Life with Smart,...
  • IoT Hero CoreTigo Drives New Wireless Standard...
  • A Guide to IoT Protocols at Works With...