File:PLL usage.svg

Summary

Description
English: Block diagram for the usage of a phase locked loop (PLL) system.
Date
Source Own work
Author Krishnavedala
SVG development
InfoField
 The SVG code is valid.
 This military insignia was created with an unknown SVG tool.
Category:Valid SVG created with Other tools:Orders#PLL%20usage.svg
LaTeX source code
\documentclass[12pt,border=1pt,crop,multi=false,tikz,class=scrartcl]{standalone}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usetikzlibrary{positioning,calc,shapes,fit}

\renewcommand*{\familydefault}{\sfdefault}

\begin{document}
    \begin{tikzpicture}[>=stealth,auto,thick]
        \node (n1) {\parbox{1.6cm}{Reference Clock}};
        \node [right=2cm of n1] (ref) {Ref};
        \node [below=1cm of ref.west,anchor=west] (feed) {Feedback};
        \node [anchor=west] at ($(n1)!.5!(feed)+(3cm,0)$) (pll) {\Large PLL};
        \node [isosceles triangle,isosceles triangle stretches=true,shape border rotate=180,right=1cm of pll,draw,inner sep=0pt,text centered,text width=5em] (clk) {Clock Distribution};
        \node at ($(clk.east)+(2,.5)$) [text width=6em,text centered] {Flip-Flops\\and\\Latches};
        \draw[->] (n1) -- (ref);
        \draw [->] (pll) -- (clk);
        \draw [->] ($(clk.east)+(0,-2em)$) -| ++(1,-1) -| ++(-9,0) |- (feed.west); 
        \draw [->] ($(clk.east)+(0,-1em)$) -- ++(1,0);
        \draw [->] (clk.east) -- ++(1,0);
        \draw [->] ($(clk.east)+(0,1em)$) -- ++(1,0);
        \draw [->] ($(clk.east)+(0,2em)$) -- ++(1,0);
        \node [draw, fit=(ref) (feed) (pll),inner sep=0pt] {};
    \end{tikzpicture}
\end{document}

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#PLL%20usage.svgCategory:Self-published work
Category:Images with LaTeX source code Category:Phase-locked loops
Category:CC-BY-SA-4.0 Category:Images with LaTeX source code Category:Phase-locked loops Category:Self-published work Category:Valid SVG created with Other tools:Orders