lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

Pulse classification

Open andyli opened this issue 7 years ago • 0 comments

Looking at your code, I can see that you're detecting the pulses with a length window of +4 to -4 microseconds. But according to the info from nairol, the window should be 0 to -10.5 microseconds. That is, your code assumes the sync pulse j0 can be 58.5 to 66.5 long, but nairol thinks that can be 52 to 62.5 long. I'm wondering which is correct?

I'm testing with my own code, using an Arduino M0 pro and a base station set to mode A. I thought the base station would produce only j0, k0, j1, k1 pulses, but looks like there is some "skip" pulses too. So, I'm looking into whether I classify the pulses correctly.

andyli avatar Mar 31 '17 06:03 andyli