better print

This commit is contained in:
Peter 2024-11-02 16:53:18 +08:00
parent 5dcad9ebc4
commit 3e14893802
3 changed files with 45 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,9 +2,18 @@
<style> <style>
@media print{ @media print{
.copyrighted{ .copyrighted{
display: none !important; display: none !important;
} }
h2, h3, h4, h5 {
page-break-inside: avoid;
}
h2::after, h3::after, h4::after, h5::after {
content: "";
display: block;
height: 100px;
margin-bottom: -100px;
}
} }
</style> </style>
@ -440,6 +449,9 @@ B &= \begin{cases}
<!-- MATH END --> <!-- MATH END -->
<!-- ADJUST ACCORDING TO PDF OUTPUT -->
<div style="page-break-after: always;"></div>
## Noise performance ## Noise performance
Coherent detection system. Coherent detection system.
@ -764,6 +776,9 @@ Remember that $T=2T_b$
| $I(t)$ (Odd, 1st bits) | ![QPSK bits](/images/qpsk-it.svg) | | $I(t)$ (Odd, 1st bits) | ![QPSK bits](/images/qpsk-it.svg) |
| $Q(t)$ (Even, 2nd bits) | ![QPSK bits](/images/qpsk-qt.svg) | | $Q(t)$ (Even, 2nd bits) | ![QPSK bits](/images/qpsk-qt.svg) |
<!-- ADJUST ACCORDING TO PDF OUTPUT -->
<div style="page-break-after: always;"></div>
## Matched filter ## Matched filter
### 1. Filter function ### 1. Filter function
@ -1005,6 +1020,9 @@ Adapted from table 11.4 M F Mesiya - Contemporary Communication Systems
- Minimum distance between any two point - Minimum distance between any two point
- Different from bit error since a symbol can contain multiple bits - Different from bit error since a symbol can contain multiple bits
<!-- ADJUST ACCORDING TO PDF OUTPUT -->
<div style="page-break-after: always;"></div>
## Information theory ## Information theory
### Entropy for discrete random variables ### Entropy for discrete random variables
@ -1176,6 +1194,9 @@ C=\frac{1}{2}\log_2\left(1+\frac{P_\text{av}}{N_0/2}\right)
<!-- MATH END --> <!-- MATH END -->
<!-- ADJUST ACCORDING TO PDF OUTPUT -->
<div style="page-break-after: always;"></div>
## Channel code ## Channel code
Note: Define XOR ($\oplus$) as exclusive OR, or modulo-2 addition. Note: Define XOR ($\oplus$) as exclusive OR, or modulo-2 addition.

Binary file not shown.