Channel Capacity

Graduate Depth 77 in the knowledge graph I know this Set as goal
Unlocks 11 downstream topics
channel capacity noisy channel Shannon communication

Core Idea

The capacity of a discrete memoryless channel is C = max_{p(x)} I(X;Y), the maximum mutual information between input X and output Y over all possible input distributions. Capacity represents the highest rate (in bits per channel use) at which information can be transmitted with arbitrarily low error probability. The channel's noise characteristics are fixed; the only freedom is choosing the input distribution. Shannon showed that capacity is achievable — there exist coding schemes that transmit at any rate below C with error probability approaching zero — and that rates above C are impossible. This is the channel coding theorem, the most celebrated result in information theory.

Explainer

A communication channel takes an input symbol and produces an output that may be corrupted by noise. The channel is characterized by its transition probabilities p(y|x) — for each input x, the probability of receiving each output y. The fundamental question is: how fast can you communicate reliably through this noisy channel?

Shannon's answer is channel capacity: C = max over all input distributions p(x) of the mutual information I(X;Y). The mutual information I(X;Y) = H(Y) - H(Y|X) measures how much the output reveals about the input. H(Y|X) is the "noise entropy" — the uncertainty in the output that is purely due to channel noise and carries no information about the input. H(Y) is the total output uncertainty. The difference is the useful information. By choosing p(x) to maximize this difference, you find the channel's intrinsic capacity.

The conceptual beauty is that capacity separates the problem into two parts. The channel capacity C is a fixed property of the physical medium. The coding scheme is the engineering that exploits it. Shannon proved that for any rate R < C, there exist codes (sequences of input symbols) that achieve error probability approaching zero as the block length grows. Conversely, for R > C, every code has error probability bounded away from zero. The coding theorem does not tell you how to construct good codes — it is an existence proof. The quest for practical codes that approach capacity drove decades of research, leading to turbo codes, LDPC codes, and polar codes, which come within a fraction of a dB of the Shannon limit.

For the binary symmetric channel (BSC) with crossover probability p, C = 1 - H(p) bits per use, where H(p) is the binary entropy function. When p = 0 (no noise), C = 1; when p = 1/2 (random output), C = 0. For the Gaussian channel with signal power P and noise power N, C = (1/2) log2(1 + P/N) bits per use — the famous Shannon-Hartley formula. These specific results are among the most important formulas in engineering, setting the theoretical limits for everything from Wi-Fi to deep-space communication.

Practice Questions 4 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 DefinitionProbability Density Functions and Continuous DistributionsCumulative Distribution FunctionsContinuous Random VariablesProbability Density FunctionsShannon EntropyJoint and Conditional EntropyMutual InformationChannel Capacity

Longest path: 78 steps · 327 total prerequisite topics

Prerequisites (2)

Leads To (10)