Low Earth Orbit(LEO)multibeam satellites will be widely used in the next generation of satellite communication systems,whose inter-beam interference will inevitably limit the performance of the whole system.Nonlinear ...Low Earth Orbit(LEO)multibeam satellites will be widely used in the next generation of satellite communication systems,whose inter-beam interference will inevitably limit the performance of the whole system.Nonlinear precoding such as Tomlinson-Harashima precoding(THP)algorithm has been proved to be a promising technology to solve this problem,which has smaller noise amplification effect compared with linear precoding.However,the similarity of different user channels(defined as channel correlation)will degrade the performance of THP algorithm.In this paper,we qualitatively analyze the inter-beam interference in the whole process of LEO satellite over a specific coverage area,and the impact of channel correlation on Signal-to-Noise Ratio(SNR)of receivers when THP is applied.One user grouping algorithm is proposed based on the analysis of channel correlation,which could decrease the number of users with high channel correlation in each precoding group,thus improve the performance of THP.Furthermore,our algorithm is designed under the premise of co-frequency deployment and orthogonal frequency division multiplexing(OFDM),which leads to more users under severe inter-beam interference compared to the existing research on geostationary orbit satellites broadcasting systems.Simulation results show that the proposed user grouping algorithm possesses higher channel capacity and better bit error rate(BER)performance in high SNR conditions relative to existing works.展开更多
First-Input-First-Output (FIFO) buffers are extensively used in contemporary digital processors and System-on-Chips (SoC). There are synchronous FIFOs and asycnrhonous FIFOs. And different sized FIFOs should be implem...First-Input-First-Output (FIFO) buffers are extensively used in contemporary digital processors and System-on-Chips (SoC). There are synchronous FIFOs and asycnrhonous FIFOs. And different sized FIFOs should be implemented in different ways. FIFOs are used not only for the pipeline design within a processor, for the inter-processor communication networks, for example Network-on-Chips (NoCs), but also for the peripherals and the clock domain crossing at the whole SoC level. In this paper, we review the interface, the circuit implementation, and the various usages of FIFOs in various levels of the digital design. We can find that the usage of FIFOs could greatly facilitate the signal storage, signal decoupling, signal transfer, power domain separation and power domain crossing in digital systems. We hope that more attentions are paid to the usages of synchronous and asynchronous FIFOs and more sophististicated usages are discovered by the digital design communities.展开更多
Non-orthogonal multiple access(NOMA)is proved to be useful to satisfy the requirements of beyond 5th generation such as massive multi-user connection.Here we compare the performances of two NOMA schemes:low code rate ...Non-orthogonal multiple access(NOMA)is proved to be useful to satisfy the requirements of beyond 5th generation such as massive multi-user connection.Here we compare the performances of two NOMA schemes:low code rate spreading(LCRS)scheme and interleaver division multiple access(IDMA)scheme.It is found that LCRS is superior to IDMA when number of users is small due to coding gain achieved.While IDMA is preferred when number of users is high because repetition applied in IDMA can suppress multi-user interference effectively.And interleaver is important in IDMA for randomizing the interference.Also,this paper evaluates the impact of channel decoder.It is observed that Log-MAP decoder has much better performance than that of Max-Log-MAP when number of users is large.Thus,it is recommended to use Log-MAP decoder in NOMA in high user overloading case.We also compared the performance of NOMA by using different type of channel codes.We find that NOMA using specific convolutional code has a better performance than that of using specific LDPC code when number of users is high.展开更多
Thermal safety of modular charge which is fed into and retained in the chamber after gun fires consecutively is first investigated with cook-off method,A two-dimensional cook-off model of modular charge in gun chamber...Thermal safety of modular charge which is fed into and retained in the chamber after gun fires consecutively is first investigated with cook-off method,A two-dimensional cook-off model of modular charge in gun chamber is established and the cook-off process of modular charge in gun chamber is numerically simulated.Then the effects of module number and firing condition on charge thermal safety are evaluated by researching the cook-off response characteristics of modules.The results show that under conditions of different module numbers the cook-off responses all occur on the module closest to the boundary of missile,and the single-base propellants located at the inner surface of cartridge ignite first.When the number of loaded module changes from 1 to 6,the cook-off response temperatures vary little,only in a small range of 478.1 K-482.4 K.The cook-off response times decrease logarithmically in the range of 211.25-166.7 s with the increasing length of residual air gap in gun chamber.The simulation results are well matched with the experimental data.Furthermore,different firing conditions have greatinfluence on the cook-off response time,minor influence on the initial response position and little in-fluence on the response temperature.Under the three conditions of consecutive 32 launches with 5 rounds/min,43 launches with 1 round/min,and 41 launches with different firing frequencies,the cook off response temperatures are 479.2 K,481.1 K and 479.9 K respectively and the response times are 709.25,211.2 s and 214.4 s respectively.The response position is near the middle area of the inner cartridge surface in the former condition and near the right area in the latter two conditions.展开更多
The development of cloud computing and virtualization technology has brought great challenges to the reliability of data center services.Data centers typically contain a large number of compute and storage nodes which...The development of cloud computing and virtualization technology has brought great challenges to the reliability of data center services.Data centers typically contain a large number of compute and storage nodes which may fail and affect the quality of service.Failure prediction is an important means of ensuring service availability.Predicting node failure in cloud-based data centers is challenging because the failure symptoms reflected have complex characteristics,and the distribution imbalance between the failure sample and the normal sample is widespread,resulting in inaccurate failure prediction.Targeting these challenges,this paper proposes a novel failure prediction method FP-STE(Failure Prediction based on Spatio-temporal Feature Extraction).Firstly,an improved recurrent neural network HW-GRU(Improved GRU based on HighWay network)and a convolutional neural network CNN are used to extract the temporal features and spatial features of multivariate data respectively to increase the discrimination of different types of failure symptoms which improves the accuracy of prediction.Then the intermediate results of the two models are added as features into SCSXGBoost to predict the possibility and the precise type of node failure in the future.SCS-XGBoost is an ensemble learning model that is improved by the integrated strategy of oversampling and cost-sensitive learning.Experimental results based on real data sets confirm the effectiveness and superiority of FP-STE.展开更多
In recent years,with the continuous development of information technology and the rapid growth of network scale,network monitoring and management become more and more important.Network traffic is an important part of ...In recent years,with the continuous development of information technology and the rapid growth of network scale,network monitoring and management become more and more important.Network traffic is an important part of network state.In order to ensure the normal operation of the network,improve the availability of the network,find network faults in time and deal with network attacks;it is necessary to detect the abnormal traffic in the network.Abnormal traffic detection is of great significance in the actual network management.Therefore,in order to improve the accuracy and efficiency of network traffic anomaly detection,this paper proposes a comprehensive anomaly detection method based on improved GRU traffic prediction and improved K-means clustering,and cascade the traffic prediction and clustering to achieve the purpose of anomaly detection.Firstly,an improved highway-GRU algorithm HS-GRU(An improved Gate Recurrent Unit neural network based on Highway network and STL algorithm,HS-GRU)is proposed,which combines STL decomposition algorithm with highway GRU neural network and uses this improved algorithm to predict traffic.And then,we proposed the EFMS-Kmeans algorithm(An improved clustering algorithmthat combined Mean Shift algorithmbased on electrostatic force with K-means clustering)to solve the shortcoming of the traditional K-means clustering which cannot automatically determine the number of clustering.The sum of the squared errors(SSE)method and the contour coefficient method were used to double test the clustering effect.After determining the clustering center,the potential energy gradient was directly used for anomaly detection by using the threshold method,which considered the local characteristics of the data and ensured the accuracy of anomaly detection.The simulation results show that the anomaly detection algorithm based on HS-GRU and EFMS-Kmeans clustering proposed in this paper can effectively improve the accuracy of flow anomaly detection and has important application value.展开更多
As an essential component of future comprehensive Positioning,Navigation,and Timing(PNT)system,indoor positioning technology has extensive application demands,making it a focal point of attention in both academia and ...As an essential component of future comprehensive Positioning,Navigation,and Timing(PNT)system,indoor positioning technology has extensive application demands,making it a focal point of attention in both academia and industry.This article comprehensively reviews the research status of indoor positioning technology in China,with a focus on highlighting representative achievements and application validations from major research institutions in recent years.It addresses the challenges and issues faced in promotion and application of large-scale,high-precision indoor positioning.Furthermore,a universal and seamless indoor-outdoor positioning system architecture is proposed,along with a technical roadmap and key technologies to achieve this architecture.Finally,an analysis and outlook on future technological trends are presented.展开更多
A novel structure is proposed for doubling the vertical breakdown voltage of silicon-on-insulator(SOI) devices. In this new structure, the conventional buried oxide(BOX) in an SOI device is split into two sections...A novel structure is proposed for doubling the vertical breakdown voltage of silicon-on-insulator(SOI) devices. In this new structure, the conventional buried oxide(BOX) in an SOI device is split into two sections: the source-section BOX and the drain-section BOX. A highly-doped Si layer, referred to as a non-depletion potential-clamped layer(NPCL), is positioned under and close to the two BOX sections. In the split BOXes and the Si region above the BOXes, the blocking voltage(BV) is divided into two parts by the NPCL. The voltage in the NPCL is clamped to be nearly half of the drain voltage. When the drain voltage approaches a breakdown value, the voltage sustained by the source-section BOX and the Si region under the source are nearly the same as the voltage sustained by the drain-section BOX and the Si region under the drain. The vertical BV is therefore almost doubled. The effectiveness of this new structure was verified for a P-channel SOI lateral double-diffused metal-oxide semiconductor(LDMOS) and can be applied to other high-voltage SOI devices. The simulation results show that the BV in an NPCL P-channel SOI LDMOS is improved by 55% and the specific on-resistance(Ron,sp) is reduced by 69% in comparison to the conventional structure.展开更多
The electrical and optical effects of particles on the nano aluminum film deposited by thermal evaporation was investigated. From the characterization results of scanning electron microscope(SEM), the accumulation i...The electrical and optical effects of particles on the nano aluminum film deposited by thermal evaporation was investigated. From the characterization results of scanning electron microscope(SEM), the accumulation in tens of nanometers had been observed. The current-voltage(I-V) curve of the sample indicates its nonlinear electrical characters expecting the corresponding nonlinear optical properties. By the theoretical calculation, nonlinear conduction of the carrier transportation may result from the barrier-well-barrier structure, where negative resistance and Coulomb blockade effect appears. The simulation results are approximately matched with the experimental results. By testing the fluorescence emission spectrum of the sample, peaks were found to be located at 420 and 440 nm. In addition, the full width at half maximum(FWHM) had been obviously broadened by means of adding 2, 5-diphenyloxazole(DPO). Therefore, discrete energy levels could be estimated inside those particles.展开更多
Monolithic integration of resonant tunneling diodes (RTDs) and high electron mobility transistors (HEMTs) is an important development direction of ultra-high speed integrated circuit. A kind of top-RTD and bottom-HEMT...Monolithic integration of resonant tunneling diodes (RTDs) and high electron mobility transistors (HEMTs) is an important development direction of ultra-high speed integrated circuit. A kind of top-RTD and bottom-HEMT material structure is epitaxied on InP substrate through molecular beam epitaxy. Based on wet chemical etching, metal lift-off and air bridge interconnection technology, RTD and HEMT are fabricated simultaneously. The peak-to-valley current ratio of RTD is 7.7 and the peak voltage is 0.33 V at room temperature. The pinch-off voltage is -0.5 V and the current gain cut-frequency is 30 GHz for a 1.0 μm gate length depletion mode HEMT. The two devices are conformable in current magnitude, which is suitable for the construction of various RTD/HEMT monolithic integration logic circuits.展开更多
With the rapid development of global navigation satellite system (GNSS) and its applications, GNSS test range is becoming the focus of research. This paper, with the cooperation on Galileo Program between Europe and C...With the rapid development of global navigation satellite system (GNSS) and its applications, GNSS test range is becoming the focus of research. This paper, with the cooperation on Galileo Program between Europe and China as background, gives an overview of the development of test ranges for satellite navigation, proposes an implementation plan for China Galileo Test Range (CGTR), presents an analysis of CGTR and describes its overall objective, architecture, function and services, as well as operating modes. Particular analysis and study are given to the critical technologies related to CGTR implementation, including test range simulation and evaluation, time syn-chronizing and keeping, and pseudolite time division multiple access (TDMA) signal design. Research results of this paper can be helpful to GNSS testing and related applications.展开更多
Aerostat capsule is small sample data,so designing reliability is very difficult to be obtained accurately by conventional probabilistic reliability method. Based on the interval non-probabilistic reliability theory,a...Aerostat capsule is small sample data,so designing reliability is very difficult to be obtained accurately by conventional probabilistic reliability method. Based on the interval non-probabilistic reliability theory,an instability mathematics model of envelope structure is studied,and the calculation formula of interval reliability index is put forward. Through the mechanical experiments of three capsule structures,the experimental results of the interval reliability are obtained. By comparing the theoretical and measured values,it is found that the theoretical reliability index is more conservative. Non-probabilistic reliability method can reflect the reliability degree of the capsule body under different loading conditions,which can provide some guidance for engineering application.展开更多
Hexagonal GaN epilayer grown on sapphire substrate by metal organic chemical vapour deposition (MOCVD) is studied using Raman scattering and photoluminescence in a temperature range from 100K to 873 K. The model of ...Hexagonal GaN epilayer grown on sapphire substrate by metal organic chemical vapour deposition (MOCVD) is studied using Raman scattering and photoluminescence in a temperature range from 100K to 873 K. The model of strain (stress) induced by the different lattice parameters and thermal coefficients of epilayer and substrate as a function of temperature is set up. The frequency and the linewidth of E2^high mode in a GaN layer are modelled by a theory with considering the thermal expansion of the lattice, a symmetric decay of the optical phonons, and the strain (stress) in the layer. The temperature-dependent energy shift of free exeiton A is determined by using Varshni empirical relation, and the effect of strain (stress) is also investigated. We find that the strain in the film leads to a decreasing shift of the phonon frequency and an about 10meV-inereasing shift of the energy in a temperature range from 100 K to 823 K.展开更多
The 60-GHz traveling-wave tube (TWT) prevails nowadays as the amplifier for the satellite communication and electronic countermeasures. The folded waveguide (FW) is a promising all-metal slow-wave structure (SWS...The 60-GHz traveling-wave tube (TWT) prevails nowadays as the amplifier for the satellite communication and electronic countermeasures. The folded waveguide (FW) is a promising all-metal slow-wave structure (SWS) for the 60-GHz TWT with advantages of robust performance, fine heat dissipation, considerable power and bandwidth. A novel FW periodically loaded with rectangular grooves is analyzed for the purpose of gaining higher power and gain. The rf characteristics are investigated by numerical simulation, and the nonlinear large- signal performance of such a TWT is analyzed by a 3I) particle-in-cell code MAGIC. Compared with normal circuits, relatively higher continuous-wave power (40-56 W) and similar bandwidth (5 GHz) are predicted by simulation. Meanwhile, the designed operation voltage is 10.5 kV, which keeps the low-voltage advantage of the popular helix TWT competitor. The novel FW will favor the design of a broadband and high-power 60-GHz TWT展开更多
In this paper, we propose the novel iterative detection which operates iteratively on blocks of the received signal in downlink in massive MIMO (Massive Multiple-input Multiple-output) system. This article will combin...In this paper, we propose the novel iterative detection which operates iteratively on blocks of the received signal in downlink in massive MIMO (Massive Multiple-input Multiple-output) system. This article will combine the equivalent channel with soft detection and soft decoder, and finally propose a new structure for the iterative detection in downlink based on 5G simulation test platform of NCRL and analysis the performance of the novel structure. The simulation result shows iterative algorithm performs better than conventional detection with lower amount of iterations.展开更多
Exploding foil initiator(EFI)is a kind of advanced device for initiating explosives,but its function is unstable when it comes to directly igniting pyrotechnics.To solve the problem,this research aims to reveal the ig...Exploding foil initiator(EFI)is a kind of advanced device for initiating explosives,but its function is unstable when it comes to directly igniting pyrotechnics.To solve the problem,this research aims to reveal the ignition mechanism of EFIs directly igniting pyrotechnics.An oscilloscope,a photon Doppler velocimetry,and a plasma spectrum measurement system were employed to obtain information of electric characteristics,impact pressure,and plasma temperature.The results of the electric characteristics and the impact pressure were inconsistent with ignition results.The only thing that the ignition success tests had in common was that their plasma all had a relatively long period of high-temperature duration(HTD).It eventually concludes that the ignition mechanism in this research is the microconvection heat transfer rather than the shock initiation,which differs from that of exploding foil initiators detonating explosives.Furthermore,the methods for evaluating the ignition success of semiconductor bridge initiators are not entirely applicable to the tests mentioned in this paper.The HTD is the critical parameter for judging the ignition success,and it is influenced by two factors:the late time discharge and the energy of the electric explosion.The longer time of the late time discharge and the more energy of the electric explosion,the easier it is to expand the HTD,which improves the probability of the ignition success.展开更多
In this paper,we aim to design a practical low complexity low-density parity-check(LDPC)coded scheme to build a secure open channel and protect information from eavesdropping.To this end,we first propose a punctured L...In this paper,we aim to design a practical low complexity low-density parity-check(LDPC)coded scheme to build a secure open channel and protect information from eavesdropping.To this end,we first propose a punctured LDPC coded scheme,where the information bits in a codeword are punctured and only the parity check bits are transmitted to the receiver.We further propose a notion of check node type distribution and derive multi-edge type extrinsic information transfer functions to estimate the security performance,instead of the well-known weak metric bit error rate.We optimize the check node type distribution in terms of the signal-to-noise ratio(SNR)gap and modify the progressive edge growth algorithm to design finite-length codes.Numerical results show that our proposed scheme can achieve a lower computational complexity and a smaller security gap,compared to the existing scrambling and puncturing schemes.展开更多
Long-time integration technique is an effective way of improving target detection performance for unmanned aerial vehicle(UAV)in the passive bistatic radar(PBR),while range migration(RM)and Doppler frequency migration...Long-time integration technique is an effective way of improving target detection performance for unmanned aerial vehicle(UAV)in the passive bistatic radar(PBR),while range migration(RM)and Doppler frequency migration(DFM)may have a major effect due to the target maneuverability.This paper proposed an innovative long-time coherent integration approach,regarded as Continuous Radon-matched filtering process(CRMFP),for low-observable UAV target in passive bistatic radar.It not only mitigates the RM by collaborative research in range and velocity dimensions but also compensates the DFM and ensures the coherent integration through the matched filtering process(MFP).Numerical and real-life data following detailed analysis verify that the proposed method can overcome the Doppler mismatch influence and acquire comparable detection performance.展开更多
In this paper,we propose a Multi-token Sector Antenna Neighbor Discovery(M-SAND)protocol to enhance the efficiency of neighbor discovery in asynchronous directional ad hoc networks.The central concept of our work invo...In this paper,we propose a Multi-token Sector Antenna Neighbor Discovery(M-SAND)protocol to enhance the efficiency of neighbor discovery in asynchronous directional ad hoc networks.The central concept of our work involves maintaining multiple tokens across the network.To prevent mutual interference among multi-token holders,we introduce the time and space non-interference theorems.Furthermore,we propose a master-slave strategy between tokens.When the master token holder(MTH)performs the neighbor discovery,it decides which 1-hop neighbor is the next MTH and which 2-hop neighbors can be the new slave token holders(STHs).Using this approach,the MTH and multiple STHs can simultaneously discover their neighbors without causing interference with each other.Building on this foundation,we provide a comprehensive procedure for the M-SAND protocol.We also conduct theoretical analyses on the maximum number of STHs and the lower bound of multi-token generation probability.Finally,simulation results demonstrate the time efficiency of the M-SAND protocol.When compared to the QSAND protocol,which uses only one token,the total neighbor discovery time is reduced by 28% when 6beams and 112 nodes are employed.展开更多
TheUAV pursuit-evasion problem focuses on the efficient tracking and capture of evading targets using unmanned aerial vehicles(UAVs),which is pivotal in public safety applications,particularly in scenarios involving i...TheUAV pursuit-evasion problem focuses on the efficient tracking and capture of evading targets using unmanned aerial vehicles(UAVs),which is pivotal in public safety applications,particularly in scenarios involving intrusion monitoring and interception.To address the challenges of data acquisition,real-world deployment,and the limited intelligence of existing algorithms in UAV pursuit-evasion tasks,we propose an innovative swarm intelligencebased UAV pursuit-evasion control framework,namely“Boids Model-based DRL Approach for Pursuit and Escape”(Boids-PE),which synergizes the strengths of swarm intelligence from bio-inspired algorithms and deep reinforcement learning(DRL).The Boids model,which simulates collective behavior through three fundamental rules,separation,alignment,and cohesion,is adopted in our work.By integrating Boids model with the Apollonian Circles algorithm,significant improvements are achieved in capturing UAVs against simple evasion strategies.To further enhance decision-making precision,we incorporate a DRL algorithm to facilitate more accurate strategic planning.We also leverage self-play training to continuously optimize the performance of pursuit UAVs.During experimental evaluation,we meticulously designed both one-on-one and multi-to-one pursuit-evasion scenarios,customizing the state space,action space,and reward function models for each scenario.Extensive simulations,supported by the PyBullet physics engine,validate the effectiveness of our proposed method.The overall results demonstrate that Boids-PE significantly enhance the efficiency and reliability of UAV pursuit-evasion tasks,providing a practical and robust solution for the real-world application of UAV pursuit-evasion missions.展开更多
基金supported by the Key R&D Project of the Ministry of Science and Technology of China(2020YFB1808005)。
文摘Low Earth Orbit(LEO)multibeam satellites will be widely used in the next generation of satellite communication systems,whose inter-beam interference will inevitably limit the performance of the whole system.Nonlinear precoding such as Tomlinson-Harashima precoding(THP)algorithm has been proved to be a promising technology to solve this problem,which has smaller noise amplification effect compared with linear precoding.However,the similarity of different user channels(defined as channel correlation)will degrade the performance of THP algorithm.In this paper,we qualitatively analyze the inter-beam interference in the whole process of LEO satellite over a specific coverage area,and the impact of channel correlation on Signal-to-Noise Ratio(SNR)of receivers when THP is applied.One user grouping algorithm is proposed based on the analysis of channel correlation,which could decrease the number of users with high channel correlation in each precoding group,thus improve the performance of THP.Furthermore,our algorithm is designed under the premise of co-frequency deployment and orthogonal frequency division multiplexing(OFDM),which leads to more users under severe inter-beam interference compared to the existing research on geostationary orbit satellites broadcasting systems.Simulation results show that the proposed user grouping algorithm possesses higher channel capacity and better bit error rate(BER)performance in high SNR conditions relative to existing works.
文摘First-Input-First-Output (FIFO) buffers are extensively used in contemporary digital processors and System-on-Chips (SoC). There are synchronous FIFOs and asycnrhonous FIFOs. And different sized FIFOs should be implemented in different ways. FIFOs are used not only for the pipeline design within a processor, for the inter-processor communication networks, for example Network-on-Chips (NoCs), but also for the peripherals and the clock domain crossing at the whole SoC level. In this paper, we review the interface, the circuit implementation, and the various usages of FIFOs in various levels of the digital design. We can find that the usage of FIFOs could greatly facilitate the signal storage, signal decoupling, signal transfer, power domain separation and power domain crossing in digital systems. We hope that more attentions are paid to the usages of synchronous and asynchronous FIFOs and more sophististicated usages are discovered by the digital design communities.
基金This work has been performed in the Project“Key technologies for 5G transmission and networking for industry applications”supported by Department of Science and Technology of Guangdong Province(2018B010114001).
文摘Non-orthogonal multiple access(NOMA)is proved to be useful to satisfy the requirements of beyond 5th generation such as massive multi-user connection.Here we compare the performances of two NOMA schemes:low code rate spreading(LCRS)scheme and interleaver division multiple access(IDMA)scheme.It is found that LCRS is superior to IDMA when number of users is small due to coding gain achieved.While IDMA is preferred when number of users is high because repetition applied in IDMA can suppress multi-user interference effectively.And interleaver is important in IDMA for randomizing the interference.Also,this paper evaluates the impact of channel decoder.It is observed that Log-MAP decoder has much better performance than that of Max-Log-MAP when number of users is large.Thus,it is recommended to use Log-MAP decoder in NOMA in high user overloading case.We also compared the performance of NOMA by using different type of channel codes.We find that NOMA using specific convolutional code has a better performance than that of using specific LDPC code when number of users is high.
文摘Thermal safety of modular charge which is fed into and retained in the chamber after gun fires consecutively is first investigated with cook-off method,A two-dimensional cook-off model of modular charge in gun chamber is established and the cook-off process of modular charge in gun chamber is numerically simulated.Then the effects of module number and firing condition on charge thermal safety are evaluated by researching the cook-off response characteristics of modules.The results show that under conditions of different module numbers the cook-off responses all occur on the module closest to the boundary of missile,and the single-base propellants located at the inner surface of cartridge ignite first.When the number of loaded module changes from 1 to 6,the cook-off response temperatures vary little,only in a small range of 478.1 K-482.4 K.The cook-off response times decrease logarithmically in the range of 211.25-166.7 s with the increasing length of residual air gap in gun chamber.The simulation results are well matched with the experimental data.Furthermore,different firing conditions have greatinfluence on the cook-off response time,minor influence on the initial response position and little in-fluence on the response temperature.Under the three conditions of consecutive 32 launches with 5 rounds/min,43 launches with 1 round/min,and 41 launches with different firing frequencies,the cook off response temperatures are 479.2 K,481.1 K and 479.9 K respectively and the response times are 709.25,211.2 s and 214.4 s respectively.The response position is near the middle area of the inner cartridge surface in the former condition and near the right area in the latter two conditions.
基金supported in part by National Key Research and Development Program of China(2019YFB2103200)NSFC(61672108),Open Subject Funds of Science and Technology on Information Transmission and Dissemination in Communication Networks Laboratory(SKX182010049)+1 种基金the Fundamental Research Funds for the Central Universities(5004193192019PTB-019)the Industrial Internet Innovation and Development Project 2018 of China.
文摘The development of cloud computing and virtualization technology has brought great challenges to the reliability of data center services.Data centers typically contain a large number of compute and storage nodes which may fail and affect the quality of service.Failure prediction is an important means of ensuring service availability.Predicting node failure in cloud-based data centers is challenging because the failure symptoms reflected have complex characteristics,and the distribution imbalance between the failure sample and the normal sample is widespread,resulting in inaccurate failure prediction.Targeting these challenges,this paper proposes a novel failure prediction method FP-STE(Failure Prediction based on Spatio-temporal Feature Extraction).Firstly,an improved recurrent neural network HW-GRU(Improved GRU based on HighWay network)and a convolutional neural network CNN are used to extract the temporal features and spatial features of multivariate data respectively to increase the discrimination of different types of failure symptoms which improves the accuracy of prediction.Then the intermediate results of the two models are added as features into SCSXGBoost to predict the possibility and the precise type of node failure in the future.SCS-XGBoost is an ensemble learning model that is improved by the integrated strategy of oversampling and cost-sensitive learning.Experimental results based on real data sets confirm the effectiveness and superiority of FP-STE.
基金supported by National Key R&D Program of China(2019YFB2103202,2019YFB2103200)Open Subject Funds of Science and Technology on Communication Networks Laboratory(6142104200106).
文摘In recent years,with the continuous development of information technology and the rapid growth of network scale,network monitoring and management become more and more important.Network traffic is an important part of network state.In order to ensure the normal operation of the network,improve the availability of the network,find network faults in time and deal with network attacks;it is necessary to detect the abnormal traffic in the network.Abnormal traffic detection is of great significance in the actual network management.Therefore,in order to improve the accuracy and efficiency of network traffic anomaly detection,this paper proposes a comprehensive anomaly detection method based on improved GRU traffic prediction and improved K-means clustering,and cascade the traffic prediction and clustering to achieve the purpose of anomaly detection.Firstly,an improved highway-GRU algorithm HS-GRU(An improved Gate Recurrent Unit neural network based on Highway network and STL algorithm,HS-GRU)is proposed,which combines STL decomposition algorithm with highway GRU neural network and uses this improved algorithm to predict traffic.And then,we proposed the EFMS-Kmeans algorithm(An improved clustering algorithmthat combined Mean Shift algorithmbased on electrostatic force with K-means clustering)to solve the shortcoming of the traditional K-means clustering which cannot automatically determine the number of clustering.The sum of the squared errors(SSE)method and the contour coefficient method were used to double test the clustering effect.After determining the clustering center,the potential energy gradient was directly used for anomaly detection by using the threshold method,which considered the local characteristics of the data and ensured the accuracy of anomaly detection.The simulation results show that the anomaly detection algorithm based on HS-GRU and EFMS-Kmeans clustering proposed in this paper can effectively improve the accuracy of flow anomaly detection and has important application value.
基金National Key Research and Development Plan Project:High-precision Positioning Navigation and Control Technology for Large Underground Spaces(No.2021YFB3900800)。
文摘As an essential component of future comprehensive Positioning,Navigation,and Timing(PNT)system,indoor positioning technology has extensive application demands,making it a focal point of attention in both academia and industry.This article comprehensively reviews the research status of indoor positioning technology in China,with a focus on highlighting representative achievements and application validations from major research institutions in recent years.It addresses the challenges and issues faced in promotion and application of large-scale,high-precision indoor positioning.Furthermore,a universal and seamless indoor-outdoor positioning system architecture is proposed,along with a technical roadmap and key technologies to achieve this architecture.Finally,an analysis and outlook on future technological trends are presented.
基金supported by the National Natural Science Foundation of China(Grant No.61404110)the National Higher-Education Institution General Research and Development Project,China(Grant No.2682014CX097)
文摘A novel structure is proposed for doubling the vertical breakdown voltage of silicon-on-insulator(SOI) devices. In this new structure, the conventional buried oxide(BOX) in an SOI device is split into two sections: the source-section BOX and the drain-section BOX. A highly-doped Si layer, referred to as a non-depletion potential-clamped layer(NPCL), is positioned under and close to the two BOX sections. In the split BOXes and the Si region above the BOXes, the blocking voltage(BV) is divided into two parts by the NPCL. The voltage in the NPCL is clamped to be nearly half of the drain voltage. When the drain voltage approaches a breakdown value, the voltage sustained by the source-section BOX and the Si region under the source are nearly the same as the voltage sustained by the drain-section BOX and the Si region under the drain. The vertical BV is therefore almost doubled. The effectiveness of this new structure was verified for a P-channel SOI lateral double-diffused metal-oxide semiconductor(LDMOS) and can be applied to other high-voltage SOI devices. The simulation results show that the BV in an NPCL P-channel SOI LDMOS is improved by 55% and the specific on-resistance(Ron,sp) is reduced by 69% in comparison to the conventional structure.
基金Supported by the 973 Program(No.2014CB932103)the 863 Program(No.2013AA032501)the National Natural Science Foundation of China(NSFC No.21676015)
文摘The electrical and optical effects of particles on the nano aluminum film deposited by thermal evaporation was investigated. From the characterization results of scanning electron microscope(SEM), the accumulation in tens of nanometers had been observed. The current-voltage(I-V) curve of the sample indicates its nonlinear electrical characters expecting the corresponding nonlinear optical properties. By the theoretical calculation, nonlinear conduction of the carrier transportation may result from the barrier-well-barrier structure, where negative resistance and Coulomb blockade effect appears. The simulation results are approximately matched with the experimental results. By testing the fluorescence emission spectrum of the sample, peaks were found to be located at 420 and 440 nm. In addition, the full width at half maximum(FWHM) had been obviously broadened by means of adding 2, 5-diphenyloxazole(DPO). Therefore, discrete energy levels could be estimated inside those particles.
基金Supported by National Natural Science Foundation of China (No. 60876009)Tianjin Research Program of Application Foundation and Advanced Technology (No. 09JCZDJC16600)
文摘Monolithic integration of resonant tunneling diodes (RTDs) and high electron mobility transistors (HEMTs) is an important development direction of ultra-high speed integrated circuit. A kind of top-RTD and bottom-HEMT material structure is epitaxied on InP substrate through molecular beam epitaxy. Based on wet chemical etching, metal lift-off and air bridge interconnection technology, RTD and HEMT are fabricated simultaneously. The peak-to-valley current ratio of RTD is 7.7 and the peak voltage is 0.33 V at room temperature. The pinch-off voltage is -0.5 V and the current gain cut-frequency is 30 GHz for a 1.0 μm gate length depletion mode HEMT. The two devices are conformable in current magnitude, which is suitable for the construction of various RTD/HEMT monolithic integration logic circuits.
文摘With the rapid development of global navigation satellite system (GNSS) and its applications, GNSS test range is becoming the focus of research. This paper, with the cooperation on Galileo Program between Europe and China as background, gives an overview of the development of test ranges for satellite navigation, proposes an implementation plan for China Galileo Test Range (CGTR), presents an analysis of CGTR and describes its overall objective, architecture, function and services, as well as operating modes. Particular analysis and study are given to the critical technologies related to CGTR implementation, including test range simulation and evaluation, time syn-chronizing and keeping, and pseudolite time division multiple access (TDMA) signal design. Research results of this paper can be helpful to GNSS testing and related applications.
基金Supported by the National High Technology Research and Development Program of China(2015AA8098085E)
文摘Aerostat capsule is small sample data,so designing reliability is very difficult to be obtained accurately by conventional probabilistic reliability method. Based on the interval non-probabilistic reliability theory,an instability mathematics model of envelope structure is studied,and the calculation formula of interval reliability index is put forward. Through the mechanical experiments of three capsule structures,the experimental results of the interval reliability are obtained. By comparing the theoretical and measured values,it is found that the theoretical reliability index is more conservative. Non-probabilistic reliability method can reflect the reliability degree of the capsule body under different loading conditions,which can provide some guidance for engineering application.
基金Project supported by the National Natural Science Foundation of China (Grant Nos 50405025 and 50535030)Program for New Century Excellent Talents in University, China
文摘Hexagonal GaN epilayer grown on sapphire substrate by metal organic chemical vapour deposition (MOCVD) is studied using Raman scattering and photoluminescence in a temperature range from 100K to 873 K. The model of strain (stress) induced by the different lattice parameters and thermal coefficients of epilayer and substrate as a function of temperature is set up. The frequency and the linewidth of E2^high mode in a GaN layer are modelled by a theory with considering the thermal expansion of the lattice, a symmetric decay of the optical phonons, and the strain (stress) in the layer. The temperature-dependent energy shift of free exeiton A is determined by using Varshni empirical relation, and the effect of strain (stress) is also investigated. We find that the strain in the film leads to a decreasing shift of the phonon frequency and an about 10meV-inereasing shift of the energy in a temperature range from 100 K to 823 K.
基金Supported by the National Natural Science Foundation of China under Grant No 61271029the National Science Fund for Distinguished Young Scholars of China under Grant No 61125103the National Research Foundation of Korea under Grant No MSIP:NRF-2009-0083512
文摘The 60-GHz traveling-wave tube (TWT) prevails nowadays as the amplifier for the satellite communication and electronic countermeasures. The folded waveguide (FW) is a promising all-metal slow-wave structure (SWS) for the 60-GHz TWT with advantages of robust performance, fine heat dissipation, considerable power and bandwidth. A novel FW periodically loaded with rectangular grooves is analyzed for the purpose of gaining higher power and gain. The rf characteristics are investigated by numerical simulation, and the nonlinear large- signal performance of such a TWT is analyzed by a 3I) particle-in-cell code MAGIC. Compared with normal circuits, relatively higher continuous-wave power (40-56 W) and similar bandwidth (5 GHz) are predicted by simulation. Meanwhile, the designed operation voltage is 10.5 kV, which keeps the low-voltage advantage of the popular helix TWT competitor. The novel FW will favor the design of a broadband and high-power 60-GHz TWT
文摘In this paper, we propose the novel iterative detection which operates iteratively on blocks of the received signal in downlink in massive MIMO (Massive Multiple-input Multiple-output) system. This article will combine the equivalent channel with soft detection and soft decoder, and finally propose a new structure for the iterative detection in downlink based on 5G simulation test platform of NCRL and analysis the performance of the novel structure. The simulation result shows iterative algorithm performs better than conventional detection with lower amount of iterations.
文摘Exploding foil initiator(EFI)is a kind of advanced device for initiating explosives,but its function is unstable when it comes to directly igniting pyrotechnics.To solve the problem,this research aims to reveal the ignition mechanism of EFIs directly igniting pyrotechnics.An oscilloscope,a photon Doppler velocimetry,and a plasma spectrum measurement system were employed to obtain information of electric characteristics,impact pressure,and plasma temperature.The results of the electric characteristics and the impact pressure were inconsistent with ignition results.The only thing that the ignition success tests had in common was that their plasma all had a relatively long period of high-temperature duration(HTD).It eventually concludes that the ignition mechanism in this research is the microconvection heat transfer rather than the shock initiation,which differs from that of exploding foil initiators detonating explosives.Furthermore,the methods for evaluating the ignition success of semiconductor bridge initiators are not entirely applicable to the tests mentioned in this paper.The HTD is the critical parameter for judging the ignition success,and it is influenced by two factors:the late time discharge and the energy of the electric explosion.The longer time of the late time discharge and the more energy of the electric explosion,the easier it is to expand the HTD,which improves the probability of the ignition success.
文摘In this paper,we aim to design a practical low complexity low-density parity-check(LDPC)coded scheme to build a secure open channel and protect information from eavesdropping.To this end,we first propose a punctured LDPC coded scheme,where the information bits in a codeword are punctured and only the parity check bits are transmitted to the receiver.We further propose a notion of check node type distribution and derive multi-edge type extrinsic information transfer functions to estimate the security performance,instead of the well-known weak metric bit error rate.We optimize the check node type distribution in terms of the signal-to-noise ratio(SNR)gap and modify the progressive edge growth algorithm to design finite-length codes.Numerical results show that our proposed scheme can achieve a lower computational complexity and a smaller security gap,compared to the existing scrambling and puncturing schemes.
基金supported by the National Natural Science Foundation of China (Nos.51975447,52275268)National Key Research and Development Program of China (No.2021YFC2203600)+2 种基金National Defense Basic Scientific Research Program of China (No.JCKY2021210B007)the Project about Building up“Scientists+Engineers”of Shaanxi Qinchuangyuan Platform (No.2022KXJ-030)Wuhu and Xidian University Special Fund for Industry University Research Cooperation (No.XWYCXY012021-012)。
文摘Long-time integration technique is an effective way of improving target detection performance for unmanned aerial vehicle(UAV)in the passive bistatic radar(PBR),while range migration(RM)and Doppler frequency migration(DFM)may have a major effect due to the target maneuverability.This paper proposed an innovative long-time coherent integration approach,regarded as Continuous Radon-matched filtering process(CRMFP),for low-observable UAV target in passive bistatic radar.It not only mitigates the RM by collaborative research in range and velocity dimensions but also compensates the DFM and ensures the coherent integration through the matched filtering process(MFP).Numerical and real-life data following detailed analysis verify that the proposed method can overcome the Doppler mismatch influence and acquire comparable detection performance.
基金supported in part by the National Natural Science Foundations of CHINA(Grant No.61771392,No.61771390,No.61871322 and No.61501373)Science and Technology on Avionics Integration Laboratory and the Aeronautical Science Foundation of China(Grant No.201955053002 and No.20185553035)。
文摘In this paper,we propose a Multi-token Sector Antenna Neighbor Discovery(M-SAND)protocol to enhance the efficiency of neighbor discovery in asynchronous directional ad hoc networks.The central concept of our work involves maintaining multiple tokens across the network.To prevent mutual interference among multi-token holders,we introduce the time and space non-interference theorems.Furthermore,we propose a master-slave strategy between tokens.When the master token holder(MTH)performs the neighbor discovery,it decides which 1-hop neighbor is the next MTH and which 2-hop neighbors can be the new slave token holders(STHs).Using this approach,the MTH and multiple STHs can simultaneously discover their neighbors without causing interference with each other.Building on this foundation,we provide a comprehensive procedure for the M-SAND protocol.We also conduct theoretical analyses on the maximum number of STHs and the lower bound of multi-token generation probability.Finally,simulation results demonstrate the time efficiency of the M-SAND protocol.When compared to the QSAND protocol,which uses only one token,the total neighbor discovery time is reduced by 28% when 6beams and 112 nodes are employed.
文摘TheUAV pursuit-evasion problem focuses on the efficient tracking and capture of evading targets using unmanned aerial vehicles(UAVs),which is pivotal in public safety applications,particularly in scenarios involving intrusion monitoring and interception.To address the challenges of data acquisition,real-world deployment,and the limited intelligence of existing algorithms in UAV pursuit-evasion tasks,we propose an innovative swarm intelligencebased UAV pursuit-evasion control framework,namely“Boids Model-based DRL Approach for Pursuit and Escape”(Boids-PE),which synergizes the strengths of swarm intelligence from bio-inspired algorithms and deep reinforcement learning(DRL).The Boids model,which simulates collective behavior through three fundamental rules,separation,alignment,and cohesion,is adopted in our work.By integrating Boids model with the Apollonian Circles algorithm,significant improvements are achieved in capturing UAVs against simple evasion strategies.To further enhance decision-making precision,we incorporate a DRL algorithm to facilitate more accurate strategic planning.We also leverage self-play training to continuously optimize the performance of pursuit UAVs.During experimental evaluation,we meticulously designed both one-on-one and multi-to-one pursuit-evasion scenarios,customizing the state space,action space,and reward function models for each scenario.Extensive simulations,supported by the PyBullet physics engine,validate the effectiveness of our proposed method.The overall results demonstrate that Boids-PE significantly enhance the efficiency and reliability of UAV pursuit-evasion tasks,providing a practical and robust solution for the real-world application of UAV pursuit-evasion missions.