| Products & Services | Industries | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Communications Blockset |
| Contents | Index |
| Learn more about Communications Blockset |
Components sublibrary of Synchronization
The Phase-Locked Loop (PLL) block is a feedback control system that automatically adjusts the phase of a locally generated signal to match the phase of an input signal. This block is most appropriate when the input is a narrowband signal.
This PLL has these three components:
A multiplier used as a phase detector.
A filter. You specify the filter's transfer function using the Lowpass filter numerator and Lowpass filter denominator parameters. Each is a vector that gives the respective polynomial's coefficients in order of descending powers of s.
To design a filter, you can use functions such as butter, cheby1, and cheby2 in Signal Processing Toolbox software. The default filter is a Chebyshev type II filter whose transfer function arises from the command below.
[num, den] = cheby2(3,40,100,'s')
A voltage-controlled oscillator (VCO). You specify characteristics of the VCO using the VCO quiescent frequency, VCO initial phase, and VCO output amplitude parameters.
The input signal represents the received signal. The input must be a sample-based scalar signal. The three output ports produce:
The output of the filter
The output of the phase detector
The output of the VCO

The numerator of the lowpass filter's transfer function, represented as a vector that lists the coefficients in order of descending powers of s.
The denominator of the lowpass filter's transfer function, represented as a vector that lists the coefficients in order of descending powers of s.
This value scales the input to the VCO and, consequently, the shift from the VCO quiescent frequency value. The units of VCO input sensitivity are Hertz per volt.
The frequency of the VCO signal when the voltage applied to it is zero. This should match the carrier frequency of the input signal.
The initial phase of the VCO signal.
The amplitude of the VCO signal.
Baseband PLL, Linearized Baseband PLL, Charge Pump PLL
For more information about phase-locked loops, see the works listed in Selected Bibliography for Synchronization in Communications Blockset User's Guide.
![]() | Phase/Frequency Offset | Phase Noise | ![]() |

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |