SU-ENGR76 MAY302024
Last edited: August 8, 2025Consider a mapping between \(X \in \{0,1\}\), and output \(Y \in \{0,1\}\), with a chance of error of probability \(p\). So we have four outcomes:
| X | Y | p |
|---|---|---|
| 0 | 0 | 1-p |
| 1 | 1 | 1-p |
| 0 | 1 | p |
| 1 | 0 | p |
Writing this out:
- \(P(y=1|x=0) = p\)
- \(P(y=0|x=1) = p\)
- \(P(y=0|x=0) = 1-p\)
- \(P(y=1|x=1) = 1-p\)
Recall chain rule:
\begin{equation} P(X,Y|A) = P(X|Y,A) P(Y|A) \end{equation}
Consider some input output pair:
\begin{equation} p(y=10 | x = 00) = p(y_1=1 | x_1=0, x_2=0)p(y_2=0| y_1=1, x_1=0, x_2=0) \end{equation}
SU-ENGR76 Unit 1 Index
Last edited: August 8, 2025information
- information source can be modeled as a random variable
- surprise
- information value and entropy
Source Coding
- non-singular code
- uniquely decodeable
- Prefix-Free code, which is uniquely decodeable and instantaneously decodable
- Average Codeword Length
- generating Prefix-Free code with Huffman Coding
- Block Coding
- Boundedness of Block Coding and why it saves space!
- Diadic Source
- Shannon’s Source-Coding Theorem
- Non-IID Sequence Can Have Smaller Entropy (which is why we use Entropy Rate of the Source as the measure of how good a code is)
signal
SU-ENGR76 Unit 2 Index
Last edited: August 8, 2025Communication System Design!
SU-MATH109 Problem Set 1
Last edited: August 8, 2025SU-MATH109 SEP272023
Last edited: August 8, 2025Key Sequence
New Definitions
Results and Their Proofs
- principle of induction
- primes
- division and greatest common divisor
- Euclidean Algorithm and some euclid lemma linked below in fundamental theorem of arithmetic
