A deep learning based Viterbi algorithm for symbol detection
The implementation of ViterbiNet consists of two functions:
- GetViterbiNet - generate and train ViterbiNet detector.
- ApplyViterbiNet - use trained model to detect symbols. A code example for evaluating ViterbiNet can be found in the script Test_ViterbiNet.m
Installation:
- Download the .zip file
- Extract the folder inside
- Open for_redistribution_files_only folder
- Run ViterbiNetApp.exe