leondavi/NErlNet

sendSamples Wrong Frequency

GuyPerets106 opened this issue · 0 comments

In file: src_erl/NerlnetApp/Source/sourceStatem.erl
Function spawnTransmitter gets 'Frequncy' and computes Ms as 1000*(1/Freq)
Function sendSamples calls left_print which prints how many batches left to send , but it doesn't match the Frequency (very slow).

We should check what happens between each batch transmission and why we don't reach the desired frequency.