Hello everyone,
I am working on a device-free human activity sensing project using the DWM3001CDK development board (featuring the DWM3001C module).
My goal is to repurpose the board as a UWB radar system. Instead of using it for standard anchor-tag TWR/PDOA ranging, I want to capture raw radio frequency (RF) signal propagation disturbances caused by human movement, and then stream this data to a PC for machine learning classification (CNN-LSTM).
Based on my research, I need to extract the Channel Impulse Response (CIR) accumulator data to analyze these multipath variations.
I have already download SEGGER Embedded Studio and successfully verified the hardware UART communication link (via the J-Link CDC Virtual COM Port).
However, I am stuck on obtaining the output from the board. Based on my research, I need to extract the Channel Impulse Response (CIR) accumulator data to analyze these environmental multipath variations.
Could anyone guide me or tell me how to obtain the result or any parameter i need to check to avoid mistakes and errors?
Any advice, code snippets, or documentation pointers would be greatly appreciated. Thank you!