首页 > 最新文献

2023 Fourteenth International Conference on Ubiquitous and Future Networks (ICUFN)最新文献

英文 中文
Design of a FHIR interface for wearable healthcare devices 可穿戴医疗设备的FHIR接口设计
Pub Date : 2023-07-04 DOI: 10.1109/ICUFN57995.2023.10199866
Junghoon Lee, Seungah Jang, Eunjung Park
This paper designs a FHIR (Fast Healthcare Interoperable Resources) interface to provide a standard clinical data exchange for personal wearable healthcare devices, aiming at taking them as a part of remote medical services. In uploading, the agent converts the series of sensor readings, such as electrocardiogram, to the JSON-based standard format, divides it into several subparts if necessary, finds the references to relevant resources, and submits the request via RESTful API. For download, a Python client specifies the set of search parameters, gets the target resources from the server, converts them to the language-specific data structure, and hands over to the analysis module. Our testbed is implemented, making use of diverse FHIR tools including the FRED resource editor and the HAPI server.
本文设计了一个FHIR (Fast Healthcare Interoperable Resources)接口,为个人可穿戴医疗设备提供标准的临床数据交换,使其成为远程医疗服务的一部分。在上传过程中,代理将一系列传感器读数(如心电图)转换为基于json的标准格式,根据需要将其分成几个子部分,查找对相关资源的引用,并通过RESTful API提交请求。对于下载,Python客户端指定一组搜索参数,从服务器获取目标资源,将它们转换为特定于语言的数据结构,然后移交给分析模块。我们的测试平台已经实现,使用了各种FHIR工具,包括FRED资源编辑器和HAPI服务器。
{"title":"Design of a FHIR interface for wearable healthcare devices","authors":"Junghoon Lee, Seungah Jang, Eunjung Park","doi":"10.1109/ICUFN57995.2023.10199866","DOIUrl":"https://doi.org/10.1109/ICUFN57995.2023.10199866","url":null,"abstract":"This paper designs a FHIR (Fast Healthcare Interoperable Resources) interface to provide a standard clinical data exchange for personal wearable healthcare devices, aiming at taking them as a part of remote medical services. In uploading, the agent converts the series of sensor readings, such as electrocardiogram, to the JSON-based standard format, divides it into several subparts if necessary, finds the references to relevant resources, and submits the request via RESTful API. For download, a Python client specifies the set of search parameters, gets the target resources from the server, converts them to the language-specific data structure, and hands over to the analysis module. Our testbed is implemented, making use of diverse FHIR tools including the FRED resource editor and the HAPI server.","PeriodicalId":341881,"journal":{"name":"2023 Fourteenth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128905460","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
MPNet: Multiscale predictions based on feature pyramid network for semantic segmentation 基于特征金字塔网络的多尺度预测语义分割
Pub Date : 2023-07-04 DOI: 10.1109/ICUFN57995.2023.10199608
Q. V. Toan, Min Young Kim
Semantic segmentation is a complex topic where they assign each pixel of an image with a corresponding class and demand accuracy at objective boundaries. The method plays a vital role in scene-understanding scenarios. For self-driving applications, the input source includes various types of objects such as trucks, people, or traffic signs. One receptive field is only effective in capturing a short range of sizes. Feature pyramid network (FPN) utilizes different fields of view to extract information from the input. The FPN approach obtains the spatial information from the high-resolution feature map and the semantic information from the lower scales. The final feature representation contains coarse and fine details, but it has some drawbacks. They burden the system with extensive computation and reduce the semantic information. In this paper, we devise an effective multiscale predictions network (MPNet) to address these issues. A multiscale pyramid of predictions effectively processes the prominent characteristics of each feature. A pair of adjacent features is combined together to predict the output separately. A lower-scale feature of each prediction is assigned as the contextual contributor, and the other provides coarser information. The contextual branch is passed through the atrous spatial pyramid pooling to improve performance. The segmentation scores are fused to obtain advantages from all predictions. The model is validated by a series of experiments on open data sets. We have achieved good results 76.5% mIoU at 50 FPS on Cityscapes and 43.9% mIoU on Mapillary Vistas.
语义分割是一个复杂的课题,它为图像的每个像素分配相应的类,并要求在客观边界上的准确性。该方法在场景理解场景中起着至关重要的作用。对于自动驾驶应用,输入源包括各种类型的对象,如卡车、人或交通标志。一个接受野只能有效捕捉短范围的大小。特征金字塔网络(FPN)利用不同的视场从输入中提取信息。FPN方法从高分辨率特征图中获取空间信息,从低尺度上获取语义信息。最终的特征表示包含粗糙和精细的细节,但它有一些缺点。它们给系统带来了大量的计算负担,并减少了语义信息。在本文中,我们设计了一个有效的多尺度预测网络(MPNet)来解决这些问题。预测的多尺度金字塔有效地处理每个特征的突出特征。将一对相邻的特征组合在一起,分别预测输出。每个预测的较低尺度特征被指定为上下文贡献者,而另一个提供较粗的信息。上下文分支通过空间金字塔池传递,以提高性能。将分割分数融合以获得所有预测的优势。通过一系列开放数据集的实验验证了该模型的有效性。我们在城市景观和Mapillary远景方面取得了良好的成绩,分别为76.5%和43.9%。
{"title":"MPNet: Multiscale predictions based on feature pyramid network for semantic segmentation","authors":"Q. V. Toan, Min Young Kim","doi":"10.1109/ICUFN57995.2023.10199608","DOIUrl":"https://doi.org/10.1109/ICUFN57995.2023.10199608","url":null,"abstract":"Semantic segmentation is a complex topic where they assign each pixel of an image with a corresponding class and demand accuracy at objective boundaries. The method plays a vital role in scene-understanding scenarios. For self-driving applications, the input source includes various types of objects such as trucks, people, or traffic signs. One receptive field is only effective in capturing a short range of sizes. Feature pyramid network (FPN) utilizes different fields of view to extract information from the input. The FPN approach obtains the spatial information from the high-resolution feature map and the semantic information from the lower scales. The final feature representation contains coarse and fine details, but it has some drawbacks. They burden the system with extensive computation and reduce the semantic information. In this paper, we devise an effective multiscale predictions network (MPNet) to address these issues. A multiscale pyramid of predictions effectively processes the prominent characteristics of each feature. A pair of adjacent features is combined together to predict the output separately. A lower-scale feature of each prediction is assigned as the contextual contributor, and the other provides coarser information. The contextual branch is passed through the atrous spatial pyramid pooling to improve performance. The segmentation scores are fused to obtain advantages from all predictions. The model is validated by a series of experiments on open data sets. We have achieved good results 76.5% mIoU at 50 FPS on Cityscapes and 43.9% mIoU on Mapillary Vistas.","PeriodicalId":341881,"journal":{"name":"2023 Fourteenth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"130 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132525119","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
2.4 Gbps Real-Time Visible Light Communication System Based on Blue Laser Diode 基于蓝色激光二极管的2.4 Gbps实时可见光通信系统
Pub Date : 2023-07-04 DOI: 10.1109/ICUFN57995.2023.10199969
Jinheng Shao, Chao Zhang
In this paper, a real-time visible light communication (VLC) based on blue laser diode is implemented on field programmable gate array (FPGA) platform. To reduce requirements for signal processing speed, we propose a parallel scheme for modulation and demodulation with simple hardware implementation and low performance loss. Finally, we successfully constructed a VLC system prototype with 600 MHz transmission bandwidth and 2.4 Gbps communication rate over 1 m link distance. Actual measurements shows that $10 -^{5}$ magnitude bit error rate (BER) is achieved without forward error correction (FEC), which demonstrates excellent performance in reported single-source VLC system.
本文在现场可编程门阵列(FPGA)平台上实现了基于蓝色激光二极管的实时可见光通信(VLC)。为了降低对信号处理速度的要求,我们提出了一种硬件实现简单、性能损失低的调制解调并行方案。最后,我们成功构建了一个传输带宽为600 MHz、通信速率为2.4 Gbps、链路距离为1m的VLC系统原型。实际测量结果表明,在不进行前向纠错(FEC)的情况下,该系统的误码率达到了$10 -^{5}$数量级,在已有的单源VLC系统中表现出了优异的性能。
{"title":"2.4 Gbps Real-Time Visible Light Communication System Based on Blue Laser Diode","authors":"Jinheng Shao, Chao Zhang","doi":"10.1109/ICUFN57995.2023.10199969","DOIUrl":"https://doi.org/10.1109/ICUFN57995.2023.10199969","url":null,"abstract":"In this paper, a real-time visible light communication (VLC) based on blue laser diode is implemented on field programmable gate array (FPGA) platform. To reduce requirements for signal processing speed, we propose a parallel scheme for modulation and demodulation with simple hardware implementation and low performance loss. Finally, we successfully constructed a VLC system prototype with 600 MHz transmission bandwidth and 2.4 Gbps communication rate over 1 m link distance. Actual measurements shows that $10 -^{5}$ magnitude bit error rate (BER) is achieved without forward error correction (FEC), which demonstrates excellent performance in reported single-source VLC system.","PeriodicalId":341881,"journal":{"name":"2023 Fourteenth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"53 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126832423","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
Predicting heart failure prognosis using deep learning based on FT-transformer 基于FT-transformer的深度学习预测心力衰竭预后
Pub Date : 2023-07-04 DOI: 10.1109/ICUFN57995.2023.10200998
Geun-Hyeong Kim, Minuk Yang, Geun-Hyeong Kim, Seong-Hwan Eom, Tae-Soo Lee, Seung Park
Although heart failure (HF) diagnosis and treatment techniques have advanced, more than 50% of HF patients are readmitted. Readmission worsens the life quality of patients due to economic and psychological burdens. Therefore, readmission prediction for patients is important to prevent unnecessary readmissions. We used a feature tokenizer transformer (FT-transformer) to predict readmission by embedding all features and analyzing via transformer encoder. Our experiment with 615 HF patients outperformed conventional machine learning models, achieving an area under the curve of 0.7434 within 28 days, 0.7063 within 3 months, and 0.7039 within 6 months. FT-transformer can potentially improve patient outcomes by enabling early interventions to prevent readmissions.
尽管心衰的诊断和治疗技术已经取得了进步,但仍有超过50%的心衰患者再次入院。由于经济和心理负担,再入院使患者的生活质量恶化。因此,对患者进行再入院预测对于防止不必要的再入院具有重要意义。我们使用特征标记器变压器(ft -变压器)通过嵌入所有特征并通过变压器编码器进行分析来预测再入。我们对615例HF患者的实验优于传统的机器学习模型,28天曲线下面积为0.7434,3个月曲线下面积为0.7063,6个月曲线下面积为0.7039。FT-transformer可以通过早期干预预防再入院,从而潜在地改善患者的预后。
{"title":"Predicting heart failure prognosis using deep learning based on FT-transformer","authors":"Geun-Hyeong Kim, Minuk Yang, Geun-Hyeong Kim, Seong-Hwan Eom, Tae-Soo Lee, Seung Park","doi":"10.1109/ICUFN57995.2023.10200998","DOIUrl":"https://doi.org/10.1109/ICUFN57995.2023.10200998","url":null,"abstract":"Although heart failure (HF) diagnosis and treatment techniques have advanced, more than 50% of HF patients are readmitted. Readmission worsens the life quality of patients due to economic and psychological burdens. Therefore, readmission prediction for patients is important to prevent unnecessary readmissions. We used a feature tokenizer transformer (FT-transformer) to predict readmission by embedding all features and analyzing via transformer encoder. Our experiment with 615 HF patients outperformed conventional machine learning models, achieving an area under the curve of 0.7434 within 28 days, 0.7063 within 3 months, and 0.7039 within 6 months. FT-transformer can potentially improve patient outcomes by enabling early interventions to prevent readmissions.","PeriodicalId":341881,"journal":{"name":"2023 Fourteenth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"48 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124902466","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
Overcoming Wireless Channel modeling and Relay Signal Selection Via Artificial Intelligence Techniques in the 5G and Beyond 通过人工智能技术克服5G及以后的无线信道建模和中继信号选择
Pub Date : 2023-07-04 DOI: 10.1109/ICUFN57995.2023.10200723
Saud Alhajaj Aldossari, Abdullah Aldosary, Kwang-Cheng Chen
Wireless technology has faced technical challenges that have been unresolved or only partially addressed. Issues such as modeling the wireless channel and selecting the optimum signal This paper proposes using Artificial Intelligence (AI) to tackle these concerns. Machine Learning (ML) can estimate wireless channel states based on available data. Regression and classification techniques have been used to improve communication and meet 5G standards. The effectiveness of ML and Deep Learning techniques were compared to achieve the best accuracy. This paper shows how AI can revolutionize the design of 5G-NR and future generations with an accurate prediction of 99.99%.
无线技术面临着尚未解决或仅部分解决的技术挑战。本文提出使用人工智能(AI)来解决这些问题。机器学习(ML)可以根据可用数据估计无线信道状态。回归和分类技术已被用于改善通信和满足5G标准。比较了ML和深度学习技术的有效性,以达到最佳的准确性。本文展示了人工智能如何以99.99%的准确预测彻底改变5G-NR和未来几代的设计。
{"title":"Overcoming Wireless Channel modeling and Relay Signal Selection Via Artificial Intelligence Techniques in the 5G and Beyond","authors":"Saud Alhajaj Aldossari, Abdullah Aldosary, Kwang-Cheng Chen","doi":"10.1109/ICUFN57995.2023.10200723","DOIUrl":"https://doi.org/10.1109/ICUFN57995.2023.10200723","url":null,"abstract":"Wireless technology has faced technical challenges that have been unresolved or only partially addressed. Issues such as modeling the wireless channel and selecting the optimum signal This paper proposes using Artificial Intelligence (AI) to tackle these concerns. Machine Learning (ML) can estimate wireless channel states based on available data. Regression and classification techniques have been used to improve communication and meet 5G standards. The effectiveness of ML and Deep Learning techniques were compared to achieve the best accuracy. This paper shows how AI can revolutionize the design of 5G-NR and future generations with an accurate prediction of 99.99%.","PeriodicalId":341881,"journal":{"name":"2023 Fourteenth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"199 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124929333","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
Service-Based Optimal Group Resource Allocation Strategy 基于服务的群体资源最优分配策略
Pub Date : 2023-07-04 DOI: 10.1109/ICUFN57995.2023.10200399
Chaeyeon Cha, Hyunggon Park
With the increasing development of the Internet of Things (IoT), there is a growing need for efficient resource allocation to the many devices in the IoT system. This need is particularly acute in the case of time-sensitive applications, where fast resource allocation is essential. However, the resource allocation based on the Nash bargaining solution (NBS) necessitates exponentially increasing computational complexity for user dynamic systems. We propose an approach that makes groups based on the requested services and predicts a disagreement point whenever the group size changes, with the aim of reducing the computational complexity to find the NBS. Through simulation results, we demonstrate that our proposed approach outperforms the existing method in terms of execution time to find the NBS, maintaining the optimality in finding NBS.
随着物联网的不断发展,对物联网系统中众多设备的高效资源分配的需求日益增长。对于时间敏感的应用程序,这种需求尤其迫切,因为快速资源分配是必不可少的。然而,基于纳什讨价还价解决方案(NBS)的资源分配使得用户动态系统的计算复杂度呈指数级增长。我们提出了一种基于请求的服务分组的方法,并在分组大小变化时预测分歧点,目的是降低查找NBS的计算复杂度。仿真结果表明,该方法在查找NBS的执行时间上优于现有方法,保持了查找NBS的最优性。
{"title":"Service-Based Optimal Group Resource Allocation Strategy","authors":"Chaeyeon Cha, Hyunggon Park","doi":"10.1109/ICUFN57995.2023.10200399","DOIUrl":"https://doi.org/10.1109/ICUFN57995.2023.10200399","url":null,"abstract":"With the increasing development of the Internet of Things (IoT), there is a growing need for efficient resource allocation to the many devices in the IoT system. This need is particularly acute in the case of time-sensitive applications, where fast resource allocation is essential. However, the resource allocation based on the Nash bargaining solution (NBS) necessitates exponentially increasing computational complexity for user dynamic systems. We propose an approach that makes groups based on the requested services and predicts a disagreement point whenever the group size changes, with the aim of reducing the computational complexity to find the NBS. Through simulation results, we demonstrate that our proposed approach outperforms the existing method in terms of execution time to find the NBS, maintaining the optimality in finding NBS.","PeriodicalId":341881,"journal":{"name":"2023 Fourteenth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"83 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127724335","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
ADMM-Based Channel Estimation Methods for Millimeter Wave MIMO System 基于admm的毫米波MIMO系统信道估计方法
Pub Date : 2023-07-04 DOI: 10.1109/ICUFN57995.2023.10200250
P. Srivastav, Hoon Lee
Millimeter wave (mmWave) communication techniques have been regarded as promising solutions for wireless communication networks. However, short wavelength of mmWave signals poses fundamental challenges in estimating wireless channels. This paper tackles the channel estimation problems for frequency selective mmWave imposed on a multiple-input and multiple-output (MIMO) systems. In particular, we leverage the low-rank and sparse properties of mmWave channel matrices. The alternating direction method of multipliers (ADMM) with a relaxation parameter in a symmetrical order is employed. The numerical results exhibit the superiority of proposed methodology in terms of mean-squared-error and spectral efficiency.
毫米波(mmWave)通信技术被认为是无线通信网络的一种有前途的解决方案。然而,毫米波信号的短波长给无线信道估计带来了根本性的挑战。研究了多输入多输出(MIMO)系统中频率选择毫米波的信道估计问题。特别是,我们利用毫米波信道矩阵的低秩和稀疏特性。采用了具有对称顺序松弛参数的乘法器交替方向法。数值结果表明,该方法在均方误差和谱效率方面具有优越性。
{"title":"ADMM-Based Channel Estimation Methods for Millimeter Wave MIMO System","authors":"P. Srivastav, Hoon Lee","doi":"10.1109/ICUFN57995.2023.10200250","DOIUrl":"https://doi.org/10.1109/ICUFN57995.2023.10200250","url":null,"abstract":"Millimeter wave (mmWave) communication techniques have been regarded as promising solutions for wireless communication networks. However, short wavelength of mmWave signals poses fundamental challenges in estimating wireless channels. This paper tackles the channel estimation problems for frequency selective mmWave imposed on a multiple-input and multiple-output (MIMO) systems. In particular, we leverage the low-rank and sparse properties of mmWave channel matrices. The alternating direction method of multipliers (ADMM) with a relaxation parameter in a symmetrical order is employed. The numerical results exhibit the superiority of proposed methodology in terms of mean-squared-error and spectral efficiency.","PeriodicalId":341881,"journal":{"name":"2023 Fourteenth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"84 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132278501","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
Phase Noise Estimation in Full-Duplex Orthogonal Frequency Division Multiplexing Systems 全双工正交频分复用系统中的相位噪声估计
Pub Date : 2023-07-04 DOI: 10.1109/ICUFN57995.2023.10200804
F. Tseng, Tsang-Yi Wang, Chun-Tao Lin, Chun-Cheng Su
The paper studies the estimation of phase noise (PHN) in a full-duplex (FD) orthogonal frequency division multiplexing (OFDM) system. Unlike the conventional half-duplex OFDM system, the receiver faces the challenge of estimating the PHN of the intended signals and self-interference (SI). To address this issue, the PHN estimation problem is transformed into a sparse signal detection problem, which can be solved using compressive sensing techniques. However, the performance of these techniques is limited by linear approximation, improper prior information, or improper structure of the sensing matrix. To overcome these limitations, the extended Kalman filter (EKF) is introduced for PHN estimation. The EKF utilizes the maximum a posteriori probability (MAP) criterion with an approximated linear observation model. Furthermore, a novel MAP estimator is developed that employs the original nonlinear observations. Numerical results validate the effectiveness of the proposed estimators and demonstrate that the proposed MAP estimator outperforms existing compressive sensing approaches due to the utilization of accurate posterior distribution.
研究了全双工(FD)正交频分复用(OFDM)系统中相位噪声的估计问题。与传统的半双工OFDM系统不同,接收机面临着估计预期信号的PHN和自干扰(SI)的挑战。为了解决这一问题,将PHN估计问题转化为稀疏信号检测问题,并利用压缩感知技术解决该问题。然而,这些技术的性能受到线性逼近、不适当的先验信息或不适当的传感矩阵结构的限制。为了克服这些局限性,引入扩展卡尔曼滤波(EKF)进行PHN估计。EKF利用最大后验概率(MAP)准则和近似的线性观测模型。在此基础上,提出了一种利用原始非线性观测值的MAP估计方法。数值结果验证了所提估计器的有效性,并表明所提MAP估计器由于利用了精确的后验分布而优于现有的压缩感知方法。
{"title":"Phase Noise Estimation in Full-Duplex Orthogonal Frequency Division Multiplexing Systems","authors":"F. Tseng, Tsang-Yi Wang, Chun-Tao Lin, Chun-Cheng Su","doi":"10.1109/ICUFN57995.2023.10200804","DOIUrl":"https://doi.org/10.1109/ICUFN57995.2023.10200804","url":null,"abstract":"The paper studies the estimation of phase noise (PHN) in a full-duplex (FD) orthogonal frequency division multiplexing (OFDM) system. Unlike the conventional half-duplex OFDM system, the receiver faces the challenge of estimating the PHN of the intended signals and self-interference (SI). To address this issue, the PHN estimation problem is transformed into a sparse signal detection problem, which can be solved using compressive sensing techniques. However, the performance of these techniques is limited by linear approximation, improper prior information, or improper structure of the sensing matrix. To overcome these limitations, the extended Kalman filter (EKF) is introduced for PHN estimation. The EKF utilizes the maximum a posteriori probability (MAP) criterion with an approximated linear observation model. Furthermore, a novel MAP estimator is developed that employs the original nonlinear observations. Numerical results validate the effectiveness of the proposed estimators and demonstrate that the proposed MAP estimator outperforms existing compressive sensing approaches due to the utilization of accurate posterior distribution.","PeriodicalId":341881,"journal":{"name":"2023 Fourteenth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"13 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115088553","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
Frame Design for Differential Packet-Level Index Modulation implemented by LoRaWAN LoRaWAN实现差分分组级索引调制的帧设计
Pub Date : 2023-07-04 DOI: 10.1109/ICUFN57995.2023.10200944
Hitoshi Yamasaki, Hiroki Matsuura, M. Ohta, M. Taromaru
LoRaWAN is focused as one of standards for LPWA (Low Power Wide Area) that is employed in IoT (Internet of Things) system. In order to realize a packet-level index modulation (PLIM), this paper implements the sensor nodes with LoRaWAN. In this paper, a differential PLIM (DPLIM) which is based on PLIM without a time frame synchronization is studied. The use of DPLIM implemented in LoRaWAN requires the design of a new time frame to transmit at any given time. The new time frame design is based on the specification of LoRaWAN that the sensor node has to open two receive windows after transmits a packet. This paper uses the implemented wireless sensor node and confirms the performance of DPLIM that is better than that of conventional PLIM.
LoRaWAN是物联网(IoT)系统中采用的低功率广域(LPWA)标准之一。为了实现分组级索引调制(PLIM),本文用LoRaWAN实现了传感器节点。本文研究了一种基于PLIM的无时间帧同步差分PLIM (DPLIM)。在LoRaWAN中实现DPLIM的使用需要设计一个新的时间框架来在任何给定的时间进行传输。新的时间框架设计是基于LoRaWAN的规范,即传感器节点在发送数据包后必须打开两个接收窗口。利用所实现的无线传感器节点,验证了DPLIM的性能优于传统的PLIM。
{"title":"Frame Design for Differential Packet-Level Index Modulation implemented by LoRaWAN","authors":"Hitoshi Yamasaki, Hiroki Matsuura, M. Ohta, M. Taromaru","doi":"10.1109/ICUFN57995.2023.10200944","DOIUrl":"https://doi.org/10.1109/ICUFN57995.2023.10200944","url":null,"abstract":"LoRaWAN is focused as one of standards for LPWA (Low Power Wide Area) that is employed in IoT (Internet of Things) system. In order to realize a packet-level index modulation (PLIM), this paper implements the sensor nodes with LoRaWAN. In this paper, a differential PLIM (DPLIM) which is based on PLIM without a time frame synchronization is studied. The use of DPLIM implemented in LoRaWAN requires the design of a new time frame to transmit at any given time. The new time frame design is based on the specification of LoRaWAN that the sensor node has to open two receive windows after transmits a packet. This paper uses the implemented wireless sensor node and confirms the performance of DPLIM that is better than that of conventional PLIM.","PeriodicalId":341881,"journal":{"name":"2023 Fourteenth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"49 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115202551","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
Implementation and Evaluation of Synchronized SS-CDMA Using Wireless Two-Way Interferometry (Wi-Wi) 基于无线双向干涉测量(Wi-Wi)的同步SS-CDMA实现与评价
Pub Date : 2023-07-04 DOI: 10.1109/ICUFN57995.2023.10200160
Serena Akasaka, Suguru Kameda, S. Yasuda, N. Shiga
Synchronized spread spectrum code division multiple access (SS-CDMA) is very effective for increasing the capacity and reducing the interference with a rapid spread of Internet of things (IoT) devices. Since the synchronized SS-CDMA requires receiving timing synchronization, it is essential to realize transmission timing control of each node using space-time synchronization. In this paper, we investigate precise time synchronization between nodes using Wireless Two-Way Interferometry (Wi-Wi). The measurement results show that the standard deviation of offset ($sigma$) was less than 30ns. Furthermore, we implement a synchronized SS-CDMA communication function on Universal Software Radio Peripheral (USRP). The bit error rate (BER) characteristics are evaluated with different offsets of initial timing synchronization of the Wi-Wi module. It is found that BER characteristics when two signals are transmitted simultaneously become smaller as the Wi-Wi offset becomes smaller. For an offset of around 12 ns, the degradation of BER compared to the case with 1 transmission signal is negligibly small. As a result, we reveal that simultaneous communication between two terminals is possible without large degradation.
随着物联网设备的快速普及,同步扩频码分多址(SS-CDMA)在增加容量和减少干扰方面非常有效。由于同步的SS-CDMA要求接收定时同步,因此利用空时同步实现各节点的发送定时控制至关重要。在本文中,我们使用无线双向干涉测量(Wi-Wi)研究节点之间的精确时间同步。测量结果表明,偏移量的标准差($sigma$)小于30ns。此外,我们还在通用软件无线电外设(USRP)上实现了同步的SS-CDMA通信功能。采用不同的初始定时同步偏移量对Wi-Wi模块的误码率特性进行了评估。研究发现,当两个信号同时传输时,随着Wi-Wi偏移量的减小,BER特性也随之减小。对于12 ns左右的偏移量,与1个传输信号的情况相比,误码率的下降可以忽略不计。因此,我们发现两个终端之间的同时通信是可能的,而不会有很大的退化。
{"title":"Implementation and Evaluation of Synchronized SS-CDMA Using Wireless Two-Way Interferometry (Wi-Wi)","authors":"Serena Akasaka, Suguru Kameda, S. Yasuda, N. Shiga","doi":"10.1109/ICUFN57995.2023.10200160","DOIUrl":"https://doi.org/10.1109/ICUFN57995.2023.10200160","url":null,"abstract":"Synchronized spread spectrum code division multiple access (SS-CDMA) is very effective for increasing the capacity and reducing the interference with a rapid spread of Internet of things (IoT) devices. Since the synchronized SS-CDMA requires receiving timing synchronization, it is essential to realize transmission timing control of each node using space-time synchronization. In this paper, we investigate precise time synchronization between nodes using Wireless Two-Way Interferometry (Wi-Wi). The measurement results show that the standard deviation of offset ($sigma$) was less than 30ns. Furthermore, we implement a synchronized SS-CDMA communication function on Universal Software Radio Peripheral (USRP). The bit error rate (BER) characteristics are evaluated with different offsets of initial timing synchronization of the Wi-Wi module. It is found that BER characteristics when two signals are transmitted simultaneously become smaller as the Wi-Wi offset becomes smaller. For an offset of around 12 ns, the degradation of BER compared to the case with 1 transmission signal is negligibly small. As a result, we reveal that simultaneous communication between two terminals is possible without large degradation.","PeriodicalId":341881,"journal":{"name":"2023 Fourteenth International Conference on Ubiquitous and Future Networks (ICUFN)","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115921461","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}
引用次数: 2
期刊
2023 Fourteenth International Conference on Ubiquitous and Future Networks (ICUFN)
全部 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