04-27-2020, 10:51 AM
Ok, that is confusing me too. I have to look into this and make it a more consistent. The way we adjust the timers (as everything is given as time since start of the system) is rather convoluted as we need to estimate a reference time if a measurement is continued. I do not have a properly explanation right now.
However, I was wondering why this problem never bothered me with the other experiments and I think that you should not try to detect the first cycle, but try to detect if the audio buffer has been filled. So, you would use the "count"-Module and use its result to only write the results to the big result-buffer if there are enough values in there to give a reasonable result.
However, I was wondering why this problem never bothered me with the other experiments and I think that you should not try to detect the first cycle, but try to detect if the audio buffer has been filled. So, you would use the "count"-Module and use its result to only write the results to the big result-buffer if there are enough values in there to give a reasonable result.