How can I extract raw IQ data for multi carrier phase ranging using nrf5340dk?

I tried running the "Bluetooth: nRF Distance Measurement with Bluetooth LE discovery" case in the SDK, here is its link:Bluetooth: nRF Distance Measurement with Bluetooth LE discovery.But this case can only obtain the final distance measurement value. I want to obtain raw IQ data from it for algorithm research, that is, to evaluate the MCPD algorithm.I found the original IQ data in an nrf_dm. h header file'nrfxlib API: nrf_dm/include/nrf_dm.h Source File', but it seems that the related functions were only declared without implementation, and I couldn't find the corresponding implementation. When I tried to compile, it showed that I couldn't find the implementation of the function.That is at line 341 of this code'void nrf_dm_populate_report(nrf_dm_report_t *p_report);'.I don't know how to extract the raw IQ data, and it doesn't seem to be mentioned in the document. I want to know if nrf5340dk supports extracting raw IQ data for MPCD algorithm ranging? Or do we only provide distance measurement results without providing raw data?

Thank you in advance for your help!

Parents Reply Children
Related