CN109709538A - Distributed radar upper computer software system and operation method based on electronic map - Google Patents
Distributed radar upper computer software system and operation method based on electronic map Download PDFInfo
- Publication number
- CN109709538A CN109709538A CN201811579733.XA CN201811579733A CN109709538A CN 109709538 A CN109709538 A CN 109709538A CN 201811579733 A CN201811579733 A CN 201811579733A CN 109709538 A CN109709538 A CN 109709538A
- Authority
- CN
- China
- Prior art keywords
- track data
- module
- radar
- track
- electronic map
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 14
- 238000012545 processing Methods 0.000 claims abstract description 50
- 238000012800 visualization Methods 0.000 claims abstract description 20
- 238000001514 detection method Methods 0.000 claims description 27
- 238000006243 chemical reaction Methods 0.000 claims description 26
- 230000000875 corresponding effect Effects 0.000 claims description 12
- 230000004927 fusion Effects 0.000 claims description 12
- 239000011159 matrix material Substances 0.000 claims description 12
- 238000004891 communication Methods 0.000 claims description 11
- 230000033001 locomotion Effects 0.000 claims description 11
- 230000008569 process Effects 0.000 claims description 6
- 238000007405 data analysis Methods 0.000 claims description 3
- 230000004807 localization Effects 0.000 claims description 3
- 230000002596 correlated effect Effects 0.000 claims description 2
- 238000012217 deletion Methods 0.000 claims description 2
- 230000037430 deletion Effects 0.000 claims description 2
- 238000012986 modification Methods 0.000 claims description 2
- 230000004048 modification Effects 0.000 claims description 2
- 230000007423 decrease Effects 0.000 abstract 1
- 238000005516 engineering process Methods 0.000 description 7
- 230000006870 function Effects 0.000 description 6
- 238000010586 diagram Methods 0.000 description 4
- 230000000007 visual effect Effects 0.000 description 2
- 239000003086 colorant Substances 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 238000007499 fusion processing Methods 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 230000006855 networking Effects 0.000 description 1
- 238000011160 research Methods 0.000 description 1
Classifications
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Radar Systems Or Details Thereof (AREA)
Abstract
The invention discloses a kind of distributed radar upper computer software system and operation method based on electronic map.The system includes radar information setup module, for modifying radar information;Radar information visualization model, for showing radar site and investigative range;Track data receiving module, for receiving track data;Track data coordinate transferring, for the polar coordinates of track data to be converted to the latitude and longitude coordinates of electronic map;Track data processing module, for being associated to track data;Track data display module for the track data of displaying target, and draws target trajectory;Multiple threads frame module carries out parallel processing for system to be divided into two threads.Present invention decreases the errors of target acquisition, radar and target are improved in the visualization of host computer, accuracy and real-time of the simultaneity factor software in terms of track data receiving, processing and display meet the index of Practical Project requirement, practicability with higher.
Description
Technical Field
The invention relates to the field of multi-sensor information fusion and the field of visual display, in particular to a distributed radar upper computer software system based on an electronic map and an operation method.
Background
With the rapid development of modern science and technology and the demand of modern wars, the application of information fusion technology in the field of mobile target tracking is a hotspot in the research of recent years, and the visualization of radar information and detection target information is the most important link in the visualization of modern battlefields. In the face of the high maneuverability and complexity of the target land for the flight of enemies in modern battlefields, in order to effectively attack and defend the target in real time, the information of the target must be provided by organically combining a plurality of sensors for accurate tracking. Meanwhile, layout information of the multiple sensors in the geographic position and detected target information are displayed on the upper computer in a visual mode, and the method plays a vital role in grasping the comprehensive situation of the whole battlefield.
The existing radar upper computer software system generally uses a single radar to detect, and the precision and accuracy of a detected target completely depend on the hardware configuration of the radar, so that the hardware configuration becomes the bottleneck of improving the radar detection performance. Moreover, the traditional upper computer display interface is a scanning plane with a radar as a center, and the detected target is directly displayed on the scanning plane according to the position relative to the radar, so that the position of the target in the real world cannot be visually displayed in the display mode, and the visualization degree is not high.
Disclosure of Invention
The invention aims to provide a distributed networking radar upper computer software system based on an electronic map, which meets the requirement of real-time performance while ensuring accurate track data display.
The technical solution for realizing the purpose of the invention is as follows: a distributed radar upper computer software system based on an electronic map comprises a radar information setting module, a radar information visualization module, a track data receiving module, a track data coordinate conversion module, a track data processing module, a track data display module and a multithreading processing frame module;
the radar information setting module is used for modifying the information of each radar and simultaneously carrying out local storage;
the radar information visualization module displays the position and the detection range of each radar on the electronic map according to each radar information set by the radar information setting module;
the track data receiving module is used for receiving track data of a plurality of radars and transmitting the track data to the track data coordinate conversion module;
the track data coordinate conversion module is used for converting the polar coordinates of the track data in the track data receiving module into longitude and latitude coordinates of the electronic map and transmitting the converted track data to the track data processing module;
the track data processing module is used for carrying out track association on the track data converted by the track data coordinate conversion module, fusing the associated track data and outputting the fused track data to the track data display module, and directly outputting the unassociated track data to the track data display module;
the track data display module is used for displaying the target track data processed by the track data processing module on an electronic map in real time according to longitude and latitude coordinates and drawing a track of target motion;
the multithread processing framework module is used for dividing the track data receiving module, the track data processing module and the track data display module into two threads for parallel processing, wherein the first two modules are in one thread, and the latter module is in the other thread.
The running method based on the software system comprises the following steps:
step 1, setting coordinate information and detection information of each radar through a radar information setting module;
step 2, according to the set radar information, displaying the position and detection range of each radar on the electronic map through a radar information visualization module;
step 3, setting the address of multicast communication, then receiving the data of a track data packet through a track data receiving module, and transmitting the track data to a track data coordinate conversion module;
step 4, converting the polar coordinates of the track data obtained in the step 3 into longitude and latitude coordinates of the electronic map by using a track data coordinate conversion module, and transmitting the converted track data to a track data processing module;
step 5, performing track association on the track data obtained in the step 4 by using a track data processing module, fusing the associated track data and outputting the fused track data to a track data display module, and directly outputting the unassociated track data to the track data display module;
step 6, displaying the target track data obtained in the step 5 on an electronic map in real time according to longitude and latitude coordinates through a track data display module, and drawing a track of the target motion;
and 7, repeating the steps 2 to 6 to process the data of the next track data packet, and circularly acquiring the motion track of the target in real time until the software system stops running.
Compared with the prior art, the invention has the following remarkable advantages: 1) the invention utilizes the information fusion technology, reduces the error of target detection and improves the accuracy of target tracking; 2) according to the invention, by using an electronic map technology and combining a radar technology with a computer visualization technology, the visualization degree of radar display and target display is greatly improved, the usability of the radar is improved, and the civilization process of the radar is promoted; 3) the invention uses a multi-thread structural framework, avoids the packet loss problem of network communication and simultaneously ensures the real-time performance of track data receiving, processing and displaying.
The present invention is described in further detail below with reference to the attached drawings.
Drawings
Fig. 1 is a structural block diagram of a distributed radar upper computer software system based on an electronic map.
FIG. 2 is a block diagram of a track data processing module according to the present invention.
FIG. 3 is a block diagram of a track data display module according to the present invention.
FIG. 4 is a block diagram of a multithreading framework module according to the present invention.
Detailed Description
The invention obtains the flight path data detected by each radar through the UDP multicast communication technology, and displays the processed data on the electronic map according to the longitude and latitude information after coordinate conversion, independent sequential flight path association and convex combined flight path fusion processing. The system respectively uses two threads to process the flight path data and display the flight path data, thereby ensuring the timeliness of receiving the flight path data and the real-time performance of displaying the flight path.
With reference to fig. 1, the distributed radar upper computer software system based on the electronic map comprises a radar information setting module, a radar information visualization module, a track data receiving module, a track data coordinate conversion module, a track data processing module, a track data display module and a multithreading processing frame module. Wherein,
the radar information setting module is used for modifying the information of each radar and simultaneously carrying out local storage;
the radar information visualization module is used for displaying the position and the detection range of each radar on the electronic map according to each piece of radar information set by the radar information setting module;
the flight path data receiving module is used for receiving the flight path data of a plurality of radars and transmitting the flight path data to the flight path data coordinate conversion module;
the track data coordinate conversion module is used for converting the polar coordinates of the track data in the track data receiving module into longitude and latitude coordinates of the electronic map and transmitting the converted track data to the track data processing module;
the track data processing module is used for carrying out track association on the track data converted by the track data coordinate conversion module, fusing the associated track data and outputting the fused track data to the track data display module, and directly outputting the unassociated track data to the track data display module;
the track data display module is used for displaying the target track data processed by the track data processing module on the electronic map in real time according to the longitude and latitude coordinates and drawing the track of the target motion;
and the multithreading processing framework module is used for dividing the track data receiving module, the track data processing module and the track data display module into two threads for parallel processing, wherein the first two modules are in one thread, and the latter module is in the other thread.
Further, the radar information setting module includes:
the radar position information acquisition module is used for acquiring longitude and latitude coordinate information of a radar position on an online electronic map;
the radar detection information setting module is used for modifying the detection information of the radar; the modification comprises addition and deletion; the detection information comprises starting angle information, ending angle information and distance information;
and the radar information localization storage module is used for storing the set radar information to a local disk.
As a specific example, the radar information setting module includes:
the radar position information acquisition module is loaded on the online electronic map and calls a Baidu map API by JavaScript to acquire longitude and latitude coordinate information of a radar position;
the radar detection information setting module is used for modifying the detection information of the radar by using QTableView and Qstandby dItemModel controls of QT, such as adding, deleting and the like;
and the radar information localization storage module stores the set radar information into a local txt text through splicing of the character strings.
Further, the radar information visualization module comprises:
the fan-shaped drawing module is used for drawing a corresponding fan shape on the electronic map according to the coordinate information, the distance information, the starting angle information and the ending angle information;
and the radar detection area drawing module is used for drawing a corresponding fan-shaped detection area on the electronic map according to the information set by the radar information setting module by using the timing function of the QT.
As a specific example, the radar information visualization module includes:
the sector drawing module is used for averagely dividing the radian of a sector into ten parts, calling a Baidu map API by JavaScript to calculate longitude and latitude coordinates of each division point, and then connecting each point into a line by using Polygon;
and the radar detection area drawing module calls the fan-shaped drawing module through a timing function using the QT, and draws a corresponding fan-shaped detection area on the electronic map according to information set by each radar.
Further, the track data receiving module comprises:
the local IP address acquisition module is used for acquiring the IP address of the computer where the upper computer is located;
the UDP multicast communication module is used for transmitting the multi-radar track data;
and the data analysis module is used for analyzing the binary data into corresponding track data.
As a specific example, the track data receiving module includes:
the local IP address acquisition module acquires the IP address of the computer where the upper computer is positioned by using a QNetworkInterface class;
the UDP multicast communication module uses a QUdpsocket socket to transmit the multi-radar track data;
and the data analysis module is used for analyzing the binary data into corresponding decimal track data.
Further, the track data coordinate conversion module comprises:
the radian and angle conversion module is used for converting the angle information in the polar coordinates of the track data into radian information;
and the polar coordinate-to-longitude-latitude coordinate module is used for converting the polar coordinates of the track data into longitude and latitude coordinates of the electronic map.
Further, the track data processing module comprises:
the matrix multiplication module is used for multiplying the error covariance matrix of the flight path data with the state matrix;
the matrix inversion module is used for carrying out inverse operation on the error covariance matrix and the state matrix of the track data;
the track data association module is used for carrying out track association on the track data among different radars;
the track correlation quality statistic module is used for judging whether the two correlated tracks are a fixed correlation pair or not; the fixed association pair is specifically that the number n of times of association of the two tracks is greater than or equal to a preset threshold value p.
And the track data fusion module is used for fusing the two track data of the fixed association pair to form a track.
As a specific example, the track data association adopts an independent sequential track association algorithm.
As a specific example, the track data fusion adopts a convex combination track fusion algorithm.
As a specific example, in conjunction with fig. 2, the workflow of the track data processing module is as follows:
(1) and the track data processed by the track receiving module and the track coordinate conversion module are stored in the structure array and transmitted to the track data processing module.
(2) And the track data processing module performs cycle traversal on the structure array, firstly judges whether two track data to be associated and detected are fixed association pairs, and directly performs convex combination track fusion operation if the two track data to be associated and detected are fixed association pairs, otherwise performs independent sequential track association operation.
(3) And after the two track data are subjected to independent sequential track operation, generating a statistic, comparing the statistic with a set threshold value, if the statistic value is smaller than the threshold, adding one to the track associated quality, and otherwise, subtracting the track associated quality and finishing the cycle operation.
(4) And judging whether the track association quality is greater than six for the two track data in association, and if so, marking the two track data as a fixed association pair. And then carrying out convex combination track fusion operation, and processing the next group of track data after the fusion operation is finished.
Further, the track data display module comprises:
the trace-point drawing module is used for drawing the detected target at a corresponding position of the electronic map;
and the track drawing module is used for displaying the track of the detected target movement on the electronic map.
As a specific example, the track data display module includes:
the trace-point drawing module is used for calling a Baidu map API in the Html file by JavaScript to draw the detected target at the corresponding position of the electronic map according to the position information, and different target types are displayed as different icons;
and the track drawing module calls a Baidu map API in the Html file by using JavaScript to display the track of the detected target moving on the electronic map according to the target position information at the previous moment and the current moment, and different target types are displayed in different colors.
As a specific example, in conjunction with fig. 3, the track data display module works as follows:
(1) the Html file first references the offline map tile map, CSS style file, and API resources needed for the offline map. And calling an electronic map API function in a JavaScript label of the Html to write related functions of adding a target point, moving the target point, deleting the target point, drawing a track and deleting the track. And finally, loading the compiled Html file by using the WebKit control of the upper computer to display the electronic map.
(2) And after the electronic map is successfully loaded, calling a corresponding JavaScript function in the Html to display, move and delete the target point and draw and delete the track on the electronic map according to the processed track data state.
Further, the multithreaded processing framework module includes:
the sub-thread module is used for receiving and processing flight path data in real time;
and the main thread module is used for starting the sub-threads and displaying the processed track data in real time.
As a specific example, in connection with fig. 4, the multithreading framework module includes:
and the sub-thread processing module is used for deriving the QThread through the subclass and realizing a QThread:: run () function, and is used for reading and processing track data from a buffer area of network communication in real time.
And the main thread processing module starts the sub-threads to receive and process data, performs inter-thread communication through a shared variable, and displays the processed data in real time.
As a specific example, the multithreading framework module works as follows:
(1) the program is run, starting the sub-thread in the main thread through QThread:: start (). And receiving and processing the flight path data through the operation of the sub-thread, and storing the processed result into a structure array. And reading the structure array by the main thread by utilizing a communication mode of sharing a memory among threads, and displaying the result on the electronic map according to the data state.
(2) During operation, the sub-thread triggers track drawing of the main thread through an information/slot mechanism of the QT, the two threads are operated in no fixed sequence, and the system automatically allocates the CPU usage according to the resource usage of each thread.
The operation method based on the software system of the distributed radar upper computer comprises the following steps:
step 1, setting coordinate information and detection information of each radar through a radar information setting module;
step 2, according to the set radar information, displaying the position and detection range of each radar on the electronic map through a radar information visualization module;
step 3, setting the address of multicast communication, then receiving the data of a track data packet through a track data receiving module, and transmitting the track data to a track data coordinate conversion module;
step 4, converting the polar coordinates of the track data obtained in the step 3 into longitude and latitude coordinates of the electronic map by using a track data coordinate conversion module, and transmitting the converted track data to a track data processing module;
step 5, performing track association on the track data obtained in the step 4 by using a track data processing module, fusing the associated track data and outputting the fused track data to a track data display module, and directly outputting the unassociated track data to the track data display module;
step 6, displaying the target track data obtained in the step 5 on an electronic map in real time according to longitude and latitude coordinates through a track data display module, and drawing a track of the target motion;
and 7, repeating the steps 2 to 6 to process the data of the next track data packet, and circularly acquiring the motion track of the target in real time until the software system stops running.
The invention reduces the error of target detection, improves the visualization degree of the radar and the target on the host computer, simultaneously meets the indexes of actual engineering requirements on the accuracy and the real-time performance of system software in the aspects of track data receiving, processing and displaying, and has higher practicability.
Claims (10)
1. The distributed radar upper computer software system based on the electronic map is characterized by comprising a radar information setting module, a radar information visualization module, a track data receiving module, a track data coordinate conversion module, a track data processing module, a track data display module and a multithreading processing frame module;
the radar information setting module is used for modifying the information of each radar and simultaneously carrying out local storage;
the radar information visualization module displays the position and the detection range of each radar on the electronic map according to each radar information set by the radar information setting module;
the track data receiving module is used for receiving track data of a plurality of radars and transmitting the track data to the track data coordinate conversion module;
the track data coordinate conversion module is used for converting the polar coordinates of the track data in the track data receiving module into longitude and latitude coordinates of the electronic map and transmitting the converted track data to the track data processing module;
the track data processing module is used for carrying out track association on the track data converted by the track data coordinate conversion module, fusing the associated track data and outputting the fused track data to the track data display module, and directly outputting the unassociated track data to the track data display module;
the track data display module is used for displaying the target track data processed by the track data processing module on an electronic map in real time according to longitude and latitude coordinates and drawing a track of target motion;
the multithread processing framework module is used for dividing the track data receiving module, the track data processing module and the track data display module into two threads for parallel processing, wherein the first two modules are in one thread, and the latter module is in the other thread.
2. The distributed radar upper computer software system based on the electronic map as claimed in claim 1, wherein the track association is performed on the track data converted by the track data coordinate conversion module, specifically: carrying out track association on the track data converted by the track data coordinate conversion module by using an independent sequential track association algorithm;
the fusion of the associated track data specifically comprises: and fusing the track data on the association by using a convex combination track fusion algorithm.
3. The electronic map-based distributed radar upper computer software system according to claim 1, wherein the track data receiving module comprises:
the local IP address acquisition module is used for acquiring the IP address of the computer where the upper computer is located;
the UDP multicast communication module is used for transmitting the multi-radar track data;
and the data analysis module is used for analyzing the binary data into corresponding track data.
4. The electronic map-based distributed radar upper computer software system according to claim 1, wherein the track data coordinate conversion module comprises:
the radian and angle conversion module is used for converting the angle information in the polar coordinates of the track data into radian information;
and the polar coordinate-to-longitude-latitude coordinate module is used for converting the polar coordinates of the track data into longitude and latitude coordinates of the electronic map.
5. The electronic map-based distributed radar upper computer software system according to claim 1, wherein the track data processing module comprises:
the matrix multiplication module is used for multiplying the error covariance matrix of the flight path data with the state matrix;
the matrix inversion module is used for carrying out inverse operation on the error covariance matrix and the state matrix of the track data;
the track data association module is used for carrying out track association on the track data among different radars;
the track correlation quality statistic module is used for judging whether the two correlated tracks are a fixed correlation pair or not; the fixed association pair is specifically that the number n of times of association of the two tracks is greater than or equal to a preset threshold value p;
and the track data fusion module is used for fusing the two track data of the fixed association pair to form a track.
6. The electronic map-based distributed radar upper computer software system according to claim 1, wherein the radar information setting module comprises:
the radar position information acquisition module is used for acquiring longitude and latitude coordinate information of a radar position on an online electronic map;
the radar detection information setting module is used for modifying the detection information of the radar; the modification comprises addition and deletion; the detection information comprises starting angle information, ending angle information and distance information;
and the radar information localization storage module is used for storing the set radar information to a local disk.
7. The electronic map-based distributed radar upper computer software system according to claim 1, wherein the radar information visualization module comprises:
the fan-shaped drawing module is used for drawing a corresponding fan shape on the electronic map according to the coordinate information, the distance information, the starting angle information and the ending angle information;
and the radar detection area drawing module is used for drawing a corresponding fan-shaped detection area on the electronic map according to the information set by the radar information setting module by using the timing function of the QT.
8. The electronic map-based distributed radar upper computer software system according to claim 1, wherein the track data display module comprises:
the trace-point drawing module is used for drawing the detected target at a corresponding position of the electronic map;
and the track drawing module is used for displaying the track of the detected target movement on the electronic map.
9. The electronic map-based distributed radar upper computer software system according to claim 1, wherein the multithread processing framework module comprises:
the sub-thread module is used for receiving and processing flight path data in real time;
and the main thread module is used for starting the sub-threads and displaying the processed track data in real time.
10. The operation method of the distributed radar upper computer software system based on claim 1 is characterized by comprising the following steps:
step 1, setting coordinate information and detection information of each radar through a radar information setting module;
step 2, according to the set radar information, displaying the position and detection range of each radar on the electronic map through a radar information visualization module;
step 3, setting the address of multicast communication, then receiving the data of a track data packet through a track data receiving module, and transmitting the track data to a track data coordinate conversion module;
step 4, converting the polar coordinates of the track data obtained in the step 3 into longitude and latitude coordinates of the electronic map by using a track data coordinate conversion module, and transmitting the converted track data to a track data processing module;
step 5, performing track association on the track data obtained in the step 4 by using a track data processing module, fusing the associated track data and outputting the fused track data to a track data display module, and directly outputting the unassociated track data to the track data display module;
step 6, displaying the target track data obtained in the step 5 on an electronic map in real time according to longitude and latitude coordinates through a track data display module, and drawing a track of the target motion;
and 7, repeating the steps 2 to 6 to process the data of the next track data packet, and circularly acquiring the motion track of the target in real time until the software system stops running.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811579733.XA CN109709538B (en) | 2018-12-24 | 2018-12-24 | Distributed radar upper computer software system based on electronic map and operation method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811579733.XA CN109709538B (en) | 2018-12-24 | 2018-12-24 | Distributed radar upper computer software system based on electronic map and operation method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN109709538A true CN109709538A (en) | 2019-05-03 |
CN109709538B CN109709538B (en) | 2023-07-25 |
Family
ID=66257278
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201811579733.XA Active CN109709538B (en) | 2018-12-24 | 2018-12-24 | Distributed radar upper computer software system based on electronic map and operation method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN109709538B (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110187314A (en) * | 2019-06-05 | 2019-08-30 | 北京无线电测量研究所 | Radar primary information display methods and system |
CN111123259A (en) * | 2019-12-27 | 2020-05-08 | 南京理工大学 | Radar signal processing and track processing system and method based on multi-core DSP |
CN112363167A (en) * | 2020-11-02 | 2021-02-12 | 重庆邮电大学 | Extended target tracking method based on fusion of millimeter wave radar and monocular camera |
CN112906214A (en) * | 2021-02-05 | 2021-06-04 | 四川九洲防控科技有限责任公司 | Radar system software architecture, data processing method, storage medium and electronic device |
CN113835082A (en) * | 2021-11-26 | 2021-12-24 | 中国电子科技集团公司信息科学研究院 | Method and device for distributed radar track association |
CN117872298A (en) * | 2024-03-13 | 2024-04-12 | 西安电子科技大学 | Upper computer system of radar system based on Qt and control method |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005221479A (en) * | 2004-02-09 | 2005-08-18 | Japan Radio Co Ltd | Track display data generation device |
JP2008139166A (en) * | 2006-12-01 | 2008-06-19 | Mitsubishi Electric Corp | Network radar system, radar, and central control device |
CA3157660A1 (en) * | 2011-09-09 | 2013-03-14 | Accipiter Radar Technologies, Inc. | Device and method for 3d sampling with avian radar |
CN104933900A (en) * | 2015-06-26 | 2015-09-23 | 中国人民解放军63898部队 | Display control method and system for secondary radar command post system |
CN105137397A (en) * | 2015-08-06 | 2015-12-09 | 中国电子科技集团公司第三十八研究所 | Navigation radar echo high resolution display equipment, device and method |
CN105572664A (en) * | 2015-12-31 | 2016-05-11 | 上海广电通信技术有限公司 | Networking navigation radar target tracking system based on data fusion |
CN105654133A (en) * | 2015-12-31 | 2016-06-08 | 中船重工(昆明)灵湖科技发展有限公司 | Multi-source data-based ship trajectory fusion system and realization method thereof |
CN108470491A (en) * | 2017-02-23 | 2018-08-31 | 中国人民解放军63891部队 | Radar detection aircraft color demonstration method |
CN108535723A (en) * | 2018-04-16 | 2018-09-14 | 成都雷通科技有限公司 | Unmanned plane surveillance radar system |
-
2018
- 2018-12-24 CN CN201811579733.XA patent/CN109709538B/en active Active
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005221479A (en) * | 2004-02-09 | 2005-08-18 | Japan Radio Co Ltd | Track display data generation device |
JP2008139166A (en) * | 2006-12-01 | 2008-06-19 | Mitsubishi Electric Corp | Network radar system, radar, and central control device |
CA3157660A1 (en) * | 2011-09-09 | 2013-03-14 | Accipiter Radar Technologies, Inc. | Device and method for 3d sampling with avian radar |
CN104933900A (en) * | 2015-06-26 | 2015-09-23 | 中国人民解放军63898部队 | Display control method and system for secondary radar command post system |
CN105137397A (en) * | 2015-08-06 | 2015-12-09 | 中国电子科技集团公司第三十八研究所 | Navigation radar echo high resolution display equipment, device and method |
CN105572664A (en) * | 2015-12-31 | 2016-05-11 | 上海广电通信技术有限公司 | Networking navigation radar target tracking system based on data fusion |
CN105654133A (en) * | 2015-12-31 | 2016-06-08 | 中船重工(昆明)灵湖科技发展有限公司 | Multi-source data-based ship trajectory fusion system and realization method thereof |
CN108470491A (en) * | 2017-02-23 | 2018-08-31 | 中国人民解放军63891部队 | Radar detection aircraft color demonstration method |
CN108535723A (en) * | 2018-04-16 | 2018-09-14 | 成都雷通科技有限公司 | Unmanned plane surveillance radar system |
Non-Patent Citations (3)
Title |
---|
曹晨 等: "《机载远程红外预警雷达系统》", 31 December 2017, 国防工业出版社 * |
陈亮 等: "多线程在场面监视雷达显控程序开发中的应用", 《科技信息》 * |
陈金广: "《目标跟踪系统中的滤波方法》", 31 August 2013, 西安电子科技大学出版社 * |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110187314A (en) * | 2019-06-05 | 2019-08-30 | 北京无线电测量研究所 | Radar primary information display methods and system |
CN110187314B (en) * | 2019-06-05 | 2021-07-23 | 北京无线电测量研究所 | Radar primary information display method and system |
CN111123259A (en) * | 2019-12-27 | 2020-05-08 | 南京理工大学 | Radar signal processing and track processing system and method based on multi-core DSP |
CN112363167A (en) * | 2020-11-02 | 2021-02-12 | 重庆邮电大学 | Extended target tracking method based on fusion of millimeter wave radar and monocular camera |
CN112906214A (en) * | 2021-02-05 | 2021-06-04 | 四川九洲防控科技有限责任公司 | Radar system software architecture, data processing method, storage medium and electronic device |
CN113835082A (en) * | 2021-11-26 | 2021-12-24 | 中国电子科技集团公司信息科学研究院 | Method and device for distributed radar track association |
CN113835082B (en) * | 2021-11-26 | 2022-03-11 | 中国电子科技集团公司信息科学研究院 | Method and device for distributed radar track association |
CN117872298A (en) * | 2024-03-13 | 2024-04-12 | 西安电子科技大学 | Upper computer system of radar system based on Qt and control method |
CN117872298B (en) * | 2024-03-13 | 2024-06-11 | 西安电子科技大学 | Upper computer system of radar system based on Qt and control method |
Also Published As
Publication number | Publication date |
---|---|
CN109709538B (en) | 2023-07-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109709538B (en) | Distributed radar upper computer software system based on electronic map and operation method | |
CN110163903B (en) | Three-dimensional image acquisition and image positioning method, device, equipment and storage medium | |
WO2021036699A1 (en) | Video frame information labeling method, device and apparatus, and storage medium | |
US11090561B2 (en) | Aligning location for a shared augmented reality experience | |
CN106250938B (en) | Target tracking method, augmented reality method and device thereof | |
CN109934892B (en) | Inertial navigation motion trajectory drawing method and device and computer equipment | |
US11816915B2 (en) | Human body three-dimensional key point detection method, model training method and related devices | |
US20180049002A1 (en) | Method, server and terminal for information interaction | |
CN113840637A (en) | Shared augmented reality games within a shared coordinate space | |
CN112732975A (en) | Object tracking method and device, electronic equipment and system | |
CN112149741A (en) | Training method and device of image recognition model, electronic equipment and storage medium | |
KR20220013947A (en) | Method and apparatus for continuous integration testing | |
Zhao et al. | Trine: Cloud-edge-device cooperated real-time video analysis for household applications | |
Ma et al. | Research on the application of visual SLAM in embedded GPU | |
CN111327876A (en) | Target tracking display method and device, electronic equipment and machine-readable storage medium | |
CN114186007A (en) | High-precision map generation method and device, electronic equipment and storage medium | |
CN113409883B (en) | Information prediction and information prediction model training method, device, equipment and medium | |
CN115410173A (en) | Multi-mode fused high-precision map element identification method, device, equipment and medium | |
CN110415293B (en) | Interactive processing method, device, system and computer equipment | |
JP2023055615A (en) | Event information extraction from game log using natural language process | |
CN111767990A (en) | Neural network processing method and device | |
CN112017304A (en) | Method, apparatus, electronic device, and medium for presenting augmented reality data | |
Embarak et al. | Intelligent image detection system based on internet of things and cloud computing | |
US11662896B2 (en) | Method of content presentation, electronic device and storage medium | |
CN110474905B (en) | Entity identification method and device, electronic equipment and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |