主题中讨论的其他器件:AWR1443、 IWR1443
工具/软件:Code Composer Studio
您好!
我正在尝试 AWR1443上的功耗优化/液位传感演示、但我意识到距离传感器较短的距离下的距离测量非常不准确。 我使用某种配置、想知道更改这些参数中的任何一个是否会在距离传感器约10cm 的位置实现更好的距离测量。
#ifdef demo_config1 //说明:短距离、高分辨率。 低处理能力。 //最大距离:4.5m //距离分辨率:3cm #define DEMOCFG_SAMPLE_RATE 4500 /* 4.5Msps */ #define DEMOCFG_FREQ_SLOPE 930 /* x 48.28kHz/us = 45MHz/us */ #define DEMOCFG_IDLE_TIME 1500 /* 15us */ #define DEMOCFG_ADC_START_TIME 400 /* 4US */ #define DEMOCFG_RAMP_END_TIME 8900 /* 89us */ #define DEMOCFG_RANGE_RES 0.0294 #define DEMOCFG_NUM_ADC_SAples 376 #define DEMOCFG_FFT_SIZE 512 #endif
谢谢