期刊文献+
共找到749篇文章
< 1 2 38 >
每页显示 20 50 100
100 Gb/s coherent chaotic optical communication over 800 km fiber transmission via advanced digital signal processing 被引量:7
1
作者 Yunhao Xie Zhao Yang +3 位作者 Mengyue Shi Qunbi Zhuge Weisheng Hu Lilin Yi 《Advanced Photonics Nexus》 2024年第1期20-25,共6页
Chaotic optical communication has shown large potential as a hardware encryption method in the physical layer.As an important figure of merit,the bit rate–distance product of chaotic optical communication has been co... Chaotic optical communication has shown large potential as a hardware encryption method in the physical layer.As an important figure of merit,the bit rate–distance product of chaotic optical communication has been continually improved to 30 Gb/s×340 km,but it is still far from the requirement for a deployed optical fiber communication system,which is beyond 100 Gb/s×1000 km.A chaotic carrier can be considered as an analog signal and suffers from fiber channel impairments,limiting the transmission distance of high-speed chaotic optical communications.To break the limit,we propose and experimentally demonstrate a pilot-based digital signal processing scheme for coherent chaotic optical communication combined with deep-learning-based chaotic synchronization.Both transmission impairment recovery and chaotic synchronization are realized in the digital domain.The frequency offset of the lasers is accurately estimated and compensated by determining the location of the pilot tone in the frequency domain,and the equalization and phase noise compensation are jointly performed by the least mean square algorithm through the time domain pilot symbols.Using the proposed method,100 Gb∕s chaotically encrypted quadrature phase-shift keying(QPSK)signal over 800 km single-mode fiber(SMF)transmission is experimentally demonstrated.In order to enhance security,40 Gb∕s real-time chaotically encrypted QPSK signal over 800 km SMF transmission is realized by inserting pilot symbols and tone in a field-programmable gate array.This method provides a feasible approach to promote the practical application of chaotic optical communications and guarantees the high security of chaotic encryption. 展开更多
关键词 chaotic optical communication physical layer security deep learning digital signal processing
在线阅读 下载PDF
NetVerifier:Scalable Verification for Programmable Networks
2
作者 Ying Yao Le Tian +1 位作者 Yuxiang Hu Pengshuai Cui 《Computers, Materials & Continua》 2026年第5期1830-1848,共19页
In the process of programmable networks simplifying network management and increasing network flexibility through custom packet behavior,security incidents caused by human logic errors are seriously threatening their ... In the process of programmable networks simplifying network management and increasing network flexibility through custom packet behavior,security incidents caused by human logic errors are seriously threatening their safe operation,robust verificationmethods are required to ensure their correctness.As one of the formalmethods,symbolic execution offers a viable approach for verifying programmable networks by systematically exploring all possible paths within a program.However,its application in this field encounters scalability issues due to path explosion and complex constraint-solving.Therefore,in this paper,we propose NetVerifier,a scalable verification system for programmable networks.Tomitigate the path explosion issue,we developmultiple pruning strategies that strategically eliminate irrelevant execution paths while preserving verification integrity by precisely identifying the execution paths related to the verification purpose.To address the complex constraint-solving problem,we introduce an execution results reuse solution to avoid redundant computation of the same constraints.To apply these solutions intelligently,a matching algorithm is implemented to automatically select appropriate solutions based on the characteristics of the verification requirement.Moreover,Language Aided Verification(LAV),an assertion language,is designed to express verification intentions in a concise form.Experimental results on diverse open-source programs of varying scales demonstrate NetVerifier’s improvement in scalability and effectiveness in identifying potential network errors.In the best scenario,compared with ASSERT-P4,NetVerifier reduced the execution path,verification time,and memory occupation of the verification process by 99.92%,94.76%,and 65.19%,respectively. 展开更多
关键词 Programmable network network verification symbolic execution SCALABILITY
在线阅读 下载PDF
P4LoF: Scheduling Loop-Free Multi-Flow Updates in Programmable Networks
3
作者 Jiqiang Xia Qi Zhan +2 位作者 Le Tian Yuxiang Hu Jianhua Peng 《Computers, Materials & Continua》 2026年第1期1236-1254,共19页
The rapid growth of distributed data-centric applications and AI workloads increases demand for low-latency,high-throughput communication,necessitating frequent and flexible updates to network routing configurations.H... The rapid growth of distributed data-centric applications and AI workloads increases demand for low-latency,high-throughput communication,necessitating frequent and flexible updates to network routing configurations.However,maintaining consistent forwarding states during these updates is challenging,particularly when rerouting multiple flows simultaneously.Existing approaches pay little attention to multi-flow update,where improper update sequences across data plane nodes may construct deadlock dependencies.Moreover,these methods typically involve excessive control-data plane interactions,incurring significant resource overhead and performance degradation.This paper presents P4LoF,an efficient loop-free update approach that enables the controller to reroute multiple flows through minimal interactions.P4LoF first utilizes a greedy-based algorithm to generate the shortest update dependency chain for the single-flow update.These chains are then dynamically merged into a dependency graph and resolved as a Shortest Common Super-sequence(SCS)problem to produce the update sequence of multi-flow update.To address deadlock dependencies in multi-flow updates,P4LoF builds a deadlock-fix forwarding model that leverages the flexible packet processing capabilities of the programmable data plane.Experimental results show that P4LoF reduces control-data plane interactions by at least 32.6%with modest overhead,while effectively guaranteeing loop-free consistency. 展开更多
关键词 Network management update consistency programmable data plane P4
在线阅读 下载PDF
Advancing Breast Cancer Molecular Subtyping:A Comparative Study of Convolutional Neural Networks and Vision Transformers on Mammograms
4
作者 Chee Chin Lim Hui Wen Tiu +2 位作者 Qi Wei Oung Chiew Chea Lau Xiao Jian Tan 《Computers, Materials & Continua》 2026年第3期1287-1308,共22页
critical for guiding treatment and improving patient outcomes.Traditional molecular subtyping via immuno-histochemistry(IHC)test is invasive,time-consuming,and may not fully represent tumor heterogeneity.This study pr... critical for guiding treatment and improving patient outcomes.Traditional molecular subtyping via immuno-histochemistry(IHC)test is invasive,time-consuming,and may not fully represent tumor heterogeneity.This study proposes a non-invasive approach using digital mammography images and deep learning algorithm for classifying breast cancer molecular subtypes.Four pretrained models,including two Convolutional Neural Networks(MobileNet_V3_Large and VGG-16)and two Vision Transformers(ViT_B_16 and ViT_Base_Patch16_Clip_224)were fine-tuned to classify images into HER2-enriched,Luminal,Normal-like,and Triple Negative subtypes.Hyperparameter tuning,including learning rate adjustment and layer freezing strategies,was applied to optimize performance.Among the evaluated models,ViT_Base_Patch16_Clip_224 achieved the highest test accuracy(94.44%),with equally high precision,recall,and F1-score of 0.94,demonstrating excellent generalization.MobileNet_V3_Large achieved the same accuracy but showed less training stability.In contrast,VGG-16 recorded the lowest performance,indicating a limitation in its generalizability for this classification task.The study also highlighted the superior performance of the Vision Transformer models over CNNs,particularly due to their ability to capture global contextual features and the benefit of CLIP-based pretraining in ViT_Base_Patch16_Clip_224.To enhance clinical applicability,a graphical user interface(GUI)named“BCMS Dx”was developed for streamlined subtype prediction.Deep learning applied to mammography has proven effective for accurate and non-invasive molecular subtyping.The proposed Vision Transformer-based model and supporting GUI offer a promising direction for augmenting diagnostic workflows,minimizing the need for invasive procedures,and advancing personalized breast cancer management. 展开更多
关键词 Artificial intelligence breast cancer classification convolutional neural network deep learning hyperparameter tuning MAMMOGRAPHY medical imaging molecular subtypes vision transformer
在线阅读 下载PDF
Exceptional point-induced knot structure transformations in non-Abelian braids
5
作者 Lin-Sheng Bao Jia-Yun Ning +5 位作者 Ao-Qian Shi Peng Peng Zhen-Nan Wang Chao Peng Shuang-Chun Wen Jian-Jun Liu 《Chinese Physics B》 2026年第1期212-217,共6页
The strong connection between braids and knots provides valuable insights into studying the topological state and phase classification of various physical systems.The phenomenon of non-Hermitian(NH)two-and three-band ... The strong connection between braids and knots provides valuable insights into studying the topological state and phase classification of various physical systems.The phenomenon of non-Hermitian(NH)two-and three-band braiding has received widespread attention.However,a systematic exploration and visualization of non-Abelian braiding and the associated knot transformations in four-band systems remains unexplored.Here,we propose a theoretical model of NH four-band braiding,provide its phase diagram,and establish its trivial,Abelian,and non-Abelian braiding rules.Additionally,we report on special knots,such as the Hopf and Solomon links in braided knots,and reveal that their transformations are accompanied by and mediated through exceptional points.Our work provides a detailed case for studying NH multiband braiding and knot structures in four-band systems,which could offer insights for topological photonics and analog information processing applications. 展开更多
关键词 exceptional point knot structures phase transitions non-Abelian braids
原文传递
Investigation of photonic crystal surface-emitting laser in blue band based on porous-GaN cladding
6
作者 Hanzhe Li Zixu Niu +3 位作者 Yuyi Cao Wei Shen Meixin Feng Qifa Liu 《Nanotechnology and Precision Engineering》 2026年第1期2-10,共9页
Investigated theoretically is a photonic-crystal surface-emitting GaN laser based on surface-etched holes with a porous-GaN cladding layer.The porous GaN has a low refractive index,supporting effective confinement to ... Investigated theoretically is a photonic-crystal surface-emitting GaN laser based on surface-etched holes with a porous-GaN cladding layer.The porous GaN has a low refractive index,supporting effective confinement to the resonant mode,and the porous GaN is derived from as-grown GaN,eliminating the lattice mismatch issues typically associated with GaN platforms.Studied systematically is how the photoniccrystal lattice constant,air hole radius,etching depth,and porous-GaN refractive index affect the performance of the laser.The results show that the laser exhibits optimal overall performance when the lattice constant is 216 nm and the hole radius is 60 nm.The etching depth can be chosen between 30 and 100 nm,and the porous-GaN refractive index is preferably in the range of 1.7–1.9.The research achieves a quality factor as high as 1.9×10^(4),with a photonic-crystal-layer confinement factor of 4.24%and an active-layer confinement factor of 21.8%,along with a low threshold gain of 77 cm^(−1). 展开更多
关键词 Photonic crystal Surface emitting laser Porous GaN cladding Confinement factor Quality factor Threshold gain
在线阅读 下载PDF
Spectroelectrochemical Measurement Method of In Situ Surface-Enhanced Raman Spectroscopy for Various Electrode Materials Using a Transmission-Type Plasmonic Sensor
7
作者 Masahiro Kunimoto Hikaru Shoji +3 位作者 Masahiro Yanagisawa Masayuki Morita Takeshi Abe Takayuki Homma 《Energy & Environmental Materials》 2026年第1期368-374,共7页
A versatile spectroelectrochemical measurement method of surface-enhanced Raman scattering spectroscopy is developed,and its capability is assessed in an actual electrochemical system.The spectroelectrochemical cell c... A versatile spectroelectrochemical measurement method of surface-enhanced Raman scattering spectroscopy is developed,and its capability is assessed in an actual electrochemical system.The spectroelectrochemical cell consists of a plasmonic sensor with metal nanoparticles and a wire-type working electrode.The advantages of this method over conventional surface-enhanced Raman scattering methods are as follows:1)surface-enhanced Raman scattering for electrode materials that show little plasmon resonance;and 2)measurement without undesirable influences on the physical and chemical states of the electrode surface and transport phenomena of reaction species.During the measurement,the sensor contacts the working electrode wire at a single point,allowing the surface-enhanced Raman scattering signal to be obtained from the interfacial area of the working electrode surface without significantly disturbing the mass transfer of the reaction species.As plasmon-active metal nanoparticles are modified on the sensor surface in advance,destructive and complicated pretreatment processes on the working electrode are not required.The method is applied to the in situ analysis of electrolyte decomposition reactions in a Li metal battery to reveal the potential of each decomposition product of an organic solvent containing Li.The obtained surface-enhanced Raman scattering spectrum corresponding to the voltammogram reveals the pathway for obtaining decomposition products,such as Li_(2)CO_(3).In particular,Li_(2)O_(2)was clearly detected with our setup.It is also revealed from the setup that the Ni electrode surface,in contrast to the Cu,does not hold a stable Li-containing composite layer.Such in situ chemical information will contribute to the effective interfacial design of high-performance batteries. 展开更多
关键词 in situ analysis Li ion battery plasmonic sensor surface enhanced Raman scattering
在线阅读 下载PDF
Physical Layer Security for UAV Communications:A Comprehensive Survey 被引量:11
8
作者 Jue Wang Xuanxuan Wang +5 位作者 Ruifeng Gao Chengleyang Lei Wei Feng Ning Ge Shi Jin Tony Q.S.Quek 《China Communications》 SCIE CSCD 2022年第9期77-115,共39页
Due to its high mobility and flexible deployment,unmanned aerial vehicle(UAV)is drawing unprecedented interest in both military and civil applications to enable agile and ubiquitous connectivity.Mainly operating in an... Due to its high mobility and flexible deployment,unmanned aerial vehicle(UAV)is drawing unprecedented interest in both military and civil applications to enable agile and ubiquitous connectivity.Mainly operating in an open environment,UAV communications benefit from dominant line-of-sight links;however,this on the other hand renders the communications more vulnerable to malicious attacks.Recently,physical layer security(PLS)has been introduced to UAV systems as an important complement to the conventional cryptography-based approaches.In this paper,a comprehensive survey on the current achievements of UAV-PLS is conducted.We first introduce the basic concepts including typical static/-mobile UAV deployment scenarios,the unique air-toground channel and aerial nodes distribution models,as well as various roles that a UAV may act when PLS is concerned.Then,we start by reviewing the secrecy performance analysis and enhancing techniques for statically deployed UAV systems,and extend the discussion to the more general scenario where the UAVs’mobility is further exploited.For both cases,respectively,we summarize the commonly adopted methodologies,then describe important works in the litera ture in detail.Finally,potential research directions and challenges are discussed to provide an outlook for future works in the area of UAV-PLS. 展开更多
关键词 physical layer security UAV communications static/mobile UAV deployment air-to-ground channel trajectory optimization
在线阅读 下载PDF
M3SC:A Generic Dataset for Mixed Multi-Modal(MMM)Sensing and Communication Integration 被引量:6
9
作者 Xiang Cheng Ziwei Huang +6 位作者 Lu Bai Haotian Zhang Mingran Sun Boxun Liu Sijiang Li Jianan Zhang Minson Lee 《China Communications》 SCIE CSCD 2023年第11期13-29,共17页
The sixth generation(6G)of mobile communication system is witnessing a new paradigm shift,i.e.,integrated sensing-communication system.A comprehensive dataset is a prerequisite for 6G integrated sensing-communication ... The sixth generation(6G)of mobile communication system is witnessing a new paradigm shift,i.e.,integrated sensing-communication system.A comprehensive dataset is a prerequisite for 6G integrated sensing-communication research.This paper develops a novel simulation dataset,named M3SC,for mixed multi-modal(MMM)sensing-communication integration,and the generation framework of the M3SC dataset is further given.To obtain multimodal sensory data in physical space and communication data in electromagnetic space,we utilize Air-Sim and WaveFarer to collect multi-modal sensory data and exploit Wireless InSite to collect communication data.Furthermore,the in-depth integration and precise alignment of AirSim,WaveFarer,andWireless InSite are achieved.The M3SC dataset covers various weather conditions,multiplex frequency bands,and different times of the day.Currently,the M3SC dataset contains 1500 snapshots,including 80 RGB images,160 depth maps,80 LiDAR point clouds,256 sets of mmWave waveforms with 8 radar point clouds,and 72 channel impulse response(CIR)matrices per snapshot,thus totaling 120,000 RGB images,240,000 depth maps,120,000 LiDAR point clouds,384,000 sets of mmWave waveforms with 12,000 radar point clouds,and 108,000 CIR matrices.The data processing result presents the multi-modal sensory information and communication channel statistical properties.Finally,the MMM sensing-communication application,which can be supported by the M3SC dataset,is discussed. 展开更多
关键词 multi-modal sensing RAY-TRACING sensing-communication integration simulation dataset
在线阅读 下载PDF
New Optimal Power Allocation for Bidirectional Communications in Cognitive Relay Network Using Analog Network Coding 被引量:2
10
作者 LU Luxi JIANG Wei XIANG Haige LUO Wu 《China Communications》 SCIE CSCD 2010年第4期144-148,共5页
Cognitive radio and cooperative communication can greatly improve the spectrum efficiency in wireless communications.We study a cognitive radio network where two secondary source terminals exchange their information w... Cognitive radio and cooperative communication can greatly improve the spectrum efficiency in wireless communications.We study a cognitive radio network where two secondary source terminals exchange their information with the assistance of a relay node under interference power constraints.In order to enhance the transmit rate and maintain fairness between two source terminals,a practical 2-phase analog network coding protocol is adopted and its optimal power allocation algorithm is proposed.Numerical results verify the superiority of the proposed algorithm over the conventional direct transmission protocol and 4-phase amplify-and-forward relay protocol. 展开更多
关键词 Cognitive Radio Cooperative Communication Analog Network Coding Bidirectional Communications Interference power constraint
在线阅读 下载PDF
Capacity Analysis and Sum Rate Maximization for the SCMA Cellular Network Coexisting with D2D Communications 被引量:1
11
作者 Yukai Liu Wen Chen 《China Communications》 SCIE CSCD 2022年第10期55-68,共14页
Sparse code multiple access (SCMA) is the most concerning scheme among non-orthogonal multiple access (NOMA) technologies for 5G wireless communication new interface. Another efficient technique in 5G aimed to improve... Sparse code multiple access (SCMA) is the most concerning scheme among non-orthogonal multiple access (NOMA) technologies for 5G wireless communication new interface. Another efficient technique in 5G aimed to improve spectral efficiency for local communications is device-to-device (D2D) communications. Therefore, we utilize the SCMA cellular network coexisting with D2D communications for the connection demand of the Internet of things (IOT), and improve the system sum rate performance of the hybrid network. We first derive the information-theoretic expression of the capacity for all users and find the capacity bound of cellular users based on the mutual interference between cellular users and D2D users. Then we consider the power optimization problem for the cellular users and D2D users jointly to maximize the system sum rate. To tackle the non-convex optimization problem, we propose a geometric programming (GP) based iterative power allocation algorithm. Simulation results demonstrate that the proposed algorithm converges fast and well improves the sum rate performance. 展开更多
关键词 SCMA D2D cellular capacity geometric programming
在线阅读 下载PDF
A Survey on Heliumspeech Communications in Saturation Diving 被引量:1
12
作者 Shibing Zhang Lili Guo +3 位作者 Hongjun Li Zhihua Bao Xiaoge Zhang Yonghong Chen 《China Communications》 SCIE CSCD 2020年第6期68-79,共12页
With the development of society and the progress of technology,more and more ocean activities are carried out.It results in booming of deep-sea diving.The use of helium-oxygen mixture(as a kind of breathing gas)solves... With the development of society and the progress of technology,more and more ocean activities are carried out.It results in booming of deep-sea diving.The use of helium-oxygen mixture(as a kind of breathing gas)solves the physiological problems of divers in saturated diving,but it brings about the Heliumspeech voice communication problem,the drop of speech intelligibility.There is no doubt that the effective speech communication must be provided for supporting the life and work of divers in deep-sea.This paper describes the mechanism of forming heliumspeech,discusses the effects of pressure and helium environment on the speech spectrum,compares the pros and cons of the time-domain and frequency-domain unscrambling techniques,shows the challenges in heliumspeech communications.Finally,it briefly introduces the deep learning,and points out that deep learning/machine learning may be a perfectly unscrambling technique. 展开更多
关键词 maritime communications saturation diving heliumspeech unscrambling challenging deep learning
在线阅读 下载PDF
A Novel Deterministic Quantum Communication Scheme Using Stabilizer Quantum Code 被引量:3
13
作者 GUO Ying CHEN Zhi-Gang +1 位作者 HUANG Da-Zu ZENG Gui-Hua 《Communications in Theoretical Physics》 SCIE CAS CSCD 2008年第1期93-99,共7页
Exploiting the encoding process of the stabilizer quantum code [[n, k, d]], a deterministic quantum communication scheme, in which n - 1 photons are distributed forward and backward in two-way channel, is proposed to ... Exploiting the encoding process of the stabilizer quantum code [[n, k, d]], a deterministic quantum communication scheme, in which n - 1 photons are distributed forward and backward in two-way channel, is proposed to transmit the secret messages with unconditional security. The present scheme can be implemented to distribute the secret quantum (or classical) messages with great capacity in imperfect quantum channel since the utilized code encodes k-qubit messages for each scheme run. 展开更多
关键词 quantum key distribution quantum error-correction code quantum information
在线阅读 下载PDF
Trajectory Design for UAV-Enabled Maritime Secure Communications:A Reinforcement Learning Approach 被引量:1
14
作者 Jintao Liu Feng Zeng +3 位作者 Wei Wang Zhichao Sheng Xinchen Wei Kanapathippillai Cumanan 《China Communications》 SCIE CSCD 2022年第9期26-36,共11页
This paper investigates an unmanned aerial vehicle(UAV)-enabled maritime secure communication network,where the UAV aims to provide the communication service to a legitimate mobile vessel in the presence of multiple e... This paper investigates an unmanned aerial vehicle(UAV)-enabled maritime secure communication network,where the UAV aims to provide the communication service to a legitimate mobile vessel in the presence of multiple eavesdroppers.In this maritime communication networks(MCNs),it is challenging for the UAV to determine its trajectory on the ocean,since it cannot land or replenish energy on the sea surface,the trajectory should be pre-designed before the UAV takes off.Furthermore,the take-off location of the UAV and the sea lane of the vessel may be random,which leads to a highly dynamic environment.To address these issues,we propose two reinforcement learning schemes,Q-learning and deep deterministic policy gradient(DDPG)algorithms,to solve the discrete and continuous UAV trajectory design problem,respectively.Simulation results are provided to validate the effectiveness and superior performance of the proposed reinforcement learning schemes versus the existing schemes in the literature.Additionally,the proposed DDPG algorithm converges faster and achieves higher utilities for the UAV,compared to the Q-learning algorithm. 展开更多
关键词 maritime communication networks(MCNs) unmanned aerial vehicles(UAV) reinforcement learning physical layer security trajectory design
在线阅读 下载PDF
Quantum Secure Direct Intercommunication with Superdense Coding and Entanglement Swapping 被引量:1
15
作者 HUANG Da-Zu GUO Ying ZENG Gui-Hua 《Communications in Theoretical Physics》 SCIE CAS CSCD 2008年第12期1290-1294,共5页
A quantum secure direct intercommunication scheme is proposed to exchange directly the communicators' secret messages by making ase of swapping entanglement of Bell states. It has great capacity to distribute the sec... A quantum secure direct intercommunication scheme is proposed to exchange directly the communicators' secret messages by making ase of swapping entanglement of Bell states. It has great capacity to distribute the secret messages since these messages have been imposed on high-dimensional Bell states via the local unitary operations with superdense coding. The security is ensured by the secure transmission of the travel sequences and the application of entanglement swapping. 展开更多
关键词 quantum secure direct intercommunication entanglement swapping quantum cryptography
在线阅读 下载PDF
The Acquisition of Sand Vibration Information in Hinterland of Desert Based on Advanced Remote Sensing System and Network Technologies
16
作者 马鑫 邓顺戈 李新碗 《Journal of Shanghai Jiaotong university(Science)》 EI 2018年第1期28-32,共5页
The deep understanding on sand and sand dunes scale can be useful to reveal the formation mechanism of the sandstorm for early sandstorm forecast. The current sandstorm observation methods are mainly based on conventi... The deep understanding on sand and sand dunes scale can be useful to reveal the formation mechanism of the sandstorm for early sandstorm forecast. The current sandstorm observation methods are mainly based on conventional meteorological station and satellites remote sensing, which are difficult to acquire sand scale information. A wireless sensing network is implemented in the hinterland of desert, which includes ad hoc network,sensor, global positioning system(GPS) and system integration technology. The wireless network is a three-layer architecture and daisy chain topology network, which consists of control station, master robots and slave robots.Every three robots including one master robot and its two slave robots forms an ad hoc network. Master robots directly communicate with radio base station. Information will be sent to remote information center. Data sensing system including different kinds of sensors and desert robots is developed. A desert robot is designed and implemented as unmanned probing movable nodes and sensors' carrier. A new optical fiber sensor is exploited to measure vibration of sand in particular. The whole system, which is delivered to the testing field in hinterland of desert(25 km far from base station), has been proved efficient for data acquisition. 展开更多
关键词 SANDSTORM sand-scale information optical fiber sensor desert robot wireless sensor network
原文传递
Packet Transport for Maritime Communications:A Streaming Coded UDP Approach
17
作者 Ye Li Jianhao Yu +3 位作者 Liang Chen Yingdong Hu Xiaomin Chen Jue Wang 《China Communications》 SCIE CSCD 2022年第9期10-25,共16页
The maritime communication network(MCN)plays an important role in the 6th generation(6G)system development.In MCNs,packet transport over long-distance lossy links will be ubiquitous.Transmission control protocol(TCP),... The maritime communication network(MCN)plays an important role in the 6th generation(6G)system development.In MCNs,packet transport over long-distance lossy links will be ubiquitous.Transmission control protocol(TCP),the dominant transport protocol in the past decades,have had performance issues in such links.In this paper,we propose a novel transport approach which uses user datagram protocol(UDP)along with a simple yet effective bandwidth estimator for congestion control,and with a proactive packet-level forward erasure correction(FEC)code called streaming code to provide low-delay loss recovery without data retransmissions at all.We show that the approach can effectively address two issues of the state-of-the-art TCP variants in the long-distance lossy links,namely 1)the low bandwidth utilization caused by the slow increase of the congestion window(CWND)due to long roundtrip time(RTT)and the frequent CWND drop due to random and congestion losses,and 2)the high endto-end in-order delivery delay when re-transmissions are incurred to recover lost packets.In addition,we show that the scheme’s goodput has good smoothness and short-term intra-protocol fairness properties,which are beneficial for multimedia streaming and interactive applications that are prominent parts of today’s wireless traffic. 展开更多
关键词 maritime communication network forward-erasure correction congestion control
在线阅读 下载PDF
RIS-Assisted Communications in Correlated Rayleigh Channels:Comparison of Training Overhead Reduction Schemes
18
作者 Jue Wang Shuaifeng Lu +5 位作者 Jing Wang Zhenyu Jiang Rui Tang Ruifeng Gao Yingdong Hu Ye Li 《China Communications》 SCIE CSCD 2022年第12期41-53,共13页
Channel training in reconfigurable intelligent surface(RIS)-assisted communications is usually conducted in an on-off manner,resulting in unaffordable training time overhead when the number of RIS elements is large.In... Channel training in reconfigurable intelligent surface(RIS)-assisted communications is usually conducted in an on-off manner,resulting in unaffordable training time overhead when the number of RIS elements is large.In this paper,for correlated Rayleigh channels,we compare three typical training overhead reduction schemes,namely RIS element selection(Scheme 1),element grouping(Scheme 2),and statistical CSI-based phase shifts design(Scheme3).For Scheme 1 and Scheme 2,we propose two algorithms to select RIS elements(or form element groups) and determine the optimal number of activated elements(or formed groups),based on the channel correlation information only;for Scheme 3,we consider a semi-definite programming-based approach in the literature,and propose an alternative dominant eigenvector-based method for determining the RIS phase shifts vector.Via extensive simulations,we compare the achievable ergodic rates of these schemes versus the signal-to-noise ratio,the channel correlation level,and the element number-to-coherent time ratio,respectively,and discuss possible switching of the three schemes over these system parameters.At last,operation regions of the considered training overhead reduction schemes are shown in the plane characterized by the system parameters,which provides useful guidelines for practical scheme determination. 展开更多
关键词 reconfigurable intelligent surface correlated Rayleigh channel training overhead ergodic achievable rate
在线阅读 下载PDF
The COMMStellation<sup>TM</sup>Satellite Constellation for Broadband Communication System Model in NS-2
19
作者 Anupon Boriboon Siriwhaddhanah Pongpadpinit 《International Journal of Communications, Network and System Sciences》 2014年第10期430-439,共10页
This paper presents the evaluation performance of a hybrid satellite constellation network which provides internet access based Transport Control Protocol (TCP). The evaluated satellite network uses the constellation ... This paper presents the evaluation performance of a hybrid satellite constellation network which provides internet access based Transport Control Protocol (TCP). The evaluated satellite network uses the constellation topology operating on Low Earth Orbit (LEO). The COMMStellationTM satellite system implemented using network simulator 2 (NS-2). In this paper, we modified a congestion window control based on TCP Westwood. The results show that the proposed technique reduces end-to-end (E2E) delay of transmitting packets. Hence the number of retransmission packets reduced. 展开更多
关键词 COMMStellationTM NS-2 SATELLITE TCP
在线阅读 下载PDF
A Novel Method with Martingale Theory for Phase Noise Analysis in Coherent Optical Communication
20
作者 Chengle Sui Qiangmin Wang +1 位作者 Shilin Xiao Pingqing Li 《Optics and Photonics Journal》 2013年第2期171-174,共4页
Phase noise has a great influence on the performance of coherent optical communication. In this paper, martingale theory is introduced to analyze the phase noise effect for the first time as far as we know. Through Fu... Phase noise has a great influence on the performance of coherent optical communication. In this paper, martingale theory is introduced to analyze the phase noise effect for the first time as far as we know. Through Fubini’s Theory and martingale representation theory, we proved that , which denotes the phase noise effect, is a predictable martingale. Then Ito’s formula for solution to stochastic differential equation is utilized for the analysis of phase noise effect. Using our method, a nonrecursive formula for the moments of phase noise is derived and signal-noise-ratio (SNR) degradation in coherent optical OFDM due to phase noise is calculated with our method. 展开更多
关键词 MARTINGALE BROWNIAN Motion Ito Itegral DERIVATION of MOMENTS Phase Noise
在线阅读 下载PDF
上一页 1 2 38 下一页 到第
使用帮助 返回顶部