Skip to content

Commit 5827317

Browse files
committed
Updated Readme
1 parent ec892ec commit 5827317

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed
File renamed without changes.

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,20 @@ SNR |-10dB – 10dB
2525
Time |1𝜇𝑠
2626

2727
## Results
28-
After 200 epochs, the accuracy was around 90%, this may be attributed to the ideal conditions of the signal.
29-
Further improvements can be made by training the data on more unique data such as real signal environments.
30-
Work could also be done to measure the sensitivity of the neural net and measures its performance over
31-
different SNR and sweeps rates to study the neural net's limitations and suggest improvements. <br>
28+
After 200 epochs, the accuracy was around 90%, this may be attributed to the ideal conditions of the input signal. <br>
3229

3330
![alt text](Accuracy.png "Accuracy of Neural Net") ![alt text](Loss.png "Is this loss?")
3431

32+
The best weights from model training was saved and used to evaluate against a test set of signals with similar conditions. <br>
33+
The model's performance is optimal. However, there is some attrition in misclassifying a BPSK signal as a CW signal. <br>
34+
This may be due to the similarities of the two signals in the time-domain. Hence, it is recommended to explore the performance of the model in the frequency domain using FFT. <br>
35+
![alt text](Confusion-Matrix.png "Confusion matrix of model evaluation")
36+
37+
## Conclusion
38+
In conclusion, a neural net to classify the modualtion of the signal is developed.
39+
Further improvements can be made by training the data on more unique data such as real signal environments.
40+
Work could also be done to measure the sensitivity of the neural net and measures its performance over
41+
different SNR and sweeps rates to study the neural net's limitations and suggest improvements. <br>
3542

3643

3744

0 commit comments

Comments
 (0)