Phase Shift Keying Modulation

Research Depth 91 in the knowledge graph I know this Set as goal
Unlocks 1 downstream topic
psk bpsk qpsk modulation communication

Core Idea

Phase Shift Keying (PSK) encodes information in carrier phase: s(t) = A·cos(ωct + φ[n]) for symbol n. BPSK uses two phases (0, π), QPSK uses four phases at π/4, 3π/4, 5π/4, 7π/4, and M-ary PSK extends to M phases. Demodulation uses phase-locked loops or matched filters matched to each constellation point.

Explainer

From quadrature modulation and IQ representation, you know that any bandpass signal can be described by its in-phase (I) and quadrature (Q) components — effectively a 2D coordinate in the IQ plane. You also know that multiplying a baseband signal by cos(ω_c t) shifts it to carrier frequency ω_c without altering its information content. Phase Shift Keying builds directly on this: instead of varying amplitude (as in ASK) or frequency (as in FSK), PSK encodes information by varying the phase angle of the carrier for each transmitted symbol.

In BPSK (Binary PSK), there are only two possible phases: 0 and π (i.e., 0° and 180°). A bit value of 0 sends A·cos(ω_c t); a bit value of 1 sends A·cos(ω_c t + π) = −A·cos(ω_c t). In the IQ plane, these two constellation points sit at (+A, 0) and (−A, 0) — they are diametrically opposite on the I-axis. The receiver decides which symbol was sent by determining which constellation point the received signal is closest to (a minimum distance decision). BPSK transmits 1 bit per symbol and has the largest possible separation between points for a given amplitude, making it the most noise-resistant PSK scheme.

QPSK (Quadrature PSK) uses four phases: π/4, 3π/4, 5π/4, and 7π/4. In the IQ plane, these four constellation points sit at the corners of a square — two bits are encoded per symbol, doubling the spectral efficiency without increasing the required bandwidth. The two bits (b₀, b₁) select one of the four phases via Gray coding: adjacent constellation points differ by only one bit, so a detection error (misidentifying a point as a neighbor) typically causes only a single-bit error rather than two, improving practical bit error rate. QPSK achieves 2 bits per symbol with the same bandwidth as BPSK — a factor-of-two efficiency gain.

M-ary PSK generalizes to M equally-spaced phases, transmitting log₂(M) bits per symbol. Each additional doubling of M (8-PSK, 16-PSK, ...) adds one more bit per symbol but shrinks the angular distance between constellation points, requiring higher SNR to maintain the same error rate. Beyond 8-PSK, engineers typically switch to QAM (Quadrature Amplitude Modulation), which uses both phase and amplitude variation to spread constellation points more efficiently in 2D space. Demodulation of PSK requires accurate carrier phase recovery (typically via a phase-locked loop) because the receiver must know the reference phase to make correct decisions — this is the central practical challenge of PSK systems and the reason coherent demodulation is essential.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionIntegration by PartsSeparable Differential EquationsIntegrating Factor Method for First-Order Linear ODEsFirst-Order Linear Ordinary Differential EquationsSecond-Order Linear Homogeneous Differential EquationsCharacteristic Equation Method for Linear ODEsComplex Roots and Oscillatory SolutionsSpring-Mass Systems and Mechanical VibrationsResonance and Damping in Forced VibrationsRLC Circuit Applications of Differential EquationsIntroduction to Differential EquationsLaplace Transform: Fundamentals and PropertiesLaplace Transform Properties and Inverse TransformTransfer Function, Poles, and ZerosFrequency Response: Magnitude and PhaseModulation: Amplitude, Frequency, and Phase Shift KeyingFrequency Shift Keying ModulationQuadrature Modulation and I/Q RepresentationPhase Shift Keying Modulation

Longest path: 92 steps · 367 total prerequisite topics

Prerequisites (2)

Leads To (1)