discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] access code detection threshold in benchmark tx/rx sc


From: Nowlan, Sean
Subject: [Discuss-gnuradio] access code detection threshold in benchmark tx/rx scripts
Date: Fri, 15 Feb 2013 02:02:25 +0000

I'm trying to understand the benchmark receive path. The access code detection threshold is set to -1 in receive_path.py. After looking at the digital_correlate_access_code_bb block, it appears the INT32 threshold, -1, is being compared with the *UINT32* Hamming distance between the known code and the received code. If I'm not mistaken, C/C++ will do unsigned comparison and therefore *any* number of errors < UINT32_MAX (2^32 - 1) will be accepted. Am I reading this incorrectly?

--sean

reply via email to

[Prev in Thread] Current Thread [Next in Thread]