Hi,
I wanted to implement a version of Channel Sounding where you wait for a certain amount of distance estimations, and then try to just select the smallest distance out of them. I succeeded in this, but with float distance_estimation and only whit the distance.
I was then wondering if i could also make a struct where i store the I and Q samples and return this allong the distance, i would be able to select the smallest distance AND the I and Q samples of this measurement. But i get a STACK OVERFLOW...
I think this is to much data every time... and i think that this is not possible to store all this data in frequencies, I_samples, Q_samples...
I was wondering if maybe there is a way? And How much data can be locally stored on this nRF54L15 board? Otherwise i will just implement this method by using the distance.
Kind regards,
Nick De Leenheer