2023 No. 12

Publish Date:2023-12-06
ISSN:0258-7998
CN:11-2305/TN
Prev

Special Column-High Performance Computing

Optimization of molecular dynamics simulation algorithm for two-dimensional material on Sunway

DOI:10.16157/j.issn.0258-7998.233897

Author:Gao Ping1,2,Duan Xiaohui2,3,Liu Weiguo2,3,Guo Jiaxu2,Liu Jia1,Wan Wubing1,2, Gan Lin1,2,Yang Guangwen1,2

Author Affilications:1.Department of Computer Science and Technology, Tsinghua University, Beijing 100084, China; 2.National Supercomputing Center in Wuxi, Wuxi 214072, China;3. School of Software, Shandong University, Jinan 250101, China;4.College of Computer Science and Technology, Jilin University, Changchun 130012, China

Abstract:Molecular dynamics (MD) simulation is an important tool to explore the microcosmic world, which is widely used in many fields. Two-dimensional materials is an important research direction of MD in the field of materials science, in which the calculation of interlayer interactions is the most time-consuming part. High performance computing is a key technology to improve the simulation efficiency of two-dimensional materials. In this work, the powerful computing power of a new generation of Sunway supercomputer is utilized to improve the MD simulation efficiency of two-dimensional materials. For the interlayer force field, multiple algorithm optimization strategies such as eliminating redundant calculation, multi-core fusion and setting buffer are adopted. It implements thread-level parallelism by software Cache accumulation force, communication between computation processing elements accumulation energy and C++ feature. The hardware and software Cache coordination policy is adopted to improve storage access efficiency. The experimental results show that the overall performance is improved by 155 times, the simulation efficiency is about 2 ns/day, and the weak extension parallel efficiency reaches 92.7%.
Key word:
molecular dynamics
high performance computing
LAMMPS
two-dimensional materials
Sunway

ADsim: high performance parallel simulation platform for autonomous driving

DOI:10.16157/j.issn.0258-7998.234111

Author:Su Jingfa1,Zhou Wei2,Gao Libin1,Jiang Jinhu1

Author Affilications:1.Institute of Big Data, Fudan University, Shanghai 200082, China; 2.National Parallel Engineering Technology Center, Beijing 100080, China

Abstract:The autonomous driving simulation platform is an effective means to solve the problems of long actual vehicle testing time, high cost, and difficulty in reproducing extreme scenarios in autonomous driving. With the introduction of large-scale cloud computing and high-performance heterogeneous computing, the simulation platform faces the challenges of efficient virtualization, balanced scheduling, and convenient end cloud interaction. Therefore, this article designs a parallel system architecture that supports lightweight virtualization, and integrates fine-grained resource balancing scheduling and low latency remote interaction methods. It constructs an ADsim high-performance parallel simulation platform, which has been tested and verified to have high performance and convenient interaction characteristics.
Key word:
automatic driving
simulation
high performance
parallel

Performance optimization of sparse deep neural network based on GPU

DOI:10.16157/j.issn.0258-7998.234036

Author:Shi Yucheng,Huang Jianqiang,Bian Haodong,Wu Li,Jia Jinfang,Wang Xiaoying

Author Affilications:Department of Computer Technology and Application,Qinghai University,Xining 810016,China

Abstract:With the deepening of neural network layers, the sparse deep neural network has more advantages in computing and storage space, but the performance of the sparse deep neural network still needs to be optimized. Therefore, a performance optimization method based on GPU sparse deep neural network is proposed, which adjusts the order of computation, enhances the reusability of data, and combines the unique structure of GPU with CUDA programming method, performance is further improved by prefetching and other methods. According to GraphChallenge's official data set, it achieved up to 2.5 times the performance acceleration compared to the related cuSPARSE library functions.
Key word:
deep neural network
sparsification
heterogeneous platform
sparse matrix-matrix multiplication

An FPGA-based implementation of CNN hardware accelerator

DOI:10.16157/j.issn.0258-7998.234372

Author:Qiu Zhenbo

Author Affilications:College of Photoelectric Engineering, Chongqing University of Posts and Telecommunications, Chongqing 400065, China

Abstract:This paper proposes a general CNN hardware accelerator design scheme based on FPGA. For the most computationally intensive convolutional layer, three acceleration modes are adopted: input channel parallelism, intra-core parallelism, and output channel parallelism, and the corresponding parallelism degree is reasonably set according to the on-chip resources of FPGA. In terms of data loading, adjacent data bit width combined transmission is adopted, which effectively improves the actual transmission bandwidth of the accelerator. Based on the idea of row-based data flow loading, the input cache module is designed. The cache module only needs to cache two rows of data to start the convolution operation, effectively advancing the start time of the convolution operation. Between the data input, data operation, and data output modules, the pipeline cycle optimization method is used to greatly improve the computing performance of the hardware. Finally, the accelerator is applied to VGG16 and Darknet-19 networks, and experiments show that the computing performance reaches 34.30 GOPS and 33.68 GOPS, respectively, and the DSP computing efficiency is as high as 79.45% and 78.01%.
Key word:
convolutional neural network acceleration
FPGA
row data loading
module division
pipeline structure

Design of multi type convolution accelerator for image semantic segmentation

DOI:10.16157/j.issn.0258-7998.234591

Author:Shi Xingqiang,Qiang Xiaoyan,Gong Kai,Xing Mengfei

Author Affilications:No.58 Research Institute of China Electronics Technology Group Corporation, Wuxi 214035, China

Abstract:In order to improve accuracy, image semantic segmentation networks often use complex convolutional layers as the basic feature extraction units. The different types of convolutions present in these convolutional layers increase the difficulty of parallel acceleration computation for the network. A parallel computing accelerator based on FPGA for multi type convolutions is proposed to meet the accelerated computing requirements of different types of convolutions in semantic segmentation networks. Firstly, the calculation principle of convolution is analyzed. Then, based on the basic operation principles of different convolution types, a processing unit for multi multiplication parallel computing is constructed. The convolution is accelerated through multi processing unit parallelism, data reuse, and PIPELINE method. The experimental results show that for specific size feature maps, using the proposed convolutional accelerator design method can achieve a maximum speed increase of 113 times.
Key word:
image semantic segmentation
multi type convolutions
FPGA
computational acceleration

Design of coal mine production monitoring data collection system based on microservice architecture

DOI:DOI: 10.16157/j.issn.0258-7998.234698

Author:Wang Lei1,Huang Qing2,3,Shang Weidong1,Chang Yanhui1,Zhang Xiaoxia2,3

Author Affilications:1.Shanxi Tiandi Wangpo Coal Mining Co..Ltd.,Jincheng048016,China;2.Research Institute of Mine Big Data, Chinese Institute of Coal Science, Beijing100000, China;3.Tiandi Science and Technology Co., Ltd., Beijing100000, China

Abstract:Aiming at the problems existing in the current coal mine monitoring data acquisition system, such as inconsistent data coding standards, poor single system operation reliability, data visualization tools that do not support the Web mode and the host cannot be switched intelligently, based on the industrial internet platform technology system, the front and rear end separation and Restful API interface access technologies are used to integrate Internet open source reports and other components, Research and design a microservices oriented coal mine production monitoring data acquisition system, introduce the existing problems of the current coal mine monitoring data acquisition system, complete the architecture design of the microservices oriented coal mine monitoring data acquisition system, and specifically elaborate the key technologies such as data unified standardization, single channel acquisition microservices processing, data service status monitoring and data and information visualization components. The coal mine production monitoring data acquisition system has been verified in Shanxi Tiandi Wangpo Coal Mine. The application results show that the data model is designed according to the unified standard specifications, and the coal mine production monitoring data acquisition and monitoring are realized through the deployment and operation of data acquisition, data service, visualization and other application microservices, which provides important data support and basic support for other applications in the coal mine. At the same time, the operation mode of microservices improves the operation and maintenance efficiency of coal mine system maintenance personnel.
Key word:
micro service
industrial internet platform
single system
Restful API
front and rear end separation

Special Column-Key Technologies of 5G and Its Evolution

3GPP protocol based beam tracking scheme design for millimeter wave communications

DOI:10.16157/j.issn.0258-7998.223538

Author:Zhang Qi,Bai Xiaoyu

Author Affilications:Purple Mountain Laboratories, Nanjing 211111, China

Abstract: Beam tracking is one of key technologies of millimeter wave communication systems for maintaining a stable radio link. Based on the downlink beam management procedure P1,P2,P3 and uplink beam management procedure U1,U2,U3 specified in 3GPP (3rd Generation Partnership Project) protocols, this paper analyzes and compares the resource occupation rate and beam failure probability of different beam tracking schemes. Analysis and simulation results show that the P2+P3 scheme is optimal in the sense of average resource occupation rate as the downlink resource is usually abundant in general, whereas, in the sense of beam failure probability, the U2+P3 scheme is optimal since it is free of power information feedback. In practice, an appropriate beam tracking scheme can be chosen according to the special communication requirements.
Key word:
millimeter wave
beam tracking
resource occupation rate
beam tracking probability

Implementation and architecture analysis of ZUC-256 algorithm based on FPGA

DOI:10.16157/j.issn.0258-7998.234186

Author:Jia Xuguang1,Xu Song2,Bai Haitong3,Deng Chao1

Author Affilications:1.National Computer System Engineering Research Institute of China, Beijing 100083, China; 2.Intelligence Technology of CEC Co.,Ltd., Beijing 102209, China;3.PLA Army, Beijing 100044, China

Abstract:The ZUC-256 algorithm architecture is analyzed,and a couple of implementation architectures suitable for FPGA are proposed for the multiple-input modulo 231-1 adder. By analyzing the critical path, various optimization schemes such as full hardware and hardware-software codesign are proposed, which can be applied to different application scenarios. Taking Zynq-7000 FPGA for example, the performance differences of each scheme are compared in detail. It has been verified that the proposed scheme can be applied to both ZUC-128 and ZUC-256 algorithms, and can be widely used in 4G LTE and 5G-NR mobile communication.
Key word:
ZUC-256
FPGA
5G
CSA

Key technologies for the 6G core network with ISAC

DOI:10.16157/j.issn.0258-7998.234636

Author:Wang Quan1, Xing Yanxia2, Fan Wanpeng1, Wang Weibin1, Zhou Jianfeng1, Li Pengyu2

Author Affilications:1. ZTE Corporation, Nanjing 410012, China; 2. China Telecom Corporation Limited Research Institute, Beijing 102209, China

Abstract:Integrated sensing and communication (ISAC) is one of the key research directions of the 6G network. At present, the industry focuses on the implementation of the sensing of base stations and terminals. How to enhance the architecture of the 6G core network to support the sensing function, how to distribute the sensing function in the 6G core network, and how to open and release the sensing result to third parties are still in the early research stage. This paper proposes a key technical implementation solution of the ISAC in the 6G core network, including the distribution of the sensing functions in the 6G core network. The 5G service based architecture(SBA) is enhanced, and a dual-bus solution is added. The original sensing data is transmitted by using a data channel interface (DCI) . Sensing measurement data or sensing results are transmitted through the service-based interface (SBI). And the implementation methods of the end-to-end sensing flow and exposure are proposed.
Key word:
sensing
ISAC
6G
network architecture
network functions
exposure

Analysis of 5G LAN solutions for 5G 2B services

DOI:10.16157/j.issn.0258-7998.223455

Author:Wang Feifei,Sun Ying,Cao Yaping

Author Affilications:China Telecom Corporation Limited Research Institue, Beijing 102209, China

Abstract: Compared with 4G networks, 5G networks have significant advantages in bandwidth, delay, security, reliability and other network performance. With the popularization of 5G industry application, the enhancement of 5G network capability is becoming more and more important for network service capacity expansion and business differentiation guarantee. In particular, 5G LAN research initiated by 3GPP has helped promote the combination of 5G network and industry application. This paper has in-depth analysis of 5G LAN technology solutions for 5G 2B business. It includes comparison of application scenarios, key technologies and application schemes in 5G 2B business. Finally, implementation suggestions are given based on differentiated industrial application requirements.
Key word:
5G
5G LAN
UPF

Research on mobile base station infrastructure planning method for dual carbon goals

DOI:10.16157/j.issn.0258-7998.233826

Author:Bai Bo,Liu Shun,Dong Peng,Hu Jian

Author Affilications:China Mobile Communications Group Design Institute Co., Ltd. Heilongjiang Branch, Harbin 150000,China

Abstract:At this stage, there is a lack of active planning of communication base station infrastructure, and there are multiple sets of superimposed facilities. The power supply, backup power and space are not matched, the operation lacks refined management, the ineffective energy consumption is high, and the system operation efficiency is low.O&M has not yet achieved intelligent O&M, which is inefficient and costly, and lacks the management and evaluation of the whole life cycle of equipment. Facing the vision and goal of carbon peak and carbon neutrality, this paper studies the whole scenario and life cycle logical integrated planning method for the overall planning of the "low-carbon" target network, and builds a low-carbon planning method for the whole scenario and life cycle around the base station and computer room, and continuously evolves to the goal of green and low-carbon infrastructure, so as to provide strong support for the continuous reduction of comprehensive energy consumption and the comprehensive green and low-carbon transformation and development of the economy and society.
Key word:
carbon neutrality
carbon peaking
base station
planning

Research on key quality indicators system for 5G industrial applications

DOI:10.16157/j.issn.0258-7998.234405

Author:Han Dantao,Zhao Yanling,Liu Dan,Zheng Qiuping

Author Affilications:Instrumentation Technology & Economy Institute, Beijing 100055, China

Abstract:At present, 5G has widely used in industrial Internet, but not formed a large-scale application in the industrial field.For the quality assurance requirements of 5G in industrial applications, such as performance, functionality, service, analyzing the application requirements of 5G in different typical industrial scenarios, a quality indicator system for 5G industrial applications is constructed in three dimensions: physical parameters, network capabilities, and business requirements. Industrial users, 5G operators, and integrators can be reached a consensus on quality indicators in industrial applications. The quality indicator system is important to guide the construction and application of 5G in the industrial field, and promote the depth development of 5G industrial applications.
Key word:
5G
industrial Internet
industrial scenarios
quality indicator system

Transmission reliability performance evaluation of 5G URLLC

DOI:10.16157/j.issn.0258-7998.234611

Author:Chen Feng1,Tan Jin2,Wang Jie2,Ma Xiaodong2

Author Affilications:1.Chinese People's Liberation Army 63896 Unit, Luoyang 471000, China; 2.The 6th Research Institute of China Electronics Corporation, Beijing 100083, China

Abstract:Ultra-reliable and low-latency communications (URLLC) is one of the three application scenarios of 5G. It has the characteristics of high reliability and low delay. Modeling and evaluation for this scenario is significant for the design, planning and service application of communication systems. This paper focuses on the reliability evaluation for URLLC. By evaluating the impact of retransmission times, transceiver antenna configuration, and codebook selection on transmission reliability and parameter optimization, it is proved that the reliability requirements of URLLC scenarios can be met through reasonable configuration of the above parameters. The simulation results and conclusions in this paper can also provide reference and parameter configuration experience for the practical application and deployment of URLLC.
Key word:
URLLC
error rate
reliability evaluation

Review and Comment

Development and challenges of wearable flexible continuous glucose monitoring technology

DOI:10.16157/j.issn.0258-7998.234174

Author:Liu Yuxuan,Cao Chao

Author Affilications:College of Microelectronics, Shandong University, Jinan 250101, China

Abstract:The diabetic patient group urgently pursues a high-quality life which can accurately control blood glucose, and urgently needs blood glucose monitoring technology with high precision and comfortableness. However, the traditional finger blood method can only achieve a single invasive blood glucose monitoring, which can no longer meet the demand. As an important development direction of next-generation for blood continuous glucose monitoring (CGM) technology, wearable flexible blood glucose sensor shows great potential application prospects in diabetes management, and is hot research topic. This paper reviews the research progress of wearable flexible and CGM technologies in recent years, discusses the challenges and possible breakthroughs of the wearable flexible CGM technologies, and finally prospects the trend of wearable flexible blood glucose sensor commercialization.
Key word:
diabetes
blood glucose monitoring
glucose sensor
wearable technology
flexible sensor

Microelectronic Technology

Design and implementation of DMA high-speed transmission system based on PCIe

DOI:10.16157/j.issn.0258-7998.233808

Author:Liu Jianing,Shan Wei,Liu Jinpeng

Author Affilications:China Electronics Technology Group Corporation 58th Research Institute, Wuxi 214035, China

Abstract:According to the issue of limited and low-effective peripheral bandwidth in transmission system, this paper designs a DMA high-speed transmission system based on PCIe. Taking FPGA as control unit, the transaction layer protocol of full duplex DMA read and write channels is realized with the time-sharing control method which combined PIO and DMA. Then PIO receives the instructions and translates real-time status information, DMA controller takes charge of the transfer size with a two-section-slice clipping mechanism, transmit engine arbitrates all of the requests according to the priority logic, receive engine performs real-time management of completion packet by caching the TAG label, and solves out-of-order problem. At last, the transmission speed is tasted by means of clock counter, and the restriction factors affecting read/write transmission speed are analyzed. By the practical verification, the effective bandwidth of DMA write has reached 75%, which is very close to the theoretical limit of 80%, and DMA read effective bandwidth has also reached 60%. The design solved the problem of bandwidth limitation in high-speed transmission system, and affords certain engineering application value.
Key word:
PCIe bus
DMA
two-section slice
request arbitration
out-of-order

Method of image sequence registration for wafer level chip scale packaging based on FPGA

DOI:10.16157/j.issn.0258-7998.234273

Author:Fang Junjie,Wu Zeyi,Huang Yuxiao,Ren Qingsong,Wang Geng

Author Affilications:School of Software, Shanghai Jiao Tong University, Shanghai 200240, China

Abstract:The Wafer Level Chip Scale Packaging (WLCSP) of chips on 12-inch wafers without dicing poses significant technological challenges for automatic optical inspection (AOI) in terms of high-quality imaging and imaging speed. To achieve high-quality and high-speed registration of the image sequence, a local image sequence generated by multiple scans needs to be stitched together to form a global image of the wafer. To this end, a phase correlation method based on the four-neighborhood checkerboard registration is implemented using OpenCL in an FPGA to address the challenge. Initially, a two-dimensional Fast Fourier Transform (FFT) and cross-power spectrum function kernel are constructed. Then, dual-port and row-buffered device global memory are employed to reuse the computed spectral data and to apply kernel channel cascading to enhance the registration speed. Finally, the registration result is optimized using a minimum spanning tree algorithm to reduce the cumulative error of global image coordinate calculation. The proposed registration algorithm and its accelerated performance are verified using actual scanned images.
Key word:
wafer level chip scale package
image registration
FPGA
OpenCL

Measurement Control Technology and Instruments

DDR3 user interface solution based on UltraScale architecture FPGA

DOI:10.16157/j.issn.0258-7998.234079

Author:Wen Feng,Li Qingshuang,Li Huijing

Author Affilications:State Key Laboratory of Electronic Testing Technology,North University of China,Taiyuan 030051,China

Abstract:In order to meet the needs of real-time and high-speed data acquisition cache in the field of high-speed transmission system combined with Xilinx′s XCKU060 based on Ultrascale architecture, on the basis of understanding the definitions and characteristics of the node corresponding to FPGA and DDR3, this design allocates all the pins that connect them properly, and make them run successfully on IP cores. For the convenience of users in the use of software, based on the above, read-write FIFO and read-write logic control modules are introduced to the controller interface, optimizing its interface encap sulation.The read-write process is tested in VIVADO software. The method can meet the high speed, large capacity, real-time data read-write requirements, and take advantage of the flexibility of DDR3 storage.
Key word:
XCKU060
DDR3 SDRAM
read-write scheme optimization
IP core application
FPGA pin assignment
data acquisition and storage

Design of intelligent vehicle navigation system based on visible light positioning technology

DOI:10.16157/j.issn.0258-7998.234000

Author:Peng Jiankun1,Bao Juntao1,Hu Shenyang1,Lin Zuojun1,Yu Zihan1,Xiao Chunxian1,2

Author Affilications:1.College of Electric Information and Optical Engineering, Nankai University, Tianjin 300350, China; 2.Tianjin Key Laboratory of Optoelectronic Sensors and Sensor Network Technology, Tianjin 300350, China

Abstract:This paper proposes an intelligent car navigation solution based on indoor visible light positioning technology. In terms of visible light positioning, spatial coordinates with errors below 12 cm can be obtained through fast Fourier transform (FFT), least squares method and Tolay iteration algorithm. As for intelligent car navigation, the A* algorithm is adopted, and the current spatial coordinates are obtained through visible light positioning to correct the navigation route of the intelligent car, achieving navigation accuracy of below 15 cm for more precise navigation.
Key word:
visible light positioning
SCM
FFT
navigation

Communication and Network

Development of Modbus TCP-MQTT protocol transfer gateway based on single pair Ethernet

DOI:10.16157/j.issn.0258-7998.234341

Author:Ma Tao,Yu Huiqun,Peng Daogang,Sun Haoyi

Author Affilications:School of Automation Engineering,Shanghai University of Electric Power,Shanghai 200090,China

Abstract:With the development of the industrial Internet, single pair Ethernet is widely used in the field of industrial IoT and intelligent manufacturing with its data transmission and remote power supply capabilities, efficient use of space and cost savings. The single pair Ethernet protocol conversion gateway designed in this paper converts the single pair Ethernet Modbus TCP protocol to MQTT protocol, and sends the data to Ali Cloud Internet of Things platform. This paper first introduces the hardware and software architecture of the single pair Ethernet protocol conversion gateway system, and then verifies its feasibility by setting up the experimental environment and deploying the EdgeX Foundry platform. The test results show that the hardware of the single pair Ethernet gateway designed in this paper can carry out data transmission, the single pair Ethernet network port can reach the theoretical transmission rate under different bandwidth and length conditions, and the software of the single pair Ethernet gateway can receive Modbus TCP data normally and realize MQTT communication.
Key word:
single pair Ethernet
gateway
protocol conversion

A novel blind detection algorithm for successive interference cancellation in NOMA system based on wavelet cluster

DOI:10.16157/j.issn.0258-7998.234105

Author:Liu Jia1,2,Zhang Hao1,Wang Bo1

Author Affilications:1.School of Information and Communication Engineering, Guilin University of Electronic Technology, Guilin 541004, China; 2.Samsung Research China-Beijing (SRC-B), Beijing 100028,China

Abstract:In NOMA downlink multi user transmission scenario, the base station transmits a data packet by multi-user superposition to a destination in the frequency domain. In this system, successive interference cancellation (SIC) receiver is used to eliminate the co-channel interference for each user. Before demodulation and SIC, a blind detection for multi user parameter is required to reduce the signaling overhead of the NOMA system. By utilizing the shape features of constellation map, a blind detection algorithm for multi parameters based on wavelet clustering is proposed, which utilizes the grid-based method in clustering. The simulation results show that the proposed algorithm achieves higher detection performance than the max-log likelihood estimation (MLLE) algorithm under the approximate computation complexity.
Key word:
NOMA
blind detection
wavelet cluster
grid-based method

Computer Technology and Its Applications

Development of a dynamics-based adaptive multi-segment look-ahead real-time velocity planning algorithm

DOI:10.16157/j.issn.0258-7998.234117

Author:Xie Hanjun1,Wang Lin2,Wang Qinruo1

Author Affilications:1.School of Automation, Guangdong University of Technology, Guangzhou 510000, China; 2.Guogongxin (Cangzhou) Robot Co., Ltd., Cangzhou 061000, China

Abstract:A real-time velocity planning algorithm is proposed to improve the processing accuracy and efficiency of small line segments. The algorithm consists of two parts: a dynamics-based preliminary planning algorithm is proposed to optimize the actual acceleration of short line segments and improve the smoothness of motion, addressing the jitter problem of rigid-flexible coupling and heavy-load platforms in numerical control (NC) motion; a dynamics-based adaptive multi-segment look-ahead velocity planning algorithm is proposed to enhance processing efficiency for small straight lines/arcs, addressing the inefficiency issue of the single-segment look-ahead algorithm. The algorithm was tested on a PC-based real-time controller and a gantry dual-drive XY laser cutting platform and was compared with the adaptive feed-rate algorithm and single-segment look-ahead algorithm. The results show that the proposed algorithm improves both processing quality and efficiency. Additionally, the algorithm is simple and effective, and thus suitable for high real-time application environments.
Key word:
CNC system
velocity planning
dynamics
look-ahead algorithm
gantry dual-drive

The design on the remote browsing system based on UDP and FTP protocol

DOI:10.16157/j.issn.0258-7998.234108

Author:Jing Junfeng,Kuai Liang,Fang Zhiqi,Liu Kai,Jin Shuyun

Author Affilications:The 6th Research Institute of China Electronics Corporation, Beijing 100083, China

Abstract:The SCADA system is often located on the control room, which is operated by the specialist operators. It will brings more convenience in the management and decision making for the administrators, if they could monitor the running diagram and the data chart of the unit in their office. In this paper, a design way on the remote browsing system based on UDP and FTP protocol is studied. It describes the architecture, the software position and the module division of the system firstly, then describes the design of the overall flow, the data interaction technology between the processes, the file download system and the shared memory in the client. The system could pick up accurate information conveniently by the simple way and has been widely applied to the multiple fields of the industrial control.
Key word:
SCADA
UDP
FTP
Tag
process
share memory

RF and Microwave

Design of X-band frequency source based on harmonic mixing

DOI:10.16157/j.issn.0258-7998.223650

Author:Li Shihao,Jiang Runqiu,Mo Shibo

Author Affilications:Chengdu Tianao Measurement and Control Technology Co.,Ltd., Chengdu 611731, China

Abstract:In order to realize a high resolution, low phase noise, high spurious rejection, small size and low cost X-band frequency source, and to solve the problems of low frequency resolution of traditional phase-locked loop frequency synthesis and low output frequency of direct digital frequency synthesis, an X-band frequency source design method based on harmonic mixing and small-step phase-locked loop to improve phase noise and frequency resolution is proposed. This method adopts the architecture of harmonic mixing to output coarse step RF signal and HMC830LP6GE phase-locked loop to output fine step mixing loop, reducing the module's discrimination and fixing it to 1∶1.The results show that the X-band frequency source has an output frequency range of 8 GHz~12 GHz, an output power greater than 13 dB, a frequency step of 1 MHz, a spurious rejection better than 60 dBc, and a phase noise better than -115 dBc/Hz@10 kHz. The frequency source has the advantages of small hopping step, small size, low spurious and low phase noise, which can be applied to various applications requiring miniaturized, low phase noise and low spurious X-band frequency source.
Key word:
X-band
frequency source
harmonic mixing
phase noise
spurious suppression

Radar and Navigation

New angle tracking methodology with high precision

DOI:10.16157/j.issn.0258-7998.233876

Author:Zhang Fengshan1,Chen Tuo1,Chen Xiaoyan1,Jiang Yang2,Zeng Hao2

Author Affilications:1.Beijing Institute of Satellite Information Engineering, Beijing 100086, China; 2.School of Microelectronics and Communication Engineering, Chongqing University, Chongqing 400044, China

Abstract:In the angle tracking of radar, communication, TT&C and other fields, sum-difference amplitude-comparison monopulse angle measurement technology that based on phased array antenna is the main methodology. However, the following angle measurement errors exist. One is the estimation error of signal amplitude caused by low SNR. The other is the pattern distortion error caused by changing the beam pointing. In order to reduce these errors, the cyclic-shifted autocorrelation is proposed to estimate the signal amplitude, so that the in-band noise could be mitigated. In addition, the concentric ring arrays with structural symmetry is utilized to reduce the distortion of the pattern furtherly. The implementation steps and computational complexity analysis of the new algorithm is present. Simulation illustrates that new methodology can effectively improve the precision of angle estimation.
Key word:
angle tracking
cyclic-shifted autocorrelation
concentric ring arrays
amplitude estimation

Commercial Aerospace

Design and application of parallel model flight automated testing system for batch production satellite

DOI:10.16157/j.issn.0258-7998.234059

Author:Li Chang,Yi Jin,Yuan Jianfu,Ren Ying

Author Affilications:Chang Guang Satellite Technology Co., Ltd., Changchun 130000, China

Abstract:In order to meet the requirements of satellite mass production for testing work, an automated testing method is introduced for the time-consuming and heavy task of model flight testing. This article specifically introduces the basic architecture of model flight testing and elaborates on the model flight automated testing system, including four parts: automatic task injection, telemetry automatic interpretation, data automatic reception, and image automatic analysis. At present, the model flight automated testing system has been successfully applied to satellite testing work, achieving a leap from traditional manual testing of a single satellite to parallel automated testing of multiple satellites, thereby reducing labor costs, ensuring testing quality, and improving work efficiency.
Key word:
satellite test
batch production satellite
automated test
parallel test
model flight test

Design of satellite power distribution and thermal control unit based on TMS570

DOI:10.16157/j.issn.0258-7998.234215

Author:Shan Feng,Zou Jiwei,Liu Shufeng,Zhang Wei,Jia Xu

Author Affilications:Chang Guang Satellite Technology Co.,Ltd.,Changchun 130000,China

Abstract:In order to adapt to the rapid development trend of low cost, short cycle, and mass production in domestic commercial aerospace, and in response to the current situation of low integration of various systems on the satellite, a satellite power distribution and thermal control management unit is designed with the microcontroller TMS570 as the core. Each module of the system is integrated using an internal bus, and communicates with the central computer through CAN bus for data exchange, achieving functions such as on/off control of power distribution for each component on the satellite, temperature collection and heating bands control for the satellite, power status monitoring, SADA driving, and software updating in orbit. The system has been applied to multiple satellites in the "Jilin-1" constellation, the ground and in orbit test results show that it has the characteristics of low power consumption, low cost, standard interface, high integration, and strong scalability.
Key word:
TMS570
internal bus
power distribution
integrated design

Innovation and Application of Autonomous Computing System

Exploration and research on 3D graphics and image display technology based on PKS system

DOI:10.16157/j.issn.0258-7998.3669

Author:Li Liang1,2,Dang Lijun1,2,Shi Gesong2,Wang Jiang1,2,Li Suozai1

Author Affilications:1.China Electronics Corporation(Hainan)Joint Innovation Research Institute, Chengmai 571924, China; 2.China Software Information System Engineering Co., Ltd.,Beijing 102209,China

Abstract:High-performance 3D graphics and image computing is of great significance for the PKS system to expand the existing ecology and solve scientific, engineering and data analysis problems. This paper focuses on the exploration of 3D graphics and image display technology in the PKS system, and studies different 3D graphics display on the PKS system. The technical route is compared, and the performance of different 3D graphics application programming interfaces is compared on two mainstream GPU platforms. The experimental results aim to provide important support and reference for the development of 3D graphics and image display technology in the future PKS system.
Key word:
PKS system
OpenGL
Vulkan
3D graphics and image

Research on CockroachDB performance optimization based on PKS system

DOI:10.16157/j.issn.0258-7998.223670

Author:Li Bo1,2,Xie Xiaolong1,Cai Renfeng1,Li Liang1,2,Fang Lujie1,2

Author Affilications:1.China Electronics Corporation(Hainan)Joint Innovation Research Institute, Chengmai 571924, China; 2.China Software Information System Engineering Co., Ltd.,Beijing 102209,China

Abstract:Distributed database plays an important role in PKS system, its performance and stability are the key factors to improve the information technology application innovation industry. This paper focuses on the optimization research of CockroachDB based on PKS system, puts forward the performance improvement scheme of distributed database CockroachDB under PKS platform, and conducts a large number of comparative experiments on the proposed scheme. Experimental results show that the proposed scheme can improve the performance of the database significantly, the provide a solid foundation for domestic trusted computing and trusted storage.
Key word:
distributed database
optimization
PKS system
CockroachDB

High Performance Computering

Information Flow and Energy Flow in Industrial Digital Transformation

Special Antenna and Radio Frequency Front End

Radar Target Tracking Technology

Key Technologies of 5G-A and 6G

Key Technologies of 5G and Its Evolution

Key Technologies of 5G and Its Evolution

Processing and Application of Marine Target Characteristic Data

Smart Power

Antenna Technology and Its Applications

5G-Advanced and 6G

Smart Agriculture

5G Vertical Industry Application

Microelectronics in Medical and Healthcare

Key Technologies for 6G

Application of Edge Computing in IIoT

Deep Learning and Image Recognization

6G Microwave Millimeter-wave Technology

Radar Processing Technology and Evaluation

Space-Ground Integrated Technology

Industrial Ethernet Network

5G Vertical Industry Application

FPGA and Artificial Intelligence

Innovation and Application of PKS System

5G Network Construction and Optimization

RF and Microwave

Edge Computing

Network and Business Requirements for 6G

5G and Intelligent Transportation

5G R16 Core Network Evolution Technology

Satellite Nevigation Technology

5G R16 Evolution Technology

5G Wireless Network Evolution Technology

5G Network Planning Technology

5G Indoor Coverage Technology

5G MEC and Its Applications

5G Co-construction and Sharing Technology

Expert Forum

5G and Emergency Communication

5G Slicing Technology and Its Applications

Industrial Internet

5G Terminal Key Realization Technology

5G and Artificial Intelligence

5G and Internet of Vehicles

Terahertz Technology and Its Application

Signal and Information Processing

Artificial Intelligence

5G Communication

Internet of Things and the Industrial Big Data

Electronic Techniques of UAV System

Power Electronic Technology

Medical Electronics

Aerospace Electronic Technology

Robot and Industrial Automation

ADAS Technique and Its Implementation

Heterogeneous Computing

2016 IEEE International Conference on Integrated Circuits and Microsystems

ARINC859 Bus Technology

FC Network Technology

Measurement and Control Technology of Bus Network

GJB288A Bus

Key Techniques of 5G and Algorthm Implement

IEEE-1394 Bus

Signal Conditioning Technology of Sensors

AFDX Network Technology

Discrete Signal Processing

Energy-Efficient Computing

Motor control

2012 Altera Electronic Design Article Contest