Foundations Chapter Exercises (with Full Solutions)
β: This English translation is in beta — the Traditional-Chinese original is the authoritative version.
Prerequisites: psd_phase_noise_jitter · lti_vs_ltv | Next: 03 core-theory chapter exercises
This page is the exercise set for Chapter 02 (Foundations). Problem types cover derivation problems (derive the expressions by hand), numerical problems (plug in numbers, carry the units, do the dimension check), and reverse-design problems (given a target spec, back-solve the required parameters).
How to use this page: work each problem yourself first, then expand the "Solution" to compare. Every solution follows the same format: step-by-step substitution (with units) → result → dimension check → one-line Python verification. All Python verifications call this site's real library
simulations/common/(no invented APIs), so you can paste them straight into a REPL.
Core formulas involved (all from the spec and this chapter's pages, using the same notation):
- phase→time: (spec Eq. 17)
- phase variance: (spec Eq. 18)
- rms jitter: (spec Eq. 19)
- SSB↔phase PSD (small-angle): (spec Eq. 16)
- Parseval: ([P1] Eq.(20), p.185)
- Lorentzian linewidth (FWHM): , phase diffusion (spec §11.2; linked to [E2] Demir 2000, not among the 5 source PDFs)
- Allan slope reference: white FM , flicker FM , random-walk FM (spec §11.2; Allan is external literature)
Problems
Exercise 1 (numerical) — phase ↔ time conversion
An oscillator at GHz has an instantaneous excess-phase offset rad. Find the corresponding timing error (fs), and convert to degrees.
Exercise 2 (numerical) — rms jitter from phase variance
A clock has rms phase mrad (over the 1→100 MHz integration band), with GHz. Find the rms timing jitter (fs).
Exercise 3 (derivation + numerical) — Parseval: and from the ISF
The ISF of an ideal LC oscillator is .
(a) Using the definition , compute by hand. (b) Using Parseval (spec Eq. 11), find , and state which is the only nonzero one.
Exercise 4 (numerical) — phase variance from PSD integration
An oscillator's one-sided phase PSD at offset , in the region, can be written , with (i.e., ). Find the phase variance and (mrad) over the integration band Hz to Hz.
Exercise 5 (concept + derivation) — LTI vs LTV: same impulse, different phase
The ideal-LC ISF is . The same charge impulse is injected (a) at the waveform zero-crossing (, where the waveform has its maximum slope and is at its extremum) and (b) at the waveform peak (). Using , show how much the two phase effects differ, and explain in one sentence why this is "LTV, not LTI". Take fC, pC.
Exercise 6 (reverse design) — phase diffusion from the Lorentzian linewidth
A free-running oscillator's measured carrier 3-dB linewidth (FWHM) is kHz.
(a) Back-solve the phase-diffusion coefficient (rad²/s). (b) Estimate how long it takes for the phase to accumulate a variance (the phase has "wandered by about 1 rad" and coherence has largely collapsed).
Exercise 7 (concept + slope reading) — Allan deviation slopes
On a log–log Allan-deviation plot you measure three segments with different slopes: , , . Which FM noise type does each correspond to? Also explain why "flicker FM" forms a flat plateau (floor) in the ADEV.
Exercise 8 (numerical) — from a single point to to jitter
A spur-free oscillator measures dBc/Hz at MHz. (a) Find at that offset (rad²/Hz). (b) If over the 1-decade span 1→10 MHz the PSD follows (i.e., , with set by (a)), and GHz, find the rms jitter (fs) over this band.
Solutions
Exercise 1 solution (phase ↔ time conversion)
Step-by-step substitution (with units). Using phase→time (spec Eq. 17):