voltage-controlled oscillator
A voltage-controlled oscillator is a circuit that generates an oscillating output signal whose frequency changes in response to an input control voltage, making it a core building block for phase-locked loops and frequency synthesizers wherever a tunable, electronically adjustable frequency source is needed.
```flowchart
{
"rows": [
{ "type": "nodes", "items": [
{ "title": "System needs an electronically adjustable frequency source", "sub": "fixed-frequency oscillators can't be tuned on the fly", "tone": "neutral" }
]},
{ "type": "arrow" },
{ "type": "group", "title": "Control voltage sets the oscillator's output frequency", "items": [
{ "title": "Oscillator's frequency tracks the applied control voltage", "sub": "higher or lower voltage shifts frequency up or down", "tone": "blue" }
]},
{ "type": "arrow" },
{ "type": "nodes", "items": [
{ "title": "Tunable oscillating signal available for use", "sub": "frequency can be adjusted continuously as needed", "tone": "green" }
]}
]
}
```
**Voltage-controlled oscillators exist because many circuits, particularly phase-locked loops and frequency synthesizers, need an oscillator whose frequency can be continuously and precisely adjusted by an electronic control signal rather than being fixed at a single value set by the circuit's components.** Since designing an oscillator whose frequency-determining element responds to an applied voltage lets that oscillator's output frequency track the control voltage continuously, a voltage-controlled oscillator provides exactly this tunability, letting surrounding circuitry electronically steer its output frequency up or down simply by adjusting the control voltage it receives.
```svg
```
```svg
```
| Aspect | Fixed-frequency oscillator | Voltage-controlled oscillator |
|---|---|---|
| Frequency adjustability | Fixed by component values | Continuously tunable via voltage |
| Response to a changing control input | None | Frequency shifts accordingly |
| Role in a phase-locked loop | Not suitable on its own | Central tunable element |
| Common use | Simple fixed clock generation | Frequency synthesis, PLLs |
**Voltage-controlled oscillators are typically built using a frequency-determining element, such as a varactor diode whose capacitance changes with applied voltage, so that shifting the control voltage directly shifts the oscillator's resonant frequency.** Because a circuit's oscillation frequency generally depends on the values of its frequency-determining components, using a component like a varactor whose effective value changes with applied voltage gives the oscillator's frequency a direct, controllable dependence on that control voltage rather than being fixed by static component values.
**A voltage-controlled oscillator's gain, how much its output frequency shifts per unit change in control voltage, is a key design parameter, since too high a gain can make the oscillator overly sensitive to voltage noise while too low a gain can limit its usable tuning range.** Because control voltage noise gets translated directly into unwanted frequency variation through this same gain relationship, designers must carefully balance a voltage-controlled oscillator's gain to provide enough tuning range for its application while keeping its sensitivity to control voltage noise within acceptable bounds.
**Voltage-controlled oscillators serve as the tunable core of phase-locked loops, where the loop's feedback correction signal becomes the oscillator's control voltage, continuously adjusting the oscillator's frequency until it locks to the reference.** Because a phase-locked loop fundamentally needs some way to actually correct its oscillator's frequency based on the phase comparison it performs, a voltage-controlled oscillator provides exactly that adjustable element, letting the loop's feedback signal directly steer the oscillator toward the frequency and phase the loop is trying to achieve.
Read the voltage-controlled oscillator through a car-accelerator lens: much like pressing the accelerator further down makes a car's engine spin faster, applying a higher control voltage makes a voltage-controlled oscillator's output oscillate at a higher frequency.