You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,16 @@ We use 100samples of a standard sinewave of frequency `fskFreq1` for bit1 and 10
25
25
26
26
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.
27
27
28
-
**The output FSK is :**
28
+
**The output FSK for sequence [1101100011001000]is :**
29
29
30
30

31
31
32
32
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 :**
34
34
35
35

36
+
37
+
**Passing the FSK signal to the function `FSKdemod()` gives the demodulated bit sequence by using a frequency detection technique(zero crossing) :**
0 commit comments