首页 > 最新文献

Neural Networks, Information and Communication Engineering最新文献

英文 中文
The communication process of digital binary pulse-position modulation with additive white Gaussian noise 加性高斯白噪声下数字二进制脉冲位置调制的通信过程
Pub Date : 2022-06-30 DOI: 10.1117/12.2640680
R. Bi
Digital pulse-position modulation (PPM) is a time-domain version of frequency-shift keying that encodes each variable pulse to a particular position within a period. Although numerous essays have researched PPM applied to optical fiber, the PPM process with additive white Gaussian noise (AWGN) was not mentioned. In this paper, a relatively simple model was constructed for 2-bit message signals passing through the AWGN channel. While encoding the baseband signals, Gray Code was adopted to encode them in each period separated into four equal parts. Afterward, they all passed through the AWGN channel, and the constellation of baseband signals and received signals was performed in MATLAB. Then we applied the minimum distance identification method to find the estimated baseband signals. Finally, the PPM signal-tonoise ratio (SNR) was obtained based on previous probability errors. Executing the codes in MATLAB, we got the baseband signals, constellation, and SNR function that can all be directly shown in the figure. In general, our work filled the gap of the PPM method sending over the AWGN channel. This can also become the preliminary foundation for a broader range of applications using PPM to implement the whole communication process with AWGN.
数字脉冲位置调制(PPM)是频移键控的时域版本,它将每个可变脉冲编码到一个周期内的特定位置。虽然已有大量文献对光纤中PPM的应用进行了研究,但对加性高斯白噪声(AWGN)下的PPM工艺研究较少。本文对通过AWGN信道的2位消息信号构建了一个相对简单的模型。在对基带信号进行编码时,采用灰色编码,将每个周期的基带信号分成四等份进行编码。然后,它们都通过AWGN信道,并在MATLAB中进行基带信号与接收信号的星座。然后应用最小距离辨识法求出估计的基带信号。最后,基于之前的概率误差得到PPM的信噪比。在MATLAB中执行这些代码,我们得到了基带信号、星座和信噪比函数,都可以直接在图中显示出来。总的来说,我们的工作填补了PPM方法通过AWGN信道发送的空白。这也可以成为使用PPM实现与AWGN的整个通信过程的更广泛应用的初步基础。
{"title":"The communication process of digital binary pulse-position modulation with additive white Gaussian noise","authors":"R. Bi","doi":"10.1117/12.2640680","DOIUrl":"https://doi.org/10.1117/12.2640680","url":null,"abstract":"Digital pulse-position modulation (PPM) is a time-domain version of frequency-shift keying that encodes each variable pulse to a particular position within a period. Although numerous essays have researched PPM applied to optical fiber, the PPM process with additive white Gaussian noise (AWGN) was not mentioned. In this paper, a relatively simple model was constructed for 2-bit message signals passing through the AWGN channel. While encoding the baseband signals, Gray Code was adopted to encode them in each period separated into four equal parts. Afterward, they all passed through the AWGN channel, and the constellation of baseband signals and received signals was performed in MATLAB. Then we applied the minimum distance identification method to find the estimated baseband signals. Finally, the PPM signal-tonoise ratio (SNR) was obtained based on previous probability errors. Executing the codes in MATLAB, we got the baseband signals, constellation, and SNR function that can all be directly shown in the figure. In general, our work filled the gap of the PPM method sending over the AWGN channel. This can also become the preliminary foundation for a broader range of applications using PPM to implement the whole communication process with AWGN.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"27 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114486108","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Improve vulnerability prediction performance using self-attention mechanism and convolutional neural network 利用自注意机制和卷积神经网络提高漏洞预测性能
Pub Date : 2022-06-30 DOI: 10.1117/12.2639144
Bingjie Duan, Xu Zhou, Xugang Wu
With the vigorous development of the Internet, the number of commonly used software has also increased rapidly. The security and reliability of software have become important challenges that researchers must deal with. Fuzzing is a way of detecting vulnerabilities by providing unintended inputs to the target software and observing the final running results. During these years, fuzzing has proven its effectiveness in software security testing. But a large number of fuzzing tools rely solely on runtime information while testing software. Achieving static vulnerability prediction for programs in advance can greatly improve the efficiency of fuzzing. Vulnerability prediction aims to obtain the possibility of vulnerabilities in different parts of the program. The existing vulnerability prediction methods are relatively simple for feature extraction between basic blocks. We design a novel model combining self-attention mechanism and convolutional neural networks, which can extract and integrate the internal information of functions. Compared with the state-of-the-art V-Fuzz, our recall can be improved by 9.7 percentage points, and the accuracies of K-100~K-1000 can be higher than 90%.
随着互联网的蓬勃发展,常用软件的数量也迅速增加。软件的安全性和可靠性已经成为研究人员必须面对的重要挑战。模糊测试是一种通过向目标软件提供意外输入并观察最终运行结果来检测漏洞的方法。近年来,模糊测试在软件安全测试中已经证明了它的有效性。但是大量的模糊测试工具在测试软件时仅仅依赖于运行时信息。提前实现对程序的静态漏洞预测,可以大大提高模糊测试的效率。漏洞预测的目的是获取程序不同部分存在漏洞的可能性。现有的漏洞预测方法对基本块之间的特征提取比较简单。我们设计了一种结合自注意机制和卷积神经网络的新模型,可以提取和整合函数的内部信息。与最先进的V-Fuzz相比,我们的召回率提高了9.7个百分点,K-100~K-1000的准确率可以高于90%。
{"title":"Improve vulnerability prediction performance using self-attention mechanism and convolutional neural network","authors":"Bingjie Duan, Xu Zhou, Xugang Wu","doi":"10.1117/12.2639144","DOIUrl":"https://doi.org/10.1117/12.2639144","url":null,"abstract":"With the vigorous development of the Internet, the number of commonly used software has also increased rapidly. The security and reliability of software have become important challenges that researchers must deal with. Fuzzing is a way of detecting vulnerabilities by providing unintended inputs to the target software and observing the final running results. During these years, fuzzing has proven its effectiveness in software security testing. But a large number of fuzzing tools rely solely on runtime information while testing software. Achieving static vulnerability prediction for programs in advance can greatly improve the efficiency of fuzzing. Vulnerability prediction aims to obtain the possibility of vulnerabilities in different parts of the program. The existing vulnerability prediction methods are relatively simple for feature extraction between basic blocks. We design a novel model combining self-attention mechanism and convolutional neural networks, which can extract and integrate the internal information of functions. Compared with the state-of-the-art V-Fuzz, our recall can be improved by 9.7 percentage points, and the accuracies of K-100~K-1000 can be higher than 90%.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"44 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114055842","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A new method for gait recognition with 2D pose estimation 基于二维姿态估计的步态识别新方法
Pub Date : 2022-06-30 DOI: 10.1117/12.2639153
Han Yan, Y. Piao, Xiunan Li
This paper proposes a new model-based gait recognition method. Different from other methods using 3D (3-dimensional) keypoint information and skeleton information, we directly stack the 2D (2-dimensional) keypoint heatmaps in the gait sequence in the time dimension, and input it into the network structure based on 3D-CNN (3-dimensional-convolutional neural network). Then, through the gait analysis on the two dimensions of time and space, the effective gait features are finally obtained. Compared with other model-based methods, this method is more clear, concise and elegant in the process of feature extraction. The test of CASIA-B dataset shows that in the model-based gait recognition method, we have competitive performance.
提出了一种新的基于模型的步态识别方法。与其他使用3D(三维)关键点信息和骨骼信息的方法不同,我们直接将步态序列中的2D(二维)关键点热图在时间维度上叠加,并基于3D- cnn(三维卷积神经网络)将其输入到网络结构中。然后,通过对时间和空间两个维度的步态分析,最终得到有效的步态特征。与其他基于模型的方法相比,该方法在特征提取过程中更加清晰、简洁、优雅。CASIA-B数据集的测试表明,基于模型的步态识别方法具有较好的性能。
{"title":"A new method for gait recognition with 2D pose estimation","authors":"Han Yan, Y. Piao, Xiunan Li","doi":"10.1117/12.2639153","DOIUrl":"https://doi.org/10.1117/12.2639153","url":null,"abstract":"This paper proposes a new model-based gait recognition method. Different from other methods using 3D (3-dimensional) keypoint information and skeleton information, we directly stack the 2D (2-dimensional) keypoint heatmaps in the gait sequence in the time dimension, and input it into the network structure based on 3D-CNN (3-dimensional-convolutional neural network). Then, through the gait analysis on the two dimensions of time and space, the effective gait features are finally obtained. Compared with other model-based methods, this method is more clear, concise and elegant in the process of feature extraction. The test of CASIA-B dataset shows that in the model-based gait recognition method, we have competitive performance.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"40 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115541853","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
CS-MAC: A concurrent scheduling MAC protocol for underwater acoustic networks CS-MAC:一种用于水声网络的并发调度MAC协议
Pub Date : 2022-06-30 DOI: 10.1117/12.2639195
Yi Shang, Xiujuan Du
Aiming at the characteristics of underwater acoustic networks such as long delay, low channel utilization and low throughput, as well as the existence of temporal-spatial uncertainties and hidden terminals problem, this paper proposes a concurrent scheduling MAC protocol. The protocol exchanges information such as ID, location, level of the receiving and sending nodes, and the scheduling time of data reception by sending handshake control frames. so as to realize the concurrent transmission of data from multiple sending nodes to one receiving node, which not only avoids data collision to a great extent, but also effectively solves the problems of temporal-spatial uncertainties, hidden terminals and and high energy consumption and other problems in Underwater Acoustic Networks, and improve the fairness of node channel access. Network performance such as channel utilization and network throughput. The simulation results shows that the network throughput of CS-MAC protocol is better than ALOHA, R-MAC, and slotted- FAMA, etc. CS-MAC protocol outperforms ALOHA and LSPB-MAC protocols in terms of packet delivery rate and end-to-end delay.
针对水声网络时延长、信道利用率低、吞吐量低的特点,以及存在时空不确定性和终端隐藏问题,提出了一种并发调度的MAC协议。协议通过发送握手控制帧来交换接收和发送节点的ID、位置、级别、数据接收调度时间等信息。实现数据从多个发送节点并发传输到一个接收节点,不仅在很大程度上避免了数据冲突,而且有效解决了水声网络中存在的时空不确定性、终端隐藏和高能耗等问题,提高了节点信道接入的公平性。网络性能,如信道利用率和网络吞吐量。仿真结果表明,CS-MAC协议的网络吞吐量优于ALOHA、R-MAC和slotted- FAMA等协议。CS-MAC协议在数据包传输速率和端到端延迟方面优于ALOHA和LSPB-MAC协议。
{"title":"CS-MAC: A concurrent scheduling MAC protocol for underwater acoustic networks","authors":"Yi Shang, Xiujuan Du","doi":"10.1117/12.2639195","DOIUrl":"https://doi.org/10.1117/12.2639195","url":null,"abstract":"Aiming at the characteristics of underwater acoustic networks such as long delay, low channel utilization and low throughput, as well as the existence of temporal-spatial uncertainties and hidden terminals problem, this paper proposes a concurrent scheduling MAC protocol. The protocol exchanges information such as ID, location, level of the receiving and sending nodes, and the scheduling time of data reception by sending handshake control frames. so as to realize the concurrent transmission of data from multiple sending nodes to one receiving node, which not only avoids data collision to a great extent, but also effectively solves the problems of temporal-spatial uncertainties, hidden terminals and and high energy consumption and other problems in Underwater Acoustic Networks, and improve the fairness of node channel access. Network performance such as channel utilization and network throughput. The simulation results shows that the network throughput of CS-MAC protocol is better than ALOHA, R-MAC, and slotted- FAMA, etc. CS-MAC protocol outperforms ALOHA and LSPB-MAC protocols in terms of packet delivery rate and end-to-end delay.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"15 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129389990","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Path following of ships based on high order nonlinear observer 基于高阶非线性观测器的船舶路径跟踪
Pub Date : 2022-06-30 DOI: 10.1117/12.2639168
Yi Fan, R. Bu, Xianghui Liu
In the process of research on ship path tracking control, considering that the rudder angle needs to be optimized and the rudder amplitude and speed are constrained, this paper proposes a model predictive control (MPC) algorithm. High-order nonlinear observers are designed to avoid the impact of environmental interference and solve the problem that the highorder state value of the system is not easy to measure. At the same time, the speed state of the ship and the total unknown items including model uncertainties and external interference are estimated. The prediction model in the article uses a separate ship model that considers the response system of the steering gear, which makes the ship motion control more in line with the actual situation and improves the accuracy. Finally, it is verified by Matlab simulation. The designed controller enables the ship to track the reference path under the time-varying disturbance of wind, waves and currents, and the rudder angle is small and smooth. The results show the effectiveness of the design.
在船舶路径跟踪控制的研究过程中,考虑到舵角需要优化,舵幅和舵速有约束,提出了一种模型预测控制(MPC)算法。设计高阶非线性观测器是为了避免环境干扰的影响,解决系统高阶状态值不易测量的问题。同时,对船舶的航速状态和包括模型不确定性和外部干扰在内的全部未知项进行了估计。文中的预测模型采用单独的船舶模型,考虑了舵机的响应系统,使船舶运动控制更符合实际情况,提高了精度。最后,通过Matlab仿真对其进行了验证。所设计的控制器能使船舶在风、浪、流等时变扰动下跟踪参考路径,舵角小而平滑。仿真结果表明了设计的有效性。
{"title":"Path following of ships based on high order nonlinear observer","authors":"Yi Fan, R. Bu, Xianghui Liu","doi":"10.1117/12.2639168","DOIUrl":"https://doi.org/10.1117/12.2639168","url":null,"abstract":"In the process of research on ship path tracking control, considering that the rudder angle needs to be optimized and the rudder amplitude and speed are constrained, this paper proposes a model predictive control (MPC) algorithm. High-order nonlinear observers are designed to avoid the impact of environmental interference and solve the problem that the highorder state value of the system is not easy to measure. At the same time, the speed state of the ship and the total unknown items including model uncertainties and external interference are estimated. The prediction model in the article uses a separate ship model that considers the response system of the steering gear, which makes the ship motion control more in line with the actual situation and improves the accuracy. Finally, it is verified by Matlab simulation. The designed controller enables the ship to track the reference path under the time-varying disturbance of wind, waves and currents, and the rudder angle is small and smooth. The results show the effectiveness of the design.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"48 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122384992","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Design and application research of mine underground disaster relief personnel positioning system based on MEMS sensor 基于MEMS传感器的矿山井下救灾人员定位系统设计与应用研究
Pub Date : 2022-06-30 DOI: 10.1117/12.2639253
Yue Zhao, Jianyong Wang, Chengyong Duan
In order to solve the problem of low positioning accuracy of disaster relief personnel and rescue efficiency when a disaster occurs in a coal mine, this paper proposes a disaster relief personnel positioning system for coal mine based on Micro-Electro-Mechanical System (MEMS) sensor. The proposed system uses the MPU9150 inertial sensor to obtain measurement data and the CC2530 microprocessor as the main control chip for data acquisition and processing. In the proposed system, the Pedestrian Dead Reckoning (PDR) algorithm is used to determine the step size based on the fusion expression between the walking frequency variance and acceleration, and the quaternion method is used to estimate pedestrian orientation angle. In order to reduce the error caused by the drift of the accelerometer and gyroscope, the extended Kalman filter is employed to correct the original data. The experimental results show that the positioning error of the proposed system is less than 1.6 m in 100 m. Thus, the proposed method can achieve high accuracy in the disaster relief personnel positioning in an underground coal mine.
为了解决煤矿发生灾害时救灾人员定位精度低、救援效率低等问题,本文提出了一种基于微机电系统(MEMS)传感器的煤矿救灾人员定位系统。该系统采用MPU9150惯性传感器获取测量数据,CC2530微处理器作为主控芯片进行数据采集和处理。在该系统中,基于步行频率方差与加速度的融合表达式,采用行人航迹推算(PDR)算法确定步长,采用四元数法估计行人方向角。为了减小加速度计和陀螺仪漂移带来的误差,采用扩展卡尔曼滤波对原始数据进行校正。实验结果表明,该系统在100 m内的定位误差小于1.6 m。因此,该方法在煤矿井下救灾人员定位中具有较高的精度。
{"title":"Design and application research of mine underground disaster relief personnel positioning system based on MEMS sensor","authors":"Yue Zhao, Jianyong Wang, Chengyong Duan","doi":"10.1117/12.2639253","DOIUrl":"https://doi.org/10.1117/12.2639253","url":null,"abstract":"In order to solve the problem of low positioning accuracy of disaster relief personnel and rescue efficiency when a disaster occurs in a coal mine, this paper proposes a disaster relief personnel positioning system for coal mine based on Micro-Electro-Mechanical System (MEMS) sensor. The proposed system uses the MPU9150 inertial sensor to obtain measurement data and the CC2530 microprocessor as the main control chip for data acquisition and processing. In the proposed system, the Pedestrian Dead Reckoning (PDR) algorithm is used to determine the step size based on the fusion expression between the walking frequency variance and acceleration, and the quaternion method is used to estimate pedestrian orientation angle. In order to reduce the error caused by the drift of the accelerometer and gyroscope, the extended Kalman filter is employed to correct the original data. The experimental results show that the positioning error of the proposed system is less than 1.6 m in 100 m. Thus, the proposed method can achieve high accuracy in the disaster relief personnel positioning in an underground coal mine.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124425993","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Design of an externally adjustable oscillator circuit 一种外部可调振荡器电路的设计
Pub Date : 2022-06-30 DOI: 10.1117/12.2640492
Tao Lan, Shengming Huang, Q. Duan, Lulu Xun
In view of the traditional RC oscillator's low accuracy and inability to be adjusted, a new repairable and adjustable high-precision RC oscillator is proposed. The oscillator is composed of two inverters, comparators, controllable switches, capacitors and resistors. The comparator generates output voltage by comparing the capacitor voltage value and the reference voltage value. At the same time, it controls the working state of the switching MOS tube to complete the cyclic charge and discharge of the capacitor. The two groups of capacitors charge and discharge alternately, and then produce continuous oscillation waveform. The high-frequency clock is realized by alternating comparison between bilateral comparator and bias voltage. The advantage of this mode is that the oscillation frequency is only related to the charging time, but has nothing to do with the discharge time. There is no need to consider the influence of the discharge time delay on the frequency. In this paper, the coarse adjustment of the accuracy of the oscillator is realized by adjusting the charging current of the capacitor, and then the output of the oscillator is accurately adjusted by selecting the capacitance value of the capacitor.
针对传统RC振荡器精度低、无法调节的问题,提出了一种可修可调的高精度RC振荡器。振荡器由两个逆变器、比较器、可控开关、电容器和电阻组成。比较器通过比较电容器电压值和参考电压值产生输出电压。同时控制开关MOS管的工作状态,完成电容器的循环充放电。两组电容器交替充放电,然后产生连续振荡波形。高频时钟是通过双边比较器和偏置电压的交替比较实现的。这种模式的优点是振荡频率只与充电时间有关,而与放电时间无关。无需考虑放电延时对频率的影响。本文通过调节电容器的充电电流来实现对振荡器精度的粗调节,然后通过选择电容器的电容值来精确调节振荡器的输出。
{"title":"Design of an externally adjustable oscillator circuit","authors":"Tao Lan, Shengming Huang, Q. Duan, Lulu Xun","doi":"10.1117/12.2640492","DOIUrl":"https://doi.org/10.1117/12.2640492","url":null,"abstract":"In view of the traditional RC oscillator's low accuracy and inability to be adjusted, a new repairable and adjustable high-precision RC oscillator is proposed. The oscillator is composed of two inverters, comparators, controllable switches, capacitors and resistors. The comparator generates output voltage by comparing the capacitor voltage value and the reference voltage value. At the same time, it controls the working state of the switching MOS tube to complete the cyclic charge and discharge of the capacitor. The two groups of capacitors charge and discharge alternately, and then produce continuous oscillation waveform. The high-frequency clock is realized by alternating comparison between bilateral comparator and bias voltage. The advantage of this mode is that the oscillation frequency is only related to the charging time, but has nothing to do with the discharge time. There is no need to consider the influence of the discharge time delay on the frequency. In this paper, the coarse adjustment of the accuracy of the oscillator is realized by adjusting the charging current of the capacitor, and then the output of the oscillator is accurately adjusted by selecting the capacitance value of the capacitor.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114281051","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Research on picture transmission technology based on Beidou communication technology 基于北斗通信技术的图像传输技术研究
Pub Date : 2022-06-30 DOI: 10.1117/12.2639310
Zhiqiang Wang, Zhongtao Dong, Dan Qie
In recent years, there have been many natural disasters in China. After the disaster, communication equipment was damaged to varying degrees, which severely hindered the establishment of communication links between disaster relief departments and disaster sites, which caused great inconvenience to disaster relief tasks. The classification of picture compression technology and commonly used encoding methods was introduced, the international compression standard JPEG algorithm was selected as the picture compression algorithm in this article, the implementation steps of color mode conversion, transformation, quantization, and encoding in the JPEG algorithm was introduced, and finally the Java package was used to implement this compression algorithm. The current status of Beidou satellite navigation system was expounded. A communication program based on Beidou short message communication technology for image transmission was written. The experimental environment and experimental steps were detailed. The feasibility of the JPEG image compression algorithm was verified, which laid the foundation for the improvement of the subsequent experimental process.
近年来,中国发生了许多自然灾害。灾害发生后,通信设备受到不同程度的破坏,严重阻碍了救灾部门与灾害现场之间建立通信联系,给救灾工作带来极大不便。介绍了图像压缩技术的分类和常用的编码方法,本文选择国际压缩标准JPEG算法作为图像压缩算法,介绍了JPEG算法中颜色模式转换、变换、量化和编码的实现步骤,最后利用Java包实现该压缩算法。阐述了北斗卫星导航系统的现状。编写了基于北斗短报文通信技术的图像传输通信程序。详细介绍了实验环境和实验步骤。验证了JPEG图像压缩算法的可行性,为后续实验过程的改进奠定了基础。
{"title":"Research on picture transmission technology based on Beidou communication technology","authors":"Zhiqiang Wang, Zhongtao Dong, Dan Qie","doi":"10.1117/12.2639310","DOIUrl":"https://doi.org/10.1117/12.2639310","url":null,"abstract":"In recent years, there have been many natural disasters in China. After the disaster, communication equipment was damaged to varying degrees, which severely hindered the establishment of communication links between disaster relief departments and disaster sites, which caused great inconvenience to disaster relief tasks. The classification of picture compression technology and commonly used encoding methods was introduced, the international compression standard JPEG algorithm was selected as the picture compression algorithm in this article, the implementation steps of color mode conversion, transformation, quantization, and encoding in the JPEG algorithm was introduced, and finally the Java package was used to implement this compression algorithm. The current status of Beidou satellite navigation system was expounded. A communication program based on Beidou short message communication technology for image transmission was written. The experimental environment and experimental steps were detailed. The feasibility of the JPEG image compression algorithm was verified, which laid the foundation for the improvement of the subsequent experimental process.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"25 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114686290","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Research on application of space rapid response launch system based on data link 基于数据链的空间快速响应发射系统应用研究
Pub Date : 2022-06-30 DOI: 10.1117/12.2639282
Fengyu Wu, Xiu-Yu Liu, J. Wang, Ying Liu, Min Wang
The application purpose of space rapid response launch system based on data link refers to integrate the command information system, sensor system, the launch platform, and platform-mounted command and control system, test and launch control system, measurement and control system and other elements, to realize end-to-end information interconnection and application interoperability, so as to expand the situational awareness scope, command and control efficiency and action coordination ability of a single launch unit. This paper has carried out the research on the launch efficiency improvement methods based on data link application system, distributed decision making and other key technologies, the application work modes and workflows for the typical launch mission scenario, so as to improve the effectiveness of joint command and control at the campaign level and operational coordination at the tactical level.
基于数据链的空间快速反应发射系统的应用目的是指将指挥信息系统、传感器系统、发射平台以及平台上的指挥控制系统、测试发射控制系统、测控系统等要素集成在一起,实现端到端的信息互联和应用互操作,从而扩大态势感知范围。单个发射单元的指挥控制效率和行动协调能力。本文针对典型发射任务场景,开展了基于数据链应用系统、分布式决策等关键技术的发射效率提升方法、应用工作模式和工作流程的研究,以提高战役层面的联合指挥控制效能和战术层面的作战协同能力。
{"title":"Research on application of space rapid response launch system based on data link","authors":"Fengyu Wu, Xiu-Yu Liu, J. Wang, Ying Liu, Min Wang","doi":"10.1117/12.2639282","DOIUrl":"https://doi.org/10.1117/12.2639282","url":null,"abstract":"The application purpose of space rapid response launch system based on data link refers to integrate the command information system, sensor system, the launch platform, and platform-mounted command and control system, test and launch control system, measurement and control system and other elements, to realize end-to-end information interconnection and application interoperability, so as to expand the situational awareness scope, command and control efficiency and action coordination ability of a single launch unit. This paper has carried out the research on the launch efficiency improvement methods based on data link application system, distributed decision making and other key technologies, the application work modes and workflows for the typical launch mission scenario, so as to improve the effectiveness of joint command and control at the campaign level and operational coordination at the tactical level.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"26 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130680775","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Research on security transmission based on RSSP-I for metro train control and management system 基于rssp - 1的地铁列车控制与管理系统安全传输研究
Pub Date : 2022-06-30 DOI: 10.1117/12.2639239
Yao Yao
With the development of metro, the grade of automation(GoA) of metro operation system has been greatly updated. The information between onboard train control and management system(TCMS) and track side maintenance system has become more complex, and the integration of control and communication networks has become a consensus target in metro industry. The control information of traditional train control and management is based on multi-function vehicle bus(MVB) without wireless network, and the security of information transmission can be neglected. In the system of control and communication network integration, the security of information transmission has become a key element. This paper proposes a wireless network maintenance information transmission protocol for metro TCMS based on RSSP-I with advanced encryption standard(AES), which can defense the 7 threads of metro TCMS suitable for GoA4 vehicles.
随着地铁的发展,地铁运营系统的自动化水平有了很大的提高。车载列车控制与管理系统(TCMS)与轨道侧维护系统之间的信息日益复杂,控制与通信网络的集成已成为地铁行业的共识目标。传统的列车控制和管理的控制信息是基于多功能车辆总线(MVB),没有无线网络,信息传输的安全性可以忽略不计。在控制与通信网络集成的系统中,信息传输的安全性已成为一个关键因素。提出了一种基于rssp - 1的城域TCMS无线网络维护信息传输协议,该协议采用高级加密标准(AES),可以防御适用于GoA4车辆的城域TCMS的7个线程。
{"title":"Research on security transmission based on RSSP-I for metro train control and management system","authors":"Yao Yao","doi":"10.1117/12.2639239","DOIUrl":"https://doi.org/10.1117/12.2639239","url":null,"abstract":"With the development of metro, the grade of automation(GoA) of metro operation system has been greatly updated. The information between onboard train control and management system(TCMS) and track side maintenance system has become more complex, and the integration of control and communication networks has become a consensus target in metro industry. The control information of traditional train control and management is based on multi-function vehicle bus(MVB) without wireless network, and the security of information transmission can be neglected. In the system of control and communication network integration, the security of information transmission has become a key element. This paper proposes a wireless network maintenance information transmission protocol for metro TCMS based on RSSP-I with advanced encryption standard(AES), which can defense the 7 threads of metro TCMS suitable for GoA4 vehicles.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"51 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132056119","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Neural Networks, Information and Communication Engineering
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1