An algorithm issue - Raspberry Pi Forums
basically calulating rq receive quality based on fixed window size of 4. window fill consecutive numbers, 1,2,3,4 or 5,6,7,8, or 9,10,11, 12 7, 9, 10, 12 no good. it's moving window, if receive 9, 10, 11, 12 numbers before 9 discarded.
rq=largest number 12 divide window size 4 =3. higher rq better.
if window size becomes 4 3 rq =4. that's defeating purpose. so, don't understand window size thing. common sense tells me sampling size or window size should d large possible better result equation shows shrinking window size, rq higher, doesn't make sense.
rq=largest number 12 divide window size 4 =3. higher rq better.
if window size becomes 4 3 rq =4. that's defeating purpose. so, don't understand window size thing. common sense tells me sampling size or window size should d large possible better result equation shows shrinking window size, rq higher, doesn't make sense.
what's context ? signal being received , noise (gaussian,pulse ...) ?lilzz wrote:basically calulating rq receive quality based on fixed window size of 4. window fill consecutive numbers, 1,2,3,4 or 5,6,7,8, or 9,10,11, 12 7, 9, 10, 12 no good. it's moving window, if receive 9, 10, 11, 12 numbers before 9 discarded.
rq=largest number 12 divide window size 4 =3. higher rq better.
if window size becomes 4 3 rq =4. that's defeating purpose. so, don't understand window size thing. common sense tells me sampling size or window size should d large possible better result equation shows shrinking window size, rq higher, doesn't make sense.
petero
raspberrypi
Comments
Post a Comment