├── AR_UI设计.pptx ├── Debug ├── Qt5Chartsd.dll ├── Qt5Cored.dll ├── Qt5DataVisualizationd.dll ├── Qt5Guid.dll ├── Qt5Networkd.dll ├── Qt5PrintSupportd.dll ├── Qt5SerialBusd.dll ├── Qt5SerialPortd.dll ├── Qt5Widgetsd.dll ├── _AR_UI_.exe └── 提供一個可運行的X64程序 ├── RADAR_BIN_FILES ├── mmwave_Studio_cli_xwr14xx.bin ├── mmwave_Studio_cli_xwr16xx.bin ├── mmwave_Studio_cli_xwr18xx.bin ├── mmwave_Studio_cli_xwr68xx.bin ├── profile_continuous_mode_xwr18xx.cfg ├── profile_monitor_xwr16xx.cfg ├── profile_monitor_xwr18xx.cfg ├── profile_monitor_xwr68xx.cfg └── 這是BIN文件 ├── README.md ├── _AR_ADDONs_ ├── IPSetWidget.cpp ├── IPSetWidget.h └── IPSetWidget.ui ├── _AR_Comm_ └── _AR_dca1000_rf_api.h ├── _AR_FIGURES_ ├── AR_UI.png ├── _AR_CLIENT_.png ├── _AR_CLOSED_.png ├── _AR_CON_.png ├── _AR_DALB_.png ├── _AR_DCON_.png ├── _AR_INFO_D_EN_.png ├── _AR_INFO_EN_.png ├── _AR_INFO_NA_.png ├── _AR_LISTEN_.png ├── _AR_SAMPLE_.png ├── _AR_SERVER_.png ├── _AR_TELE_CF_.png ├── _AR_TELE_DIS_.png ├── _AR_UI_ICON_.png ├── _IPC_UI.png └── 這些都是界面素材 ├── _AR_UI_.cpp ├── _AR_UI_.h ├── _AR_UI_.sln ├── _AR_UI_.ui ├── _AR_UI_.vcxproj ├── _AR_UI_.vcxproj.filters ├── _AR_UI_.vcxproj.user ├── _AR_decode ├── BitTree.h ├── _wave_AR_decode_.h └── a_coder_define.h ├── _AR_define_ ├── TCP_compress_define.h ├── TCP_define.h ├── TCP_function_define.h ├── TCP_packet_define.h ├── _AR_UI_define_.h ├── _AR_actor_define_.h └── _net_work_define_.h ├── _AR_include_ ├── _AR_UI_INFO_SUBSYSTEM_.h ├── tcp_client_build.h └── tcp_server_build.h ├── _AR_utility_ ├── linked_list.h └── server_list.h ├── _LINUX_VERSION_ ├── include │ ├── linked_list.cpp │ ├── linked_list.h │ ├── radar_define.cpp │ ├── radar_define.h │ ├── udp_client.cpp │ ├── udp_client.h │ ├── udp_define.h │ ├── udp_server.cpp │ └── udp_server.h ├── main.cpp └── profile_monitor_xwr18xx.cfg ├── _LINUX_VERSION_SERVER_ ├── main.cpp ├── server_windows_version.cpp ├── server_windows_version.h └── udp_define.h ├── dca1000ctrl └── dca1000ctrl │ ├── CMakeLists.txt │ ├── include │ ├── drone_attitude.cpp │ ├── drone_attitude.h │ ├── linked_list.cpp │ ├── linked_list.h │ ├── radar_define.cpp │ ├── radar_define.h │ ├── udp_client.cpp │ ├── udp_client.h │ ├── udp_define.h │ ├── udp_server.cpp │ └── udp_server.h │ ├── msg │ └── instruction.msg │ ├── package.xml │ ├── profile_monitor_xwr18xx.cfg │ ├── profile_monitor_xwr68xx.cfg │ └── src │ └── main_program.cpp ├── main.cpp ├── mmwave.zip ├── mmwave_CAS_operator.zip ├── 丟包説明.png ├── 效果圖展示.jpg ├── 編譯問題.png ├── 連接檢測問題.png ├── 進一步波形分析.png └── 采集卡操作函数.pptx /AR_UI设计.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/AR_UI设计.pptx -------------------------------------------------------------------------------- /Debug/Qt5Chartsd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/Debug/Qt5Chartsd.dll -------------------------------------------------------------------------------- /Debug/Qt5Cored.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/Debug/Qt5Cored.dll -------------------------------------------------------------------------------- /Debug/Qt5DataVisualizationd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/Debug/Qt5DataVisualizationd.dll -------------------------------------------------------------------------------- /Debug/Qt5Guid.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/Debug/Qt5Guid.dll -------------------------------------------------------------------------------- /Debug/Qt5Networkd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/Debug/Qt5Networkd.dll -------------------------------------------------------------------------------- /Debug/Qt5PrintSupportd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/Debug/Qt5PrintSupportd.dll -------------------------------------------------------------------------------- /Debug/Qt5SerialBusd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/Debug/Qt5SerialBusd.dll -------------------------------------------------------------------------------- /Debug/Qt5SerialPortd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/Debug/Qt5SerialPortd.dll -------------------------------------------------------------------------------- /Debug/Qt5Widgetsd.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/Debug/Qt5Widgetsd.dll -------------------------------------------------------------------------------- /Debug/_AR_UI_.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/Debug/_AR_UI_.exe -------------------------------------------------------------------------------- /Debug/提供一個可運行的X64程序: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /RADAR_BIN_FILES/mmwave_Studio_cli_xwr14xx.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/RADAR_BIN_FILES/mmwave_Studio_cli_xwr14xx.bin -------------------------------------------------------------------------------- /RADAR_BIN_FILES/mmwave_Studio_cli_xwr16xx.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/RADAR_BIN_FILES/mmwave_Studio_cli_xwr16xx.bin -------------------------------------------------------------------------------- /RADAR_BIN_FILES/mmwave_Studio_cli_xwr18xx.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/RADAR_BIN_FILES/mmwave_Studio_cli_xwr18xx.bin -------------------------------------------------------------------------------- /RADAR_BIN_FILES/mmwave_Studio_cli_xwr68xx.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/RADAR_BIN_FILES/mmwave_Studio_cli_xwr68xx.bin -------------------------------------------------------------------------------- /RADAR_BIN_FILES/profile_continuous_mode_xwr18xx.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/RADAR_BIN_FILES/profile_continuous_mode_xwr18xx.cfg -------------------------------------------------------------------------------- /RADAR_BIN_FILES/profile_monitor_xwr16xx.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/RADAR_BIN_FILES/profile_monitor_xwr16xx.cfg -------------------------------------------------------------------------------- /RADAR_BIN_FILES/profile_monitor_xwr18xx.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/RADAR_BIN_FILES/profile_monitor_xwr18xx.cfg -------------------------------------------------------------------------------- /RADAR_BIN_FILES/profile_monitor_xwr68xx.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/RADAR_BIN_FILES/profile_monitor_xwr68xx.cfg -------------------------------------------------------------------------------- /RADAR_BIN_FILES/這是BIN文件: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/README.md -------------------------------------------------------------------------------- /_AR_ADDONs_/IPSetWidget.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_ADDONs_/IPSetWidget.cpp -------------------------------------------------------------------------------- /_AR_ADDONs_/IPSetWidget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_ADDONs_/IPSetWidget.h -------------------------------------------------------------------------------- /_AR_ADDONs_/IPSetWidget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_ADDONs_/IPSetWidget.ui -------------------------------------------------------------------------------- /_AR_Comm_/_AR_dca1000_rf_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_Comm_/_AR_dca1000_rf_api.h -------------------------------------------------------------------------------- /_AR_FIGURES_/AR_UI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_FIGURES_/AR_UI.png -------------------------------------------------------------------------------- /_AR_FIGURES_/_AR_CLIENT_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_FIGURES_/_AR_CLIENT_.png -------------------------------------------------------------------------------- /_AR_FIGURES_/_AR_CLOSED_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_FIGURES_/_AR_CLOSED_.png -------------------------------------------------------------------------------- /_AR_FIGURES_/_AR_CON_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_FIGURES_/_AR_CON_.png -------------------------------------------------------------------------------- /_AR_FIGURES_/_AR_DALB_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_FIGURES_/_AR_DALB_.png -------------------------------------------------------------------------------- /_AR_FIGURES_/_AR_DCON_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_FIGURES_/_AR_DCON_.png -------------------------------------------------------------------------------- /_AR_FIGURES_/_AR_INFO_D_EN_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_FIGURES_/_AR_INFO_D_EN_.png -------------------------------------------------------------------------------- /_AR_FIGURES_/_AR_INFO_EN_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_FIGURES_/_AR_INFO_EN_.png -------------------------------------------------------------------------------- /_AR_FIGURES_/_AR_INFO_NA_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_FIGURES_/_AR_INFO_NA_.png -------------------------------------------------------------------------------- /_AR_FIGURES_/_AR_LISTEN_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_FIGURES_/_AR_LISTEN_.png -------------------------------------------------------------------------------- /_AR_FIGURES_/_AR_SAMPLE_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_FIGURES_/_AR_SAMPLE_.png -------------------------------------------------------------------------------- /_AR_FIGURES_/_AR_SERVER_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_FIGURES_/_AR_SERVER_.png -------------------------------------------------------------------------------- /_AR_FIGURES_/_AR_TELE_CF_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_FIGURES_/_AR_TELE_CF_.png -------------------------------------------------------------------------------- /_AR_FIGURES_/_AR_TELE_DIS_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_FIGURES_/_AR_TELE_DIS_.png -------------------------------------------------------------------------------- /_AR_FIGURES_/_AR_UI_ICON_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_FIGURES_/_AR_UI_ICON_.png -------------------------------------------------------------------------------- /_AR_FIGURES_/_IPC_UI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_FIGURES_/_IPC_UI.png -------------------------------------------------------------------------------- /_AR_FIGURES_/這些都是界面素材: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /_AR_UI_.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_UI_.cpp -------------------------------------------------------------------------------- /_AR_UI_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_UI_.h -------------------------------------------------------------------------------- /_AR_UI_.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_UI_.sln -------------------------------------------------------------------------------- /_AR_UI_.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_UI_.ui -------------------------------------------------------------------------------- /_AR_UI_.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_UI_.vcxproj -------------------------------------------------------------------------------- /_AR_UI_.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_UI_.vcxproj.filters -------------------------------------------------------------------------------- /_AR_UI_.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_UI_.vcxproj.user -------------------------------------------------------------------------------- /_AR_decode/BitTree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_decode/BitTree.h -------------------------------------------------------------------------------- /_AR_decode/_wave_AR_decode_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_decode/_wave_AR_decode_.h -------------------------------------------------------------------------------- /_AR_decode/a_coder_define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_decode/a_coder_define.h -------------------------------------------------------------------------------- /_AR_define_/TCP_compress_define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_define_/TCP_compress_define.h -------------------------------------------------------------------------------- /_AR_define_/TCP_define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_define_/TCP_define.h -------------------------------------------------------------------------------- /_AR_define_/TCP_function_define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_define_/TCP_function_define.h -------------------------------------------------------------------------------- /_AR_define_/TCP_packet_define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_define_/TCP_packet_define.h -------------------------------------------------------------------------------- /_AR_define_/_AR_UI_define_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_define_/_AR_UI_define_.h -------------------------------------------------------------------------------- /_AR_define_/_AR_actor_define_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_define_/_AR_actor_define_.h -------------------------------------------------------------------------------- /_AR_define_/_net_work_define_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_define_/_net_work_define_.h -------------------------------------------------------------------------------- /_AR_include_/_AR_UI_INFO_SUBSYSTEM_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_include_/_AR_UI_INFO_SUBSYSTEM_.h -------------------------------------------------------------------------------- /_AR_include_/tcp_client_build.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_include_/tcp_client_build.h -------------------------------------------------------------------------------- /_AR_include_/tcp_server_build.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_include_/tcp_server_build.h -------------------------------------------------------------------------------- /_AR_utility_/linked_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_utility_/linked_list.h -------------------------------------------------------------------------------- /_AR_utility_/server_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_AR_utility_/server_list.h -------------------------------------------------------------------------------- /_LINUX_VERSION_/include/linked_list.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_LINUX_VERSION_/include/linked_list.cpp -------------------------------------------------------------------------------- /_LINUX_VERSION_/include/linked_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_LINUX_VERSION_/include/linked_list.h -------------------------------------------------------------------------------- /_LINUX_VERSION_/include/radar_define.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_LINUX_VERSION_/include/radar_define.cpp -------------------------------------------------------------------------------- /_LINUX_VERSION_/include/radar_define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_LINUX_VERSION_/include/radar_define.h -------------------------------------------------------------------------------- /_LINUX_VERSION_/include/udp_client.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_LINUX_VERSION_/include/udp_client.cpp -------------------------------------------------------------------------------- /_LINUX_VERSION_/include/udp_client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_LINUX_VERSION_/include/udp_client.h -------------------------------------------------------------------------------- /_LINUX_VERSION_/include/udp_define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_LINUX_VERSION_/include/udp_define.h -------------------------------------------------------------------------------- /_LINUX_VERSION_/include/udp_server.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_LINUX_VERSION_/include/udp_server.cpp -------------------------------------------------------------------------------- /_LINUX_VERSION_/include/udp_server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_LINUX_VERSION_/include/udp_server.h -------------------------------------------------------------------------------- /_LINUX_VERSION_/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_LINUX_VERSION_/main.cpp -------------------------------------------------------------------------------- /_LINUX_VERSION_/profile_monitor_xwr18xx.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_LINUX_VERSION_/profile_monitor_xwr18xx.cfg -------------------------------------------------------------------------------- /_LINUX_VERSION_SERVER_/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_LINUX_VERSION_SERVER_/main.cpp -------------------------------------------------------------------------------- /_LINUX_VERSION_SERVER_/server_windows_version.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_LINUX_VERSION_SERVER_/server_windows_version.cpp -------------------------------------------------------------------------------- /_LINUX_VERSION_SERVER_/server_windows_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_LINUX_VERSION_SERVER_/server_windows_version.h -------------------------------------------------------------------------------- /_LINUX_VERSION_SERVER_/udp_define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/_LINUX_VERSION_SERVER_/udp_define.h -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/CMakeLists.txt -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/include/drone_attitude.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/include/drone_attitude.cpp -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/include/drone_attitude.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/include/drone_attitude.h -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/include/linked_list.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/include/linked_list.cpp -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/include/linked_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/include/linked_list.h -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/include/radar_define.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/include/radar_define.cpp -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/include/radar_define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/include/radar_define.h -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/include/udp_client.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/include/udp_client.cpp -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/include/udp_client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/include/udp_client.h -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/include/udp_define.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/include/udp_define.h -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/include/udp_server.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/include/udp_server.cpp -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/include/udp_server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/include/udp_server.h -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/msg/instruction.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/msg/instruction.msg -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/package.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/package.xml -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/profile_monitor_xwr18xx.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/profile_monitor_xwr18xx.cfg -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/profile_monitor_xwr68xx.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/profile_monitor_xwr68xx.cfg -------------------------------------------------------------------------------- /dca1000ctrl/dca1000ctrl/src/main_program.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/dca1000ctrl/dca1000ctrl/src/main_program.cpp -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/main.cpp -------------------------------------------------------------------------------- /mmwave.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/mmwave.zip -------------------------------------------------------------------------------- /mmwave_CAS_operator.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/mmwave_CAS_operator.zip -------------------------------------------------------------------------------- /丟包説明.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/丟包説明.png -------------------------------------------------------------------------------- /效果圖展示.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/效果圖展示.jpg -------------------------------------------------------------------------------- /編譯問題.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/編譯問題.png -------------------------------------------------------------------------------- /連接檢測問題.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/連接檢測問題.png -------------------------------------------------------------------------------- /進一步波形分析.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/進一步波形分析.png -------------------------------------------------------------------------------- /采集卡操作函数.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deltaRing/DCA1000-EVM-remote-collection/HEAD/采集卡操作函数.pptx --------------------------------------------------------------------------------