Channel sounding performance results

Hello,

we have been testing channel sounding with single antenna configuration, however we are not sure of which accuracy to expect. Also, we are not sure of the reliability of the measurement.

We will try also the 1x1 configuration with the Pixel Phone and the 2x2 (board-to-phone and board-to-board) as well with the nRF54 TAG.

However, we ask if you have any reference measurement test data to share. So we can be sure we are correctly reproducing the results.

Thanks

Marco

  • Hi,

    I might be able to dig some up, though there are some things I want to get out of the way first.

    So first of all, CS isn't UWB; the best you can expect is ±0.5m. Differentiating between ±0.5m would be impossible/hard. That is just describing CS from a technical and theoretical stand-point. 

    Another point is what our SDK provides is mainly a BLE compliant way of getting the I/Q values needed to estimate the distance. From there you are free to estimate the distance in multiple ways that might have some drawbacks (precision vs computational power etc.). We do provide one algorithm for this in the SDK, but there are multiple others available online, and we do not claim to provide the best one. I would rather urge you to ask your local Nordic sales manager (RSM) for who you can contact in order to get a better algorithm.

    If you want the best results from the sample, it is tempting to simply say that you should disregard anything but the IFFT measurements from the sample, as IFFT might be the most developed algorithm we have there, but the truth is rather that all of these metrics work best in different situations. RSSI is okay in short range for instance, and RTT is best for very long ranges (and I wonder if the phase slope might get you a max range, but don't quote me on that). This old webinar (which is meant to describe how our old "Distance Toolbox" worked, but the tech is almost the same) goes a bit further into the details of what separates these measurements. 

    So are you comparing distance estimations or I/Q values here? The latter is rather difficult by itself. The NDT webinar I linked to above lists some ideal measurements though, channel sounding is assumed to perform a bit better than that.

    Regards,

    Elfving

  • Dear Elfving,

    thanks much for your complete answer.

    We are aware of algorithm providers and we are already contacting one.

    Also, thanks for the clarification about the IFFT.

    We are comparing distance estimates. But, as in any experiment, first of all you want to establish a baseline. Establishing a baseline means repeating another one's results.

    So my question is if you can share an experiment record to validate our results.

    Thanks,

    Marco

Related