Skip to content

Commit 8c3b9c6

Browse files
authored
Update README.md
1 parent 444aee0 commit 8c3b9c6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,16 @@ We use 100samples of a standard sinewave of frequency `fskFreq1` for bit1 and 10
2525

2626
After iterating for every bit in the 16bit sequence, we obtain the FSK signal which has Frequency `fskFreq1` if bit is 1 and `fskFreq2` if bit is zero.
2727

28-
**The output FSK is :**
28+
**The output FSK for sequence [1101100011001000] is :**
2929

3030
![FSK](/FSK_screencaps/FSK_updated.png)
3131

3232

33-
**Upon doing Fourier transform of the FSK signal, we obtain 2 significant peaks at the 2 FSK frequencies used.**
33+
**Upon doing Fourier transform of the FSK signal, we obtain 2 significant peaks at the 2 FSK frequencies used :**
3434

3535
![FFT of FSK](/FSK_screencaps/FSKfft.png)
36+
37+
**Passing the FSK signal to the function `FSKdemod()` gives the demodulated bit sequence by using a frequency detection technique(zero crossing) :**
38+
39+
![Demodulated output](/FSK_screencaps/FSKdemod.png)
40+

0 commit comments

Comments
 (0)