GPR_FMCW_SubGHz

所属分类:雷达系统
开发工具:C
文件大小:9739KB
下载次数:0
上传日期:2021-09-20 14:57:17
上 传 者sh-1993
说明:  这是研制探地FMCW雷达的一次尝试。工作范围为100MHz至1000MHz,中心频率...
(This is an attempt to develop a ground penetrating FMCW radar. The operating range is 100MHz to 1000MHz, central frequency 435MHz. This is work in progress and not yet concrete.)

文件列表:
Datasheet (0, 2021-09-20)
Datasheet\ADF4158-1502683.pdf (621907, 2021-09-20)
Datasheet\BGU7033-1126158.pdf (116744, 2021-09-20)
Datasheet\CMX901_ds-1591670.pdf (1626591, 2021-09-20)
Datasheet\DXW21HN5011BL.pdf (504160, 2021-09-20)
Datasheet\Infineon-BGA729N6-DS-v03_00-EN-1499154.pdf (1193587, 2021-09-20)
Datasheet\ecs-2025-2033-18511.pdf (540569, 2021-09-20)
Datasheet\f6886_data_sheet-1483543.pdf (1596869, 2021-09-20)
Datasheet\trf37a75.pdf (2100169, 2021-09-20)
FMCW_RADAR_Firmware (0, 2021-09-20)
FMCW_RADAR_Firmware\Core (0, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_ADC_DMA.c (5319, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_ADC_DMA.h (350, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_ADF4158.c (8753, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_ADF4158.h (536, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_CONFIGURATION.c (6545, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_CONFIGURATION.h (810, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_DAC.c (6270, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_DAC.h (352, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_GPIO.c (1415, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_GPIO.h (1730, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_MAX1426.c (7817, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_MAX1426.h (621, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_MCP4022.c (2635, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_MCP4022.h (339, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_SPI.c (6433, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_SPI.h (1338, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_SYSTEM.c (5092, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_SYSTEM.h (293, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_TIME_HAL.c (3757, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_TIME_HAL.h (542, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_TQP5523.c (4383, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_TQP5523.h (409, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_UART.c (6247, 2021-09-20)
FMCW_RADAR_Firmware\Core\CK_UART.h (1707, 2021-09-20)
FMCW_RADAR_Firmware\Core\USBD_CDC (0, 2021-09-20)
FMCW_RADAR_Firmware\Core\USBD_CDC\CK_USBD_BUFFER.c (2607, 2021-09-20)
FMCW_RADAR_Firmware\Core\USBD_CDC\CK_USBD_BUFFER.h (762, 2021-09-20)
FMCW_RADAR_Firmware\Core\USBD_CDC\CK_USBD_INTERFACE.c (7588, 2021-09-20)
... ...

This FMCW radar is based on Cenk work. This is an attempt to make a subGHz radar. Some description from Cenk's radar: STM32F4 has triangular waveform generation option with its DAC and also ADF4158 is used for PLL topology. Either option can be used for waveform generation. Check schematic to populate necessary resistor values to use either mode. ADF4158 can generate pulses with some gap between each sweep. In this way N number of samples are packed and buffered over USB during this gap. Main loop runs with a FSM to check conditions of sweep. ADF4158 Muxout is generating pulse according to the sweep condition. External interrupt tracks this pulse to move between FSM states. MCU Board talks to Python script to configure its hardware so PC is in Host mode and controls everything. In this way, any parameters can be changed on hardware without reflashing the firmware on it during field test. N number of samples is determined by sweep bandwith rise time and sampling frequency. For example: If sampling freq = 500KSamples/sec and sweep rise time is 1ms for 200MHz bandwith then system will pack 500(16 bit adc samples) and transfer 1000(8 bit adc samples) to Python script in 1ms. So 1MByte data per second is buffered to Host PC for 500KHz sampling frequency. Python Script: I have uploaded an example record file along with python scripts where peaks of the stationary objects can be seen. I will later add real time plot by simply doing record and plotting with 2 different treads simultaneously.

近期下载者

相关文件


收藏者