<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
body { font-family: 'Inter', sans-serif; }
h1 { color:#1e3a5f; font-weight:800; letter-spacing:-0.01em; }
h1::after { content:''; display:block; width:2.5em; height:4px; background-color:#1f6098; border-radius:2px; margin-top:0.4em; margin-bottom:0.5em; }
</style>

# Lesson 35 Flashcards

Click a question to reveal the answer.

<details>
<summary><strong>1. What is electromagnetic warfare (EW)?</strong></summary>
<div class="card-answer">

Electromagnetic warfare (EW) is military action involving the use of electromagnetic (EM) and directed energy to control the EM spectrum or to attack the enemy.

</div>
</details>

<details>
<summary><strong>2. What are the three major subdivisions of EW?</strong></summary>
<div class="card-answer">

- Electromagnetic Attack (EA)
- Electromagnetic Protection (EP)
- Electromagnetic Support (ES)

</div>
</details>

<details>
<summary><strong>3. What is the signal-to-noise ratio (SNR) equation?</strong></summary>
<div class="card-answer">

$$
SNR = \frac{P_{Signal}}{P_{Noise}}
$$

</div>
</details>

<details>
<summary><strong>4. How does increasing noise power affect SNR?</strong></summary>
<div class="card-answer">

As noise power increases, SNR decreases.

A lower SNR makes communication more difficult.

</div>
</details>

<details>
<summary><strong>5. What is stand-off jamming?</strong></summary>
<div class="card-answer">

Stand-off jamming is a jamming scenario where the jammer is separate from the transmitter and receiver.

</div>
</details>

<details>
<summary><strong>6. What is the simplified SNR equation for radio jamming?</strong></summary>
<div class="card-answer">

$$
SNR = \frac{P_{T} G_{T} R_{jam}^{2}}{P_{jam} G_{jam} R_{txrx}^{2}}
$$

</div>
</details>

<details>
<summary><strong>7. What three variables can a jamming platform control in the Friis equation?</strong></summary>
<div class="card-answer">

- Jamming power, $P_{jam}$
- Jamming antenna gain, $G_{jam}$
- Distance to the target receiver, $R_{jam}$

</div>
</details>

<details>
<summary><strong>8. How does moving a communications jammer closer to the receiver affect jamming effectiveness?</strong></summary>
<div class="card-answer">

As the jammer moves closer to the receiver, $R_{jam}$ decreases and SNR decreases.

This makes communications jamming more effective.

</div>
</details>

<details>
<summary><strong>9. What are three communications countermeasures against jamming discussed in this lesson?</strong></summary>
<div class="card-answer">

- Chirp signals
- Frequency hopping
- Direct-sequence spread spectrum (DSSS)

</div>
</details>

<details>
<summary><strong>10. What is a chirp signal?</strong></summary>
<div class="card-answer">

A chirp signal is a signal whose carrier frequency sweeps up or down across a range of frequencies at a set rate.

This provides some resistance to jamming.

</div>
</details>

<details>
<summary><strong>11. What is frequency hopping?</strong></summary>
<div class="card-answer">

Frequency hopping uses multiple carrier frequencies and a pseudo-random noise (PRN) code to jump between frequencies.

The transmitter and receiver must stay synchronized.

</div>
</details>

<details>
<summary><strong>12. What is direct-sequence spread spectrum (DSSS)?</strong></summary>
<div class="card-answer">

DSSS spreads a signal over a wider bandwidth by sampling at a higher rate and multiplying by a PRN code.

This makes the signal harder to detect and jam.

</div>
</details>

<details>
<summary><strong>13. What is the SNR equation for RADAR jamming?</strong></summary>
<div class="card-answer">

$$
SNR = \frac{P_{RADAR} G_{RADAR} (RCS)}{4\pi P_{jam} G_{jam} R^{2}}
$$

</div>
</details>

<details>
<summary><strong>14. How does moving a jammer closer to a RADAR affect RADAR jamming effectiveness?</strong></summary>
<div class="card-answer">

As $R$ gets smaller, SNR gets bigger.

This means RADAR jamming becomes less effective as the jammer gets closer, which is the opposite of communications jamming.

</div>
</details>

<details>
<summary><strong>15. What is burn through in RADAR jamming?</strong></summary>
<div class="card-answer">

Burn through is the point where the RADAR can overcome the jamming and detect the target.

It occurs when the jammer becomes ineffective.

</div>
</details>
