首页 > 最新文献

2023 20th International Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON)最新文献

英文 中文
Performance Comparison of Lightweight CNN Models for Drone Collision Avoidance Dataset 无人机避碰数据集轻量级CNN模型性能比较
Rifqi Nabila Zufar, D. Banjerdpongchai
Collision Avoidance System (CAS) is important for drone safety. CAS consists of three steps e.g., obstacle sensing, collision prediction, and collision avoidance. Collision prediction enables drones to gain information, process information, and estimate whether the object has a risk of collision. Convolution Neural Network (CNN) is one of the methods that can be employed for collision prediction. However, CNN is a method that needs a large data in the training. Dario Pedro et al. provided a dataset called the CoLANet dataset that consists of VDOs of collision drones. Subsequently, they proposed a new algorithm called Neural Network Pipeline which has a Convolution Neural Network (CNN) part to extract the feature from a couple of images. CNN extracts images by using MobileNetV2 as a pre-trained model. They chose MobileNetV2 due to training performance from another dataset. This paper aims to assess the performance of lightweight CNN models using the CoLANet dataset. The models will be trained on the Keras library with parameters of fewer than ten million. The models will be validated by Confusion Matrix and Receiver Operating Characteristics. In conclusion, we examine which pre-trained CNN model has the best performance and suggest ongoing work.
防撞系统(CAS)对无人机安全至关重要。CAS包括障碍物感知、碰撞预测和碰撞避免三个步骤。碰撞预测使无人机能够获取信息,处理信息,并估计物体是否有碰撞风险。卷积神经网络(CNN)是一种可以用于碰撞预测的方法。然而,CNN是一种需要大量训练数据的方法。Dario Pedro等人提供了一个名为CoLANet的数据集,该数据集由碰撞无人机的vdo组成。随后,他们提出了一种名为神经网络管道的新算法,该算法具有卷积神经网络(CNN)部分,可以从几张图像中提取特征。CNN使用MobileNetV2作为预训练模型提取图像。他们选择MobileNetV2是基于另一个数据集的训练性能。本文旨在使用CoLANet数据集评估轻量级CNN模型的性能。这些模型将在Keras库上进行训练,参数小于1000万。模型将通过混淆矩阵和接收机工作特性进行验证。总之,我们检查了哪个预训练的CNN模型具有最佳性能,并建议继续进行工作。
{"title":"Performance Comparison of Lightweight CNN Models for Drone Collision Avoidance Dataset","authors":"Rifqi Nabila Zufar, D. Banjerdpongchai","doi":"10.1109/ECTI-CON58255.2023.10153233","DOIUrl":"https://doi.org/10.1109/ECTI-CON58255.2023.10153233","url":null,"abstract":"Collision Avoidance System (CAS) is important for drone safety. CAS consists of three steps e.g., obstacle sensing, collision prediction, and collision avoidance. Collision prediction enables drones to gain information, process information, and estimate whether the object has a risk of collision. Convolution Neural Network (CNN) is one of the methods that can be employed for collision prediction. However, CNN is a method that needs a large data in the training. Dario Pedro et al. provided a dataset called the CoLANet dataset that consists of VDOs of collision drones. Subsequently, they proposed a new algorithm called Neural Network Pipeline which has a Convolution Neural Network (CNN) part to extract the feature from a couple of images. CNN extracts images by using MobileNetV2 as a pre-trained model. They chose MobileNetV2 due to training performance from another dataset. This paper aims to assess the performance of lightweight CNN models using the CoLANet dataset. The models will be trained on the Keras library with parameters of fewer than ten million. The models will be validated by Confusion Matrix and Receiver Operating Characteristics. In conclusion, we examine which pre-trained CNN model has the best performance and suggest ongoing work.","PeriodicalId":340768,"journal":{"name":"2023 20th International Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON)","volume":"106 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117223216","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
Forex Price Trend Prediction using Convolutional Neural Network 基于卷积神经网络的外汇价格趋势预测
Warakorn Luangluewut, P. Thiennviboon
Foreign exchange (Forex) currency trading is an attractive investment. Real profits from the Forex trading, like stock trading, come from differences between buying prices and selling prices, which can be recognized by exchange rate trends. Our goal is to predict a trend direction from the most recent set of exchange rates using a simple deep learning model. The Forex price time series is converted to an image which is used as an input of a convolution neural network. Uptrend/downtrend labels of Forex prices were recognized using Martingale strategy. The model was trained using EUR/USD 2013 and 2015 open price data. For testing performances, initial 26-minute samples of uptrend/ downtrend events from EUR/USD 2016-2018 and 2020 open price data were used and 93% accuracy is achieved. To show trading benefits, a simple trading algorithm was simulated using our model and common trend indicators for EUR/USD 2013/2015-2018/2020 and GBP/USD 2020. In most cases, the trading algorithm using our model gained profits about 6% – 422% higher than those using other techniques. Therefore, our proposed model, if used correctly, may provide substantial profits in Forex trading.
外汇交易是一项有吸引力的投资。外汇交易和股票交易一样,真正的利润来自于买入价和卖出价之间的差异,这可以通过汇率趋势来识别。我们的目标是使用一个简单的深度学习模型,从最新的汇率集预测趋势方向。外汇价格时间序列被转换成图像,用作卷积神经网络的输入。使用鞅策略识别外汇价格的上升/下降趋势标签。该模型使用欧元/美元2013年和2015年的公开价格数据进行训练。为了测试性能,使用了欧元/美元2016-2018年和2020年开盘价数据中最初的26分钟上升/下降趋势事件样本,准确率达到93%。为了显示交易收益,使用我们的模型和欧元/美元2013/2015-2018/2020和英镑/美元2020的共同趋势指标模拟了一个简单的交易算法。在大多数情况下,使用我们模型的交易算法比使用其他技术的交易算法获得的利润高出6% - 422%。因此,我们提出的模型,如果使用得当,可以为外汇交易提供可观的利润。
{"title":"Forex Price Trend Prediction using Convolutional Neural Network","authors":"Warakorn Luangluewut, P. Thiennviboon","doi":"10.1109/ECTI-CON58255.2023.10153142","DOIUrl":"https://doi.org/10.1109/ECTI-CON58255.2023.10153142","url":null,"abstract":"Foreign exchange (Forex) currency trading is an attractive investment. Real profits from the Forex trading, like stock trading, come from differences between buying prices and selling prices, which can be recognized by exchange rate trends. Our goal is to predict a trend direction from the most recent set of exchange rates using a simple deep learning model. The Forex price time series is converted to an image which is used as an input of a convolution neural network. Uptrend/downtrend labels of Forex prices were recognized using Martingale strategy. The model was trained using EUR/USD 2013 and 2015 open price data. For testing performances, initial 26-minute samples of uptrend/ downtrend events from EUR/USD 2016-2018 and 2020 open price data were used and 93% accuracy is achieved. To show trading benefits, a simple trading algorithm was simulated using our model and common trend indicators for EUR/USD 2013/2015-2018/2020 and GBP/USD 2020. In most cases, the trading algorithm using our model gained profits about 6% – 422% higher than those using other techniques. Therefore, our proposed model, if used correctly, may provide substantial profits in Forex trading.","PeriodicalId":340768,"journal":{"name":"2023 20th International Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON)","volume":"44 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126957155","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
Colorectal Tissue Image Classification Across Datasets 跨数据集的结直肠组织图像分类
S. Plumworasawat, Napa Sae-Bae
This work studies the performance of the pretrained models to classify colorectal tissues and the effectiveness of tissue image classification models when it is applied across different datasets that may exhibit different color characteristics. In particular, the study is conducted on three pre-trained CNN models, ResNet50, VGG19, and EfficientNetB3, where they are used as to extract a feature vector of the image patch. Then the multi-layer perceptron-based neural network is used to perform the task of multiclass classification. The result shows that the best accuracy to classify the colorectal histopathological images was achieved by the ResNet model with 93.87% test accuracy on the Kather-texture2016 image dataset. And for the accuracy of the classification model when it is trained in the public dataset and applied to the local datasets, the normalized color image test dataset showed the best accuracy rate at 80.69% when compared to raw images and grayscale images among the local datasets. This result suggests that the pre-trained classification models could be useful for tissue image classification tasks across various laboratory sources and image color adjustment could help enhance the recognition performance even further of the image classification model. Therefore, consideration for image color correction would be needed to preserve the recognition performance of the model if the pre-trained tissue image classification model is to be used off-the-shelf across laboratories.
本工作研究了预训练模型对结直肠组织分类的性能,以及组织图像分类模型在不同数据集上应用时的有效性,这些数据集可能表现出不同的颜色特征。特别地,本研究在ResNet50、VGG19和EfficientNetB3三个预训练的CNN模型上进行,并将它们用作提取图像patch的特征向量。然后利用基于多层感知器的神经网络进行多类分类。结果表明,在ther-texture2016图像数据集上,ResNet模型对结直肠组织病理图像的分类准确率最高,达到93.87%。对于分类模型在公共数据集中训练并应用于局部数据集时的准确率,与局部数据集中的原始图像和灰度图像相比,归一化彩色图像测试数据集的准确率最高,为80.69%。这一结果表明,预训练的分类模型可以用于各种实验室来源的组织图像分类任务,图像颜色调整可以帮助进一步提高图像分类模型的识别性能。因此,如果要在实验室中使用现成的预训练组织图像分类模型,则需要考虑图像颜色校正以保持模型的识别性能。
{"title":"Colorectal Tissue Image Classification Across Datasets","authors":"S. Plumworasawat, Napa Sae-Bae","doi":"10.1109/ECTI-CON58255.2023.10153365","DOIUrl":"https://doi.org/10.1109/ECTI-CON58255.2023.10153365","url":null,"abstract":"This work studies the performance of the pretrained models to classify colorectal tissues and the effectiveness of tissue image classification models when it is applied across different datasets that may exhibit different color characteristics. In particular, the study is conducted on three pre-trained CNN models, ResNet50, VGG19, and EfficientNetB3, where they are used as to extract a feature vector of the image patch. Then the multi-layer perceptron-based neural network is used to perform the task of multiclass classification. The result shows that the best accuracy to classify the colorectal histopathological images was achieved by the ResNet model with 93.87% test accuracy on the Kather-texture2016 image dataset. And for the accuracy of the classification model when it is trained in the public dataset and applied to the local datasets, the normalized color image test dataset showed the best accuracy rate at 80.69% when compared to raw images and grayscale images among the local datasets. This result suggests that the pre-trained classification models could be useful for tissue image classification tasks across various laboratory sources and image color adjustment could help enhance the recognition performance even further of the image classification model. Therefore, consideration for image color correction would be needed to preserve the recognition performance of the model if the pre-trained tissue image classification model is to be used off-the-shelf across laboratories.","PeriodicalId":340768,"journal":{"name":"2023 20th International Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON)","volume":"15 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122689658","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
Small Signal Model and Stability Analysis of LCL Grid Connected Inverter under Weak Grids 弱电网条件下LCL并网逆变器的小信号模型及稳定性分析
Pratchaya Pathomchaiwat, B. Neammanee, Jirawut Benjanarasut
The problem with connecting LCL grid connected inverters (LCL-GCI) to weak grids is that inverter operation is often unstable. And another problem is that it is difficult to analyze the stability of the LCL-GCI due to the nonlinearity of the system. Therefore, this paper presents a small signal model of LCL-GCI for analysis of inverter stability. The model is derived from the state space method to linearize the model around its operating point, used to carry out the poles of the LCL-GCI system to determine the system stability with a change of its parameters including weak grids conditions. A change of LCL-GCI and the grids parameters effects the stability of the system especially a weak grid conditions the grids impedance is increasing. The simulation shows the movement of system pole in s-plane demonstrates the system stability when LCL-GCI parameters and grid impedance are changed. Although the LCL-GCI is unstable under weak grids, the improvement parameter methods by increase LCL filter parameter and reduce the controller gain can bring the system stable again.
将LCL并网逆变器(LCL- gci)连接到弱电网的问题是逆变器的运行往往不稳定。另一个问题是由于系统的非线性,使得lc - gci的稳定性分析变得困难。因此,本文提出了一种用于逆变器稳定性分析的LCL-GCI小信号模型。该模型采用状态空间法对其工作点周围的模型进行线性化处理,用于执行LCL-GCI系统的极点,以确定系统在弱网格条件下随参数变化时的稳定性。LCL-GCI和栅格参数的变化会影响系统的稳定性,特别是在弱栅格条件下,栅格阻抗增大。仿真结果表明,当LCL-GCI参数和栅极阻抗发生变化时,系统极点在s平面上的运动证明了系统的稳定性。虽然LCL- gci在弱网格下不稳定,但通过增大LCL滤波器参数和减小控制器增益的改进参数方法可以使系统恢复稳定。
{"title":"Small Signal Model and Stability Analysis of LCL Grid Connected Inverter under Weak Grids","authors":"Pratchaya Pathomchaiwat, B. Neammanee, Jirawut Benjanarasut","doi":"10.1109/ECTI-CON58255.2023.10153173","DOIUrl":"https://doi.org/10.1109/ECTI-CON58255.2023.10153173","url":null,"abstract":"The problem with connecting LCL grid connected inverters (LCL-GCI) to weak grids is that inverter operation is often unstable. And another problem is that it is difficult to analyze the stability of the LCL-GCI due to the nonlinearity of the system. Therefore, this paper presents a small signal model of LCL-GCI for analysis of inverter stability. The model is derived from the state space method to linearize the model around its operating point, used to carry out the poles of the LCL-GCI system to determine the system stability with a change of its parameters including weak grids conditions. A change of LCL-GCI and the grids parameters effects the stability of the system especially a weak grid conditions the grids impedance is increasing. The simulation shows the movement of system pole in s-plane demonstrates the system stability when LCL-GCI parameters and grid impedance are changed. Although the LCL-GCI is unstable under weak grids, the improvement parameter methods by increase LCL filter parameter and reduce the controller gain can bring the system stable again.","PeriodicalId":340768,"journal":{"name":"2023 20th International Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON)","volume":"190 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122858421","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
Developing and Implementing a Real-Time Mass Health Screening System: MFU.Pass 开发和实施实时群众健康筛查系统:MFU。通过
Vittayasak Rujivorakul
Health screenings can be challenging, particularly when dealing with a large number of participants, time constraints, and the risk of procedural infection. This study presents the implementation of a system that aims to assist in the registration of patients and label printing, as well as confirm screening results and notify participants of the results. When the system was applied to a graduation ceremony and four rounds of screening with over 9,321 people in total, it was found to be effective in reducing the average waiting time to 22.87 minutes, with 90% of participants waiting within an acceptable time of 30 minutes. It also reduces the time spent in the inspection area to no more than 5 minutes for all users of the system. It was also able to provide real-time updates. The system was able to improve the level of the health check-up process, providing a better experience for users and reducing the risk of infection in the screening area. It is a successful application of information systems to medical processes.
健康检查可能具有挑战性,特别是在处理大量参与者、时间限制和程序性感染风险的情况下。本研究介绍了一个系统的实施,该系统旨在协助患者注册和标签打印,以及确认筛选结果并通知参与者结果。将该系统应用于毕业典礼和总共超过9,321人的四轮筛选时,发现它有效地将平均等待时间减少到22.87分钟,90%的参与者在30分钟的可接受时间内等待。它还将系统所有用户在检查区域花费的时间减少到不超过5分钟。它还能够提供实时更新。该系统能够提高健康检查过程的水平,为用户提供更好的体验,并降低筛查区域的感染风险。这是信息系统在医疗过程中的成功应用。
{"title":"Developing and Implementing a Real-Time Mass Health Screening System: MFU.Pass","authors":"Vittayasak Rujivorakul","doi":"10.1109/ECTI-CON58255.2023.10153305","DOIUrl":"https://doi.org/10.1109/ECTI-CON58255.2023.10153305","url":null,"abstract":"Health screenings can be challenging, particularly when dealing with a large number of participants, time constraints, and the risk of procedural infection. This study presents the implementation of a system that aims to assist in the registration of patients and label printing, as well as confirm screening results and notify participants of the results. When the system was applied to a graduation ceremony and four rounds of screening with over 9,321 people in total, it was found to be effective in reducing the average waiting time to 22.87 minutes, with 90% of participants waiting within an acceptable time of 30 minutes. It also reduces the time spent in the inspection area to no more than 5 minutes for all users of the system. It was also able to provide real-time updates. The system was able to improve the level of the health check-up process, providing a better experience for users and reducing the risk of infection in the screening area. It is a successful application of information systems to medical processes.","PeriodicalId":340768,"journal":{"name":"2023 20th International Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON)","volume":"44 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114551824","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
An Experimental Study of Performance Enhancement of Medium-Frequency Small Loop Antennas for Through-the-Earth at 350 kHz 350 kHz中频小环天线穿地性能增强实验研究
Suphawit Julthochai, P. Khamsalee, R. Wongsan
This paper presents an experimental investigation into enhancing the performance of medium frequency small loop antennas for Through-the-Earth (TTE) communication at an operating frequency of 350 kHz. The proposed small loop antenna is designed to have a 1/50 wavelength for use in cave environments. The experimental setup comprises a transmitter system with a signal generator and an earth-grounded antenna, and a receiver system with a small loop antenna and a spectrum analyzer, which is tested by transmitting signals from the transmitter to the receiver at a surface testing location. To enhance the performance of the receiver antenna, we investigate the effect of increasing the number of antennas, from one to two and four elements, to determine the optimal array arrangement. The experimental results are evaluated based on received power and antenna impedance. Our findings indicate that using a 4x1 vertical array antenna with small loop antennas induces the highest currents from the earth and improves signal power reception by up to 11.6 dB compared to a single small loop antenna.
本文提出了一种在工作频率为350 kHz时提高中频小环天线穿地通信性能的实验研究。所提出的小环形天线的波长设计为1/50,适用于洞穴环境。实验装置包括一个带有信号发生器和接地天线的发射系统,以及一个带有小环路天线和频谱分析仪的接收系统,通过在地面测试位置将信号从发射机发送到接收机进行测试。为了提高接收天线的性能,我们研究了增加天线数量的效果,从一个天线增加到两个天线和四个天线,以确定最佳的阵列布置。根据接收功率和天线阻抗对实验结果进行了评价。我们的研究结果表明,与单个小环路天线相比,使用带有小环路天线的4x1垂直阵列天线可诱导来自地球的最高电流,并可将信号接收功率提高11.6 dB。
{"title":"An Experimental Study of Performance Enhancement of Medium-Frequency Small Loop Antennas for Through-the-Earth at 350 kHz","authors":"Suphawit Julthochai, P. Khamsalee, R. Wongsan","doi":"10.1109/ECTI-CON58255.2023.10153298","DOIUrl":"https://doi.org/10.1109/ECTI-CON58255.2023.10153298","url":null,"abstract":"This paper presents an experimental investigation into enhancing the performance of medium frequency small loop antennas for Through-the-Earth (TTE) communication at an operating frequency of 350 kHz. The proposed small loop antenna is designed to have a 1/50 wavelength for use in cave environments. The experimental setup comprises a transmitter system with a signal generator and an earth-grounded antenna, and a receiver system with a small loop antenna and a spectrum analyzer, which is tested by transmitting signals from the transmitter to the receiver at a surface testing location. To enhance the performance of the receiver antenna, we investigate the effect of increasing the number of antennas, from one to two and four elements, to determine the optimal array arrangement. The experimental results are evaluated based on received power and antenna impedance. Our findings indicate that using a 4x1 vertical array antenna with small loop antennas induces the highest currents from the earth and improves signal power reception by up to 11.6 dB compared to a single small loop antenna.","PeriodicalId":340768,"journal":{"name":"2023 20th International Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122062240","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 of Ultra-Wideband Antipodal Vivaldi Antenna with different shapes of Parasitic Patch 不同形状寄生贴片的超宽带对映维瓦尔第天线设计
Chanikarn Wanna, N. Chudpooti, W. Thaiwirot
The design of ultra-wideband antipodal Vivaldi antenna with parasitic patch is presented. The different shapes of parasitic patch i.e., elliptical shape, diamond shape, stepped shape which are placed on antenna aperture are proposed. The effect of these parasitic patches on reflection coefficient, gain, radiation pattern, front-to-back ratio and electric field distribution is discussed. The simulation results show that all parasitic patches can operate in frequency range from 3.1 to 10.6 GHz for UWB applications. Moreover, using these parasitic patches, the gain, radiation patterns, front-to-back ratio and electric field distribution are improved.
介绍了一种带寄生贴片的超宽带对映维瓦尔第天线的设计。提出了放置在天线孔径上的不同形状的寄生贴片,即椭圆形、菱形和阶梯形。讨论了这些寄生斑对反射系数、增益、辐射方向图、前后比和电场分布的影响。仿真结果表明,所有寄生贴片都可以在3.1 ~ 10.6 GHz的频率范围内工作,适用于超宽带应用。此外,利用这些寄生贴片可以改善增益、辐射模式、前后比和电场分布。
{"title":"Design of Ultra-Wideband Antipodal Vivaldi Antenna with different shapes of Parasitic Patch","authors":"Chanikarn Wanna, N. Chudpooti, W. Thaiwirot","doi":"10.1109/ECTI-CON58255.2023.10153316","DOIUrl":"https://doi.org/10.1109/ECTI-CON58255.2023.10153316","url":null,"abstract":"The design of ultra-wideband antipodal Vivaldi antenna with parasitic patch is presented. The different shapes of parasitic patch i.e., elliptical shape, diamond shape, stepped shape which are placed on antenna aperture are proposed. The effect of these parasitic patches on reflection coefficient, gain, radiation pattern, front-to-back ratio and electric field distribution is discussed. The simulation results show that all parasitic patches can operate in frequency range from 3.1 to 10.6 GHz for UWB applications. Moreover, using these parasitic patches, the gain, radiation patterns, front-to-back ratio and electric field distribution are improved.","PeriodicalId":340768,"journal":{"name":"2023 20th International Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121375038","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
Parameters Influence on MPPT Efficiency for Single-Phase Grid-Connected Photovoltaic System 参数对单相并网光伏系统MPPT效率的影响
U. Prasatsap, N. Nernchad, S. Srita, T. Kaewchum, C. Termritthikun, S. Somkun
The single-phase grid-connected photovoltaic (PV) system was studied by simulating in MATLAB-Simulink program. This research aimed to study the influence of two parameters on the maximum power point tracking (MPPT) efficiency, e.g., a PV capacitor (CPV) and voltage step size. The maximum power point was tracked by using the perturbation and observation (P&O) algorithm with the PV voltage-loop and current-loop controller of the converter. The system was able to simulate a sudden increase or decline in irradiance. The result showed that the reducing voltage step size can track for better maximum power point of the PV array. The ripple voltage and ripple power have reduced values. The increased CPV value affects the overshoot, which has a reduced value and a faster response time for returning to a steady state. Therefore, the suitable CPV of 200 μF obtains the MPPT efficiency of 99.969% with a reduced overshoot and faster time response.
采用MATLAB-Simulink软件对单相光伏并网系统进行了仿真研究。本研究旨在研究两个参数对最大功率点跟踪(MPPT)效率的影响,即PV电容器(CPV)和电压步长。采用微扰观测(P&O)算法,结合变换器的PV电压环和电流环控制器,对最大功率点进行跟踪。该系统能够模拟辐照度的突然增加或下降。结果表明,减小电压步长可以跟踪光伏阵列较好的最大功率点。纹波电压和纹波功率降低。CPV值的增加会影响超调,它的值会降低,并且返回稳定状态的响应时间会更快。因此,适宜的CPV为200 μF时,MPPT效率可达99.969%,超调量减小,时间响应加快。
{"title":"Parameters Influence on MPPT Efficiency for Single-Phase Grid-Connected Photovoltaic System","authors":"U. Prasatsap, N. Nernchad, S. Srita, T. Kaewchum, C. Termritthikun, S. Somkun","doi":"10.1109/ECTI-CON58255.2023.10153203","DOIUrl":"https://doi.org/10.1109/ECTI-CON58255.2023.10153203","url":null,"abstract":"The single-phase grid-connected photovoltaic (PV) system was studied by simulating in MATLAB-Simulink program. This research aimed to study the influence of two parameters on the maximum power point tracking (MPPT) efficiency, e.g., a PV capacitor (CPV) and voltage step size. The maximum power point was tracked by using the perturbation and observation (P&O) algorithm with the PV voltage-loop and current-loop controller of the converter. The system was able to simulate a sudden increase or decline in irradiance. The result showed that the reducing voltage step size can track for better maximum power point of the PV array. The ripple voltage and ripple power have reduced values. The increased CPV value affects the overshoot, which has a reduced value and a faster response time for returning to a steady state. Therefore, the suitable CPV of 200 μF obtains the MPPT efficiency of 99.969% with a reduced overshoot and faster time response.","PeriodicalId":340768,"journal":{"name":"2023 20th International Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON)","volume":"112 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128171010","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
From Characters to Chaos: On the Feasibility of Attacking Thai OCR with Adversarial Examples 从字符到混沌:用对抗性实例攻击泰语OCR的可行性
Chissanupong Jiamsuchon, Jakapan Suaboot, Norrathep Rattanavipanon
Recent advances in deep neural networks (DNNs) have significantly enhanced the capabilities of optical character recognition (OCR) technology, enabling its adoption to a wide range of real-world applications. Despite this success, DNN-based OCR is shown to be vulnerable to adversarial attacks, in which the adversary can influence the DNN model’s prediction by carefully manipulating input to the model. Prior work has demonstrated the security impacts of adversarial attacks on various OCR languages. However, to date, no studies have been conducted and evaluated on an OCR system tailored to the Thai language. To bridge this gap, this work presents a feasibility study of performing adversarial attacks on a specific Thai OCR application – Thai License Plate Recognition (LPR). Moreover, we propose a new type of adversarial attacks based on the semi-targeted scenario and show that this scenario is highly realistic in LPR applications. Our experimental results show the feasibility of our attacks as they can be performed on a commodity computer desktop with over 90% attack success rate.
深度神经网络(dnn)的最新进展显著增强了光学字符识别(OCR)技术的能力,使其能够广泛应用于现实世界。尽管取得了这样的成功,但基于DNN的OCR被证明容易受到对抗性攻击,在这种攻击中,攻击者可以通过仔细操纵模型的输入来影响DNN模型的预测。先前的工作已经证明了对抗性攻击对各种OCR语言的安全影响。然而,到目前为止,还没有针对适合泰语的OCR系统进行过研究和评估。为了弥补这一差距,本研究提出了一项对特定泰国OCR应用程序-泰国车牌识别(LPR)进行对抗性攻击的可行性研究。此外,我们提出了一种基于半目标场景的新型对抗性攻击,并表明该场景在LPR应用中具有很高的现实性。我们的实验结果表明,我们的攻击是可行的,因为它们可以在商用计算机桌面上执行,攻击成功率超过90%。
{"title":"From Characters to Chaos: On the Feasibility of Attacking Thai OCR with Adversarial Examples","authors":"Chissanupong Jiamsuchon, Jakapan Suaboot, Norrathep Rattanavipanon","doi":"10.1109/ECTI-CON58255.2023.10153157","DOIUrl":"https://doi.org/10.1109/ECTI-CON58255.2023.10153157","url":null,"abstract":"Recent advances in deep neural networks (DNNs) have significantly enhanced the capabilities of optical character recognition (OCR) technology, enabling its adoption to a wide range of real-world applications. Despite this success, DNN-based OCR is shown to be vulnerable to adversarial attacks, in which the adversary can influence the DNN model’s prediction by carefully manipulating input to the model. Prior work has demonstrated the security impacts of adversarial attacks on various OCR languages. However, to date, no studies have been conducted and evaluated on an OCR system tailored to the Thai language. To bridge this gap, this work presents a feasibility study of performing adversarial attacks on a specific Thai OCR application – Thai License Plate Recognition (LPR). Moreover, we propose a new type of adversarial attacks based on the semi-targeted scenario and show that this scenario is highly realistic in LPR applications. Our experimental results show the feasibility of our attacks as they can be performed on a commodity computer desktop with over 90% attack success rate.","PeriodicalId":340768,"journal":{"name":"2023 20th International Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON)","volume":"3 1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115851220","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 Invention of a Low-Cost Motor Driver for the wheeled Robot 轮式机器人低成本电机驱动器的设计与发明
Nitas Suriyakan, Ekkawit Wangkanklang
A motor driver can be used with various types of motors, including AC motors, DC motors, and stepper motors. The function of a motor driver is to receive input signals from a control system and send output signals to the motor to achieve desired operations. This paper focused on controlling the DC motor using MOSFET hybrid with ATMEGA2560 microcontroller which generates pulse width modulation (PWM) signal to control the motor angular speed. As a result, the motor drive board design has obvious performance.
电机驱动器可以与各种类型的电机一起使用,包括交流电机、直流电机和步进电机。电机驱动器的功能是接收来自控制系统的输入信号,并向电机发送输出信号,以实现所需的操作。本文主要研究了利用MOSFET和ATMEGA2560单片机混合控制直流电机,通过产生脉宽调制(PWM)信号来控制电机的角速度。因此,电机驱动板的设计具有明显的性能。
{"title":"Design and Invention of a Low-Cost Motor Driver for the wheeled Robot","authors":"Nitas Suriyakan, Ekkawit Wangkanklang","doi":"10.1109/ECTI-CON58255.2023.10153382","DOIUrl":"https://doi.org/10.1109/ECTI-CON58255.2023.10153382","url":null,"abstract":"A motor driver can be used with various types of motors, including AC motors, DC motors, and stepper motors. The function of a motor driver is to receive input signals from a control system and send output signals to the motor to achieve desired operations. This paper focused on controlling the DC motor using MOSFET hybrid with ATMEGA2560 microcontroller which generates pulse width modulation (PWM) signal to control the motor angular speed. As a result, the motor drive board design has obvious performance.","PeriodicalId":340768,"journal":{"name":"2023 20th International Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON)","volume":"92 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130905955","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
期刊
2023 20th International Conference on Electrical Engineering/Electronics, Computer, Telecommunications and Information Technology (ECTI-CON)
全部 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