<?xml version="1.0" encoding="utf-8"?>
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:bib="http://bibtexml.sf.net/" xmlns:q="http://cnx.rice.edu/qml/1.0" id="new" module-id="" cnxml-version="0.6">
  <title>Phase-Locked Loop (PLL) Overview</title>
  <metadata xmlns:md="http://cnx.rice.edu/mdml/0.4">
  <!-- WARNING! The 'metadata' section is read only. Do not edit below.
       Changes to the metadata section in the source will not be saved. -->
  <md:content-id>m14477</md:content-id>
  <md:title>Phase-Locked Loop (PLL) Overview</md:title>
  <md:version>1.6</md:version>
  <md:created>2007/02/27 13:01:01 US/Central</md:created>
  <md:revised>2009/02/21 14:10:07.684 US/Central</md:revised>
  <md:authorlist>
    <md:author id="cdschmit">
        <md:firstname>Christopher</md:firstname>
        <md:othername>D.</md:othername>
        <md:surname>Schmitz</md:surname>
        <md:fullname>Christopher Schmitz</md:fullname>
        <md:email>cdschmit@uiuc.edu</md:email>
    </md:author>
  </md:authorlist>
  <md:maintainerlist>
    <md:maintainer id="cdschmit">
        <md:firstname>Christopher</md:firstname>
        <md:othername>D.</md:othername>
        <md:surname>Schmitz</md:surname>
        <md:fullname>Christopher Schmitz</md:fullname>
        <md:email>cdschmit@uiuc.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  <md:license href="http://creativecommons.org/licenses/by/2.0/"/>
  <md:licensorlist>
    <md:licensor id="cdschmit">
        <md:firstname>Christopher</md:firstname>
        <md:othername>D.</md:othername>
        <md:surname>Schmitz</md:surname>
        <md:fullname>Christopher Schmitz</md:fullname>
        <md:email>cdschmit@uiuc.edu</md:email>
    </md:licensor>
  </md:licensorlist>
  <md:keywordlist>
    <md:keyword>basics</md:keyword>
    <md:keyword>Overview</md:keyword>
    <md:keyword>Phase-Locked Loop</md:keyword>
    <md:keyword>PLL</md:keyword>
    <md:keyword>tutorial</md:keyword>
  </md:keywordlist>
  <md:subjectlist>
    <md:subject>Science and Technology</md:subject>
  </md:subjectlist>
  <md:abstract>This module presents a very short, high-level introduction to Phase-Locked Loops.</md:abstract>
  <md:language>en</md:language>
  <!-- WARNING! The 'metadata' section is read only. Do not edit above.
       Changes to the metadata section in the source will not be saved. -->
</metadata>
  <content>
    <para id="pllML">A Phase-Locked Loop (PLL) is a commonly-used tool in many aspects of Communications to create a Maximum-Likelihood estimate of a "noisy" sinusoid.
At its most basic level, the PLL consists of three devices: a Phase Detector (PD), a loop
filter (F(s)), and a Voltage-Controlled Oscillator (VCO).
In short (and overly simplifying), the PD estimates the phase difference between two signals, 
the loop filter acts to smooth the estimate and improve noise rejection,
and finally the VCO responds to the smoothed phase estimate to modify the PLL's frequency to
match that of the reference signal.
It is a control loop with a plant (the VCO) and a controller (the loop filter).
</para><figure id="figPLLhighlevel"><title>High-Level View of PLL</title>
	<media id="id46585775" alt=""><image src="ECE463PLLblockdiagram2.png" mime-type="image/png"/></media>
	<caption>PLL Block Diagram.</caption>
</figure><para id="element-416">The PLL-design goal is then to choose an appropriate loop filter that results in the desired
transient and steady-state properties of the closed-loop system.
Proper selection of the loop filter (more aptly named "controller") requires suitable models for both the PD and the VCO plus some information about the desired transient response, the latter of which is primarily dependent upon the system in which the PLL is to be operated.</para>  
  </content>

 <bib:file>
  <bib:entry id="fmgardner">
    <bib:book>
      <bib:author>Floyd M. Gardner</bib:author>
      <bib:title>Phaselock Techniques: 3nd Ed</bib:title>
      <bib:publisher>Wiley</bib:publisher>
      <bib:year>2005</bib:year>
    </bib:book>
  </bib:entry>
  <bib:entry id="proakisDigComm">
    <bib:book>
      <bib:author>John G. Proakis</bib:author>
      <bib:title>Digital Communications: 3nd Ed</bib:title>
      <bib:publisher>McGraw-Hill</bib:publisher>
      <bib:year>1995</bib:year>
    </bib:book>
  </bib:entry>
</bib:file>

  
</document>
