issues
search
andrebreis
/
cascade-study
4
stars
3
forks
source link
Change error rate
#16
Closed
andrebreis
closed
5 years ago
andrebreis
commented
5 years ago
Change the way error rate works:
In the generator, loop through every bit and change every bit with probability
error_rate
In the algorithm, use the error rate of the channel (
error_rate
) instead of the error rate in the strings
Save the actual error rate for the possibility of future analysis
Change the way error rate works: