When running the channel sounding example on the nrf54l15, how can one obtain the IQ values of the ranging signal?I want to obtain the IQ value and then use my own algorithm to calculate the distance.
When running the channel sounding example on the nrf54l15, how can one obtain the IQ values of the ranging signal?I want to obtain the IQ value and then use my own algorithm to calculate the distance.
Hello,
I am not 100% certain it is possible to increase it much more. Channel sounding requires a lot of radio activity, which takes a bit of time.
Can you, however, upload what you currently have? Then I can have a look, and try to tweak some CS parameters, to see if it is possible to speed it up.
Best regards,
Edvin
channel_sounding_ras_initiator.rarI am using version 3.0.2 of ncs. The code is shown in the attachment. Thank you, Edvin.
Hello,
Can you please try the following:
Decrease this:
Decrease the ACL interval:
Note that if you decrease the procedure interval by "too much" there will probably not be enough time for the RAS (Ranging service) to relay the CS measurement data from the rrsp to the rreq before the next proedure starts. This will lead to dropping some of the procedures, and perhaps an effictively reduced rate of new distance estimates.
One option to combat this issue is to reduce the amount of CS measurement data of CS measurements data per CS procedure. Note that this will always be at the cost of reduced accuracy. This could be done in a dew different ways.
Reducing the number of enabled channels in the channel map by settting fewer bits here:
Reducing the subevent length (1) and configuring the max_procedure_len subevent len (2)
Configuring the submode as unused here:
(this may reduce the security of CS)
Best regards,
Edvin