@pradeeban
intan/markbruteforce.py has:
import utils_concore
and calls:
y, yextra2, yextra3 = utils_concore.read_trellis_data([filename+'.nf3'],channums=[1,2,3,4])
The utils_concore module does not exist anywhere in the repository. This makes the entire brute force frequency analysis script non-functional. The module should either be added to the repository or documented as an external dependency with installation instructions.