您好! 听说现在的例程可以支持导出IQ的功能,请问哪一个版本的NCS可以支持呢,代码是开源的吗,是不是下载了这个版本的NCS就可以导出IQ呢?然后的话是能够导出到自己的电脑上还是通过串口进行导出呢,麻烦您帮我详细解答一下,谢谢了!
您好! 听说现在的例程可以支持导出IQ的功能,请问哪一个版本的NCS可以支持呢,代码是开源的吗,是不是下载了这个版本的NCS就可以导出IQ呢?然后的话是能够导出到自己的电脑上还是通过串口进行导出呢,麻烦您帮我详细解答一下,谢谢了!
Hello,
The official language here on Devzone is English. Please post the questions in English
I have translated the question here: "I’ve heard that the current sample applications support IQ data export. Could you please tell me which version of NCS supports this? Is the source code open-source, and does simply downloading this version of NCS enable the IQ export feature? Also, can the data be exported directly to my computer, or is it done via a serial port?"
Are you talking about Channel sounding.? In that case, take a look at the discussion in the following thread: https://devzone.nordicsemi.com/f/nordic-q-a/121985/regarding-i-and-q-measurements-on-the-nrf54l15-development-kits?ReplyFilter=Answers&ReplySortBy=Answers&ReplySortOrder=Descending
Best Regards,
Swathy
Hi Nordic Support Team, I’ve read that thread. I’m using nRF Connect SDK v3.2.2, and in the initiator example’s main.c, I only see this function:
static void ranging_data_cb(struct bt_conn *conn, uint16_t ranging_counter, int err),This doesn’t match the function modified in the thread. Is this due to a difference in NCS versions?
I’m also not sure whether the code changes in that thread are actually correct. I’d like to know whether Nordic’s official example supports exporting IQ data. I was previously told by someone from Nordic that the current example already has this feature. Is that true? If I download the latest NCS version, will the example already include this feature?