首页 > 最新文献

2020 12th International Conference on Electrical Engineering (ICEENG)最新文献

英文 中文
Land Vehicle Navigation Algorithm Implementation on Cortex-M4 Embedded Processor 陆地车辆导航算法在Cortex-M4嵌入式处理器上的实现
Pub Date : 2020-07-01 DOI: 10.1109/ICEENG45378.2020.9171718
A. Hamdy, A. Ouda, A. Kamel, Y. Elhalwagy
nowadays, solving the positioning problem of unmanned ground or aerial vehicle became more and more pivotal. Such vehicles use a navigation system based on the Global Positioning System (GPS) to solve this issue. However, this system could suffer from jamming and satellites visibility especially in harsh environments. Thus, it is necessary to design and implement an integrated system based on the integration between Inertial Navigation System (INS) and GPS to provide a promising solution to guarantee the availability of the positioning solution in these environments. In addition, INS/GPS integration system overcomes the problems faced by each system individually in short and long term accuracy. The purpose of this research is to design and implement an INS/GPS integrated system on an embedded system. It is carried out through two main steps; the first one is the design of an integration algorithm to fuse the INS and the GPS data together using Extended Kalman Filter (EKF). After this step, the second one is the implementation of this system on a Tiva C microcontroller. All the sensors used in hardware implementation are low cost sensor and available on-line as a commercial product. Then, the positioning problem of moving vehicles can be solved by using GPS/INS integration system based on low cost sensors.
目前,解决无人地面或无人飞行器的定位问题变得越来越关键。这种车辆使用基于全球定位系统(GPS)的导航系统来解决这个问题。然而,该系统可能会受到干扰和卫星可见性的影响,特别是在恶劣的环境中。因此,有必要设计并实现一种基于惯性导航系统(INS)与GPS集成的集成系统,以提供一种有前景的解决方案,以保证定位方案在这些环境中的可用性。此外,INS/GPS集成系统克服了各系统单独面临的短期和长期精度问题。本研究的目的是在嵌入式系统上设计并实现一个INS/GPS集成系统。它通过两个主要步骤进行;首先设计了一种利用扩展卡尔曼滤波(EKF)将惯导系统和GPS数据融合在一起的积分算法。在此步骤之后,第二步是在Tiva C单片机上实现该系统。所有用于硬件实现的传感器都是低成本的传感器,并且可以作为商业产品在线使用。然后,利用基于低成本传感器的GPS/INS集成系统解决移动车辆的定位问题。
{"title":"Land Vehicle Navigation Algorithm Implementation on Cortex-M4 Embedded Processor","authors":"A. Hamdy, A. Ouda, A. Kamel, Y. Elhalwagy","doi":"10.1109/ICEENG45378.2020.9171718","DOIUrl":"https://doi.org/10.1109/ICEENG45378.2020.9171718","url":null,"abstract":"nowadays, solving the positioning problem of unmanned ground or aerial vehicle became more and more pivotal. Such vehicles use a navigation system based on the Global Positioning System (GPS) to solve this issue. However, this system could suffer from jamming and satellites visibility especially in harsh environments. Thus, it is necessary to design and implement an integrated system based on the integration between Inertial Navigation System (INS) and GPS to provide a promising solution to guarantee the availability of the positioning solution in these environments. In addition, INS/GPS integration system overcomes the problems faced by each system individually in short and long term accuracy. The purpose of this research is to design and implement an INS/GPS integrated system on an embedded system. It is carried out through two main steps; the first one is the design of an integration algorithm to fuse the INS and the GPS data together using Extended Kalman Filter (EKF). After this step, the second one is the implementation of this system on a Tiva C microcontroller. All the sensors used in hardware implementation are low cost sensor and available on-line as a commercial product. Then, the positioning problem of moving vehicles can be solved by using GPS/INS integration system based on low cost sensors.","PeriodicalId":346636,"journal":{"name":"2020 12th International Conference on Electrical Engineering (ICEENG)","volume":"13 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114073705","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
Efficient Target Detection Technique Using Image Matching Via Hybrid Feature Descriptors 基于混合特征描述子的图像匹配高效目标检测技术
Pub Date : 2020-07-01 DOI: 10.1109/ICEENG45378.2020.9171756
Mohamed M. Kamel, Sherif Hussein, G. Salama, Y. Elhalwagy
Image matching is one of the most famous applications in computer vision and robotics. It is used for real time target detection and recognition systems. An ideal image matching technique should be robust to different image transformations such as scaling, illumination, noise and rotation. Different feature descriptors and detectors such as SIFT, SURF, BRISK, AKAZE and ORB have been introduced previously. However, each one of them has its own weak points in their matching performance. In this paper, we firstly perform a comprehensive comparison between such image matching techniques and their performance on different datasets of images. Then, we introduce a hybrid technique that combine between different feature descriptors. The experimental results showed that the proposed hybrid technique has improved the robustness of the image matching process. The conducted comparative analysis based on the execution time, number of keypoints detected and number of inliers (good matches after outliers’ rejection) has revealed the power of combined ORB and BRISK feature descriptors, outperforming the other feature descriptors combinations in enhancing the accuracy of matching and detection tasks.
图像匹配是计算机视觉和机器人技术中最著名的应用之一。它被用于实时目标检测和识别系统。理想的图像匹配技术应该对不同的图像变换(如缩放、光照、噪声和旋转)具有鲁棒性。不同的特征描述符和检测器,如SIFT, SURF, BRISK, AKAZE和ORB。然而,每一个都有自己的弱点在他们的匹配性能。在本文中,我们首先对这些图像匹配技术及其在不同图像数据集上的性能进行了全面比较。然后,我们引入了一种混合技术,将不同的特征描述符结合在一起。实验结果表明,该方法提高了图像匹配过程的鲁棒性。基于执行时间、检测到的关键点数量和inlier数量(剔除离群点后的良好匹配)进行的对比分析揭示了ORB和BRISK组合特征描述符在提高匹配和检测任务准确性方面的强大能力。
{"title":"Efficient Target Detection Technique Using Image Matching Via Hybrid Feature Descriptors","authors":"Mohamed M. Kamel, Sherif Hussein, G. Salama, Y. Elhalwagy","doi":"10.1109/ICEENG45378.2020.9171756","DOIUrl":"https://doi.org/10.1109/ICEENG45378.2020.9171756","url":null,"abstract":"Image matching is one of the most famous applications in computer vision and robotics. It is used for real time target detection and recognition systems. An ideal image matching technique should be robust to different image transformations such as scaling, illumination, noise and rotation. Different feature descriptors and detectors such as SIFT, SURF, BRISK, AKAZE and ORB have been introduced previously. However, each one of them has its own weak points in their matching performance. In this paper, we firstly perform a comprehensive comparison between such image matching techniques and their performance on different datasets of images. Then, we introduce a hybrid technique that combine between different feature descriptors. The experimental results showed that the proposed hybrid technique has improved the robustness of the image matching process. The conducted comparative analysis based on the execution time, number of keypoints detected and number of inliers (good matches after outliers’ rejection) has revealed the power of combined ORB and BRISK feature descriptors, outperforming the other feature descriptors combinations in enhancing the accuracy of matching and detection tasks.","PeriodicalId":346636,"journal":{"name":"2020 12th International Conference on Electrical Engineering (ICEENG)","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130061272","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
Guidelines for Visual Mental Stressors Design 视觉心理压力源设计指南
Pub Date : 2020-07-01 DOI: 10.1109/ICEENG45378.2020.9171735
Ayman A. Nassar, E. Elsamahy
All jobs that are carried out by humans contain either mental and/or physical stresses. Therefore, quantifying these stresses to certain levels is an essential task to ensure not reaching the breakdown state. This state can lead to failure in maintaining the correct outcome of the job. All research work which are focused on studying the effect of mental stress on humans, require the use of mental stressor that is able to correctly quantify the stress level without adding any extra loads on human. The most common mental stressor that was heavily used in research, according to literature, is the Stroop color stressor. Therefore, some guidelines are required that will be helpful in designing such stressor. Moreover, the proposed guidelines can be applied to the Stroop color test which are believed to restrict the mental stress level to the matching task only with no extra stress load. MATLABO was used as the programming platform that was used to implement a graphical user interface (GUI) for the Stroop color stressor. The proposed guidelines examine the effect of changing the buttons’ sizes and locations in the stressor GUI to detect their influence on the applied mental stress. The validity of the guidelines were verified using the one-way ANOVA test. The proposed guidelines showed that the sizes and locations of the buttons, which are used by the user to respond to the visual matching tasks have very high impact on the applied mental stress level. Therefore, designing the Stroop color stressor GUI with buttons having the same buttons’ sizes and locations apart from the center of the displayed image will correctly apply quantified mental stress levels. Changing the Stroop color stressor’s buttons sizes and locations were found to have some extra mental stress on the human under test. Some guidelines for designing any Stroop color-based mental stressor are proposed based on the results of this study. It is believed that applying such guidelines will ensure diminishing any measurement errors due to the unequal sizes and locations of the stressor’s buttons.
人类从事的所有工作都有精神和/或身体上的压力。因此,将这些应力量化到一定程度是确保不达到击穿状态的基本任务。这种状态可能导致无法维持工作的正确结果。所有研究精神压力对人的影响的研究工作,都要求在不增加任何额外负荷的情况下,使用能够正确量化压力水平的精神压力源。根据文献,在研究中被大量使用的最常见的精神压力源是Stroop颜色压力源。因此,需要一些指导方针来帮助设计这种压力源。此外,所提出的准则可以应用于Stroop颜色测试,该测试被认为只将心理压力水平限制在匹配任务上,而没有额外的压力负荷。使用MATLABO作为编程平台,用于实现Stroop颜色应力源的图形用户界面(GUI)。建议的指导方针检查在压力源GUI中改变按钮的大小和位置的效果,以检测它们对应用的精神压力的影响。采用单因素方差分析验证指南的有效性。建议的指导方针表明,用户用来响应视觉匹配任务的按钮的大小和位置对应用的心理压力水平有很大的影响。因此,设计Stroop颜色压力源GUI时,除了显示图像的中心,按钮的大小和位置相同,将正确应用量化的心理压力水平。研究发现,改变Stroop颜色压力源的按钮大小和位置会给被测者带来额外的精神压力。基于本研究的结果,提出了一些设计基于Stroop颜色的心理应激源的指导原则。人们相信,采用这样的指导方针将确保减少由于压力源按钮的大小和位置不等而导致的任何测量误差。
{"title":"Guidelines for Visual Mental Stressors Design","authors":"Ayman A. Nassar, E. Elsamahy","doi":"10.1109/ICEENG45378.2020.9171735","DOIUrl":"https://doi.org/10.1109/ICEENG45378.2020.9171735","url":null,"abstract":"All jobs that are carried out by humans contain either mental and/or physical stresses. Therefore, quantifying these stresses to certain levels is an essential task to ensure not reaching the breakdown state. This state can lead to failure in maintaining the correct outcome of the job. All research work which are focused on studying the effect of mental stress on humans, require the use of mental stressor that is able to correctly quantify the stress level without adding any extra loads on human. The most common mental stressor that was heavily used in research, according to literature, is the Stroop color stressor. Therefore, some guidelines are required that will be helpful in designing such stressor. Moreover, the proposed guidelines can be applied to the Stroop color test which are believed to restrict the mental stress level to the matching task only with no extra stress load. MATLABO was used as the programming platform that was used to implement a graphical user interface (GUI) for the Stroop color stressor. The proposed guidelines examine the effect of changing the buttons’ sizes and locations in the stressor GUI to detect their influence on the applied mental stress. The validity of the guidelines were verified using the one-way ANOVA test. The proposed guidelines showed that the sizes and locations of the buttons, which are used by the user to respond to the visual matching tasks have very high impact on the applied mental stress level. Therefore, designing the Stroop color stressor GUI with buttons having the same buttons’ sizes and locations apart from the center of the displayed image will correctly apply quantified mental stress levels. Changing the Stroop color stressor’s buttons sizes and locations were found to have some extra mental stress on the human under test. Some guidelines for designing any Stroop color-based mental stressor are proposed based on the results of this study. It is believed that applying such guidelines will ensure diminishing any measurement errors due to the unequal sizes and locations of the stressor’s buttons.","PeriodicalId":346636,"journal":{"name":"2020 12th International Conference on Electrical Engineering (ICEENG)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130698514","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
Enhancement of Electric Vehicles Integration into a Real Distribution Network in Egypt 埃及电动汽车整合到实际配电网的增强
Pub Date : 2020-07-01 DOI: 10.1109/ICEENG45378.2020.9171694
Wael Abdelfattah, H. M. Seoudy, M. Atia
Nowadays, technologies of smart grid have a great interest, and as a result of the depletion of high prices fossil fuels, the Electric vehicles (EVs) are rising in as it is noiseless and smell free, simpler gear system and no cranking handles for vehicle starting. Using the EVs in Egypt will rapidly increase in few next years. EVs addition to the distribution networks is progressively rising and causes much power-energy problems and more negative impacts. This paper planned to develop a real distribution network to be able for EVs integration and then investigates the influences of EVs charging for an actual distribution system in Egypt (ShC-D8) with coordinated and uncoordinated charging patterns for 30 and 100 percent EV penetration. Results show the effect of EVs integration and show how system performances are enhanced.
如今,智能电网技术引起了人们的极大兴趣,而随着高价化石燃料的枯竭,电动汽车因其无噪音、无气味、齿轮系统简单、启动时没有曲柄而日益受到人们的青睐。未来几年,埃及的电动汽车使用量将迅速增加。加入配电网的电动汽车正在逐步增加,并造成了许多电力能源问题和更多的负面影响。本文计划开发一个能够整合电动汽车的真实配电网络,然后研究电动汽车充电对埃及实际配电系统(ShC-D8)的影响,该系统采用30%和100%电动汽车普及率的协调和不协调充电模式。结果显示了电动汽车集成的效果,并显示了系统性能的提高。
{"title":"Enhancement of Electric Vehicles Integration into a Real Distribution Network in Egypt","authors":"Wael Abdelfattah, H. M. Seoudy, M. Atia","doi":"10.1109/ICEENG45378.2020.9171694","DOIUrl":"https://doi.org/10.1109/ICEENG45378.2020.9171694","url":null,"abstract":"Nowadays, technologies of smart grid have a great interest, and as a result of the depletion of high prices fossil fuels, the Electric vehicles (EVs) are rising in as it is noiseless and smell free, simpler gear system and no cranking handles for vehicle starting. Using the EVs in Egypt will rapidly increase in few next years. EVs addition to the distribution networks is progressively rising and causes much power-energy problems and more negative impacts. This paper planned to develop a real distribution network to be able for EVs integration and then investigates the influences of EVs charging for an actual distribution system in Egypt (ShC-D8) with coordinated and uncoordinated charging patterns for 30 and 100 percent EV penetration. Results show the effect of EVs integration and show how system performances are enhanced.","PeriodicalId":346636,"journal":{"name":"2020 12th International Conference on Electrical Engineering (ICEENG)","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127850413","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
FPGA-based Controller For Electro-Mechanical Fin Actuation System Using Processor In The Loop (PIL) 基于fpga的环内处理器(PIL)机电鳍作动系统控制器
Pub Date : 2020-07-01 DOI: 10.1109/ICEENG45378.2020.9171710
S. Shelan, Mohammed Hassan, H. Hendy, Y. Elhalwagy
The actuation system plays a significant role in any aerospace system design such as missiles, aircraft, UAVs, and spy-fly. The most commonly used actuation systems for missile applications are electro-mechanical, pneumatic, and hydraulic actuators. The main drawback of pneumatic and hydraulic actuators is that they may suffer from fluids leaks which leads to less reliability. So, in this paper, an electro-mechanical actuator aero fin control (EMA-AFC) is adopted for higher precision control positioning, simplicity, and high durability. The proposed (EMA-AFC) is designed based on missile dynamics constraints and the mechanical design and 3-D simulation are carried out and simulated using solid works software. As the actuation system nonlinearities can negatively affect the whole system performance in this work, a nonlinear actuation system model is presented and the related nonlinear parameters are identified and evaluated through a series of experiments. Also, an optimal PID control synthesis is developed using a genetic algorithm for improving system stability parameters. The proposed controller is implemented using FPGA (system generator) and is accomplished on Xilinx Spartan 3 AN FPGA board. A processor in the loop simulation (PIL) is carried out for evaluating the performance of the actuation system of four rudders, using random input signals to simulate roll, pitch, and yaw angles from autopilot after applying a mapping to deflection angles of the four rudders. The simulation results present high efficiency and robustness for different input signals with rapid amplitude and frequency changes for high dynamics systems.
作动系统在导弹、飞机、无人机和间谍飞行器等航天系统设计中起着重要的作用。导弹应用中最常用的驱动系统是机电、气动和液压驱动。气动和液压执行器的主要缺点是它们可能遭受流体泄漏,从而导致可靠性降低。因此,本文采用了一种机电致动器气动鳍控制(EMA-AFC),以实现更高的控制定位精度、简单性和高耐用性。基于导弹动力学约束条件设计了该系统,并利用solid works软件进行了机械设计和三维仿真。针对作动系统非线性对整个系统性能的负面影响,提出了一个非线性作动系统模型,并通过一系列实验对相关非线性参数进行了辨识和评估。同时,利用遗传算法提出了一种最优PID控制综合方法,以提高系统的稳定性参数。该控制器采用FPGA(系统生成器)实现,在Xilinx Spartan 3an FPGA板上完成。采用环内仿真(PIL)处理器对四舵驱动系统的性能进行评估,利用随机输入信号对四舵的偏转角进行映射后,模拟自动驾驶仪的滚转角、俯仰角和偏航角。仿真结果表明,该方法对高动态系统中不同输入信号的快速幅频变化具有较高的鲁棒性和有效性。
{"title":"FPGA-based Controller For Electro-Mechanical Fin Actuation System Using Processor In The Loop (PIL)","authors":"S. Shelan, Mohammed Hassan, H. Hendy, Y. Elhalwagy","doi":"10.1109/ICEENG45378.2020.9171710","DOIUrl":"https://doi.org/10.1109/ICEENG45378.2020.9171710","url":null,"abstract":"The actuation system plays a significant role in any aerospace system design such as missiles, aircraft, UAVs, and spy-fly. The most commonly used actuation systems for missile applications are electro-mechanical, pneumatic, and hydraulic actuators. The main drawback of pneumatic and hydraulic actuators is that they may suffer from fluids leaks which leads to less reliability. So, in this paper, an electro-mechanical actuator aero fin control (EMA-AFC) is adopted for higher precision control positioning, simplicity, and high durability. The proposed (EMA-AFC) is designed based on missile dynamics constraints and the mechanical design and 3-D simulation are carried out and simulated using solid works software. As the actuation system nonlinearities can negatively affect the whole system performance in this work, a nonlinear actuation system model is presented and the related nonlinear parameters are identified and evaluated through a series of experiments. Also, an optimal PID control synthesis is developed using a genetic algorithm for improving system stability parameters. The proposed controller is implemented using FPGA (system generator) and is accomplished on Xilinx Spartan 3 AN FPGA board. A processor in the loop simulation (PIL) is carried out for evaluating the performance of the actuation system of four rudders, using random input signals to simulate roll, pitch, and yaw angles from autopilot after applying a mapping to deflection angles of the four rudders. The simulation results present high efficiency and robustness for different input signals with rapid amplitude and frequency changes for high dynamics systems.","PeriodicalId":346636,"journal":{"name":"2020 12th International Conference on Electrical Engineering (ICEENG)","volume":"48 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131525579","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
A Novel Technique for Generation of Multiple Noise Patches on SAR Image 一种新的SAR图像多噪声块生成技术
Pub Date : 2020-07-01 DOI: 10.1109/ICEENG45378.2020.9171758
M. A. Ammar, M. Abdel-Latif
A novel jamming technique is proposed to generate effective jamming against synthetic aperture radar (SAR) to protect multiple displaced targets given availability of limited jamming power, which is a typical situation. A smart noise jamming technique is proposed using digital radio frequency memory (DRFM). It allows the jammer to achieve effective jamming in such situation by condensing its power on specific sensitive areas on the SAR image to cover certain targets. This technique utilizes, in its core, the convolution noise jamming which has proven to allow high level of controllability. A closed form of the multichannel convolution noise jamming (MC-CNJ) governs the effect on the SAR receiver is introduced. Parameters introduced to control each jamming channel independently, to produce noise patches with determined size and position in range and azimuth dimensions. Through the proposed technique, a high intensity noise patches are formed to skin limited areas instead off scattering the jamming power over the whole SAR image. The results of simulation using the Matlab clarify the performance of the new jamming technique effect on a real SAR image.
针对典型情况,在干扰功率有限的情况下,对合成孔径雷达(SAR)产生有效干扰,保护多位移目标,提出了一种新的干扰技术。提出了一种基于数字射频存储器(DRFM)的智能噪声干扰技术。它允许干扰机在这种情况下通过将其功率集中在SAR图像上的特定敏感区域以覆盖某些目标来实现有效干扰。该技术利用,在其核心,卷积噪声干扰已被证明允许高水平的可控性。介绍了一种封闭形式的多通道卷积噪声干扰(MC-CNJ)对SAR接收机的影响。引入参数独立控制每个干扰通道,产生具有确定尺寸和位置的距离和方位角尺寸的噪声块。通过该技术,在有限的区域形成高强度的噪声斑,而不是将干扰功率分散在整个SAR图像上。Matlab仿真结果验证了该干扰技术对真实SAR图像的干扰效果。
{"title":"A Novel Technique for Generation of Multiple Noise Patches on SAR Image","authors":"M. A. Ammar, M. Abdel-Latif","doi":"10.1109/ICEENG45378.2020.9171758","DOIUrl":"https://doi.org/10.1109/ICEENG45378.2020.9171758","url":null,"abstract":"A novel jamming technique is proposed to generate effective jamming against synthetic aperture radar (SAR) to protect multiple displaced targets given availability of limited jamming power, which is a typical situation. A smart noise jamming technique is proposed using digital radio frequency memory (DRFM). It allows the jammer to achieve effective jamming in such situation by condensing its power on specific sensitive areas on the SAR image to cover certain targets. This technique utilizes, in its core, the convolution noise jamming which has proven to allow high level of controllability. A closed form of the multichannel convolution noise jamming (MC-CNJ) governs the effect on the SAR receiver is introduced. Parameters introduced to control each jamming channel independently, to produce noise patches with determined size and position in range and azimuth dimensions. Through the proposed technique, a high intensity noise patches are formed to skin limited areas instead off scattering the jamming power over the whole SAR image. The results of simulation using the Matlab clarify the performance of the new jamming technique effect on a real SAR image.","PeriodicalId":346636,"journal":{"name":"2020 12th International Conference on Electrical Engineering (ICEENG)","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129498638","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 Implementation of Proposed Low-Cost Dual-Channel IF Receiver for SSR SSR低成本双通道中频接收机的设计与实现
Pub Date : 2020-07-01 DOI: 10.1109/ICEENG45378.2020.9171699
M. Abdalla, M. Barbary, M. R. Amin, Mohamed R. El-Ghonami
This paper presents a new design and implementation of a dual-channel intermediate frequency (IF) receiver for Secondary Surveillance Radar (SSR) System. The proposed IF receiver achieves the requirements of better sensitivity, wide dynamic range and low noise figure. The proposed IF receiver solves the big Problem in all IF receivers which named by the cross-talk between the dual-channel of mono-pulse receiver. The paper describes the issues and tradeoffs in the design and monolithic implementation of the recently mono-pulse IF receivers and proposes circuit techniques that can alleviate the drawbacks of this architecture. The investigation of how certain components error margin may affect the accuracy of a mono-pulse IF receiver. The IF receiver measures the angle of arrival of the incident signal by comparing sum and difference signals created in the receiver. The components of interest are low noise amplifiers, phase shifters and logarithmic amplifiers, where both can give individual and different errors depending on the antenna steering angle. A model of the receiver was made as close as possible for an ideal case using the ADS Software. The a dual-channel IF mono-pulse receiver for detection of multiple replies from targets is designed and implemented using the assembled prototype. The simulation, implementation and laboratory verification results for different test input are observed and analyzed for performance improvements mainly in secondary radar application such as detection of multiple replies from the target and decoding of data.
本文提出了一种用于二次监视雷达(SSR)系统的双通道中频接收机的新设计与实现。所设计的中频接收机达到了高灵敏度、宽动态范围和低噪声系数的要求。所提出的中频接收机解决了单脉冲接收机双通道间的串扰问题。本文描述了最近的单脉冲中频接收机的设计和单片实现中的问题和权衡,并提出了可以减轻这种结构缺点的电路技术。某些元件误差范围如何影响单脉冲中频接收机精度的研究。中频接收机通过比较在接收机中产生的和信号和差信号来测量入射信号的到达角度。感兴趣的组件是低噪声放大器,移相器和对数放大器,其中两者都可以根据天线转向角度给出单独和不同的误差。使用ADS软件尽可能接近理想情况下的接收器模型。设计并实现了用于检测多目标应答的双通道中频单脉冲接收机。对不同测试输入的仿真、实现和实验室验证结果进行了观察和分析,主要用于二次雷达应用中的性能改进,如检测来自目标的多个应答和数据解码。
{"title":"Design and Implementation of Proposed Low-Cost Dual-Channel IF Receiver for SSR","authors":"M. Abdalla, M. Barbary, M. R. Amin, Mohamed R. El-Ghonami","doi":"10.1109/ICEENG45378.2020.9171699","DOIUrl":"https://doi.org/10.1109/ICEENG45378.2020.9171699","url":null,"abstract":"This paper presents a new design and implementation of a dual-channel intermediate frequency (IF) receiver for Secondary Surveillance Radar (SSR) System. The proposed IF receiver achieves the requirements of better sensitivity, wide dynamic range and low noise figure. The proposed IF receiver solves the big Problem in all IF receivers which named by the cross-talk between the dual-channel of mono-pulse receiver. The paper describes the issues and tradeoffs in the design and monolithic implementation of the recently mono-pulse IF receivers and proposes circuit techniques that can alleviate the drawbacks of this architecture. The investigation of how certain components error margin may affect the accuracy of a mono-pulse IF receiver. The IF receiver measures the angle of arrival of the incident signal by comparing sum and difference signals created in the receiver. The components of interest are low noise amplifiers, phase shifters and logarithmic amplifiers, where both can give individual and different errors depending on the antenna steering angle. A model of the receiver was made as close as possible for an ideal case using the ADS Software. The a dual-channel IF mono-pulse receiver for detection of multiple replies from targets is designed and implemented using the assembled prototype. The simulation, implementation and laboratory verification results for different test input are observed and analyzed for performance improvements mainly in secondary radar application such as detection of multiple replies from the target and decoding of data.","PeriodicalId":346636,"journal":{"name":"2020 12th International Conference on Electrical Engineering (ICEENG)","volume":"26 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131760042","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}
引用次数: 3
Service Time Distribution of Selective Repeat ARQ Protocol Used In Transmitting Short Messages Over Noisy Channels 在噪声信道上发送短报文的选择性重复ARQ协议的服务时间分布
Pub Date : 2020-07-01 DOI: 10.1109/ICEENG45378.2020.9171772
Fayza A. Nada
ARQ (Automatic-Repeat-Request) protocols are used in communication applications to ensure reliable delivery of packetized data in the correct sequence. The major used protocols are: Stop and Wait (SW), Go Back N, and Selective Repeat (SR). In this paper we continue studying and measuring the performance of Automatic Repeat Request (ARQ) protocols. ARQ protocols are used at Data Link Control (DLC) sub layer of Data Link Layer (DLL) to achieve error control and provide smooth and reliable transmission between nodes. They use acknowledgements and timeouts to satisfy reliable data transmission over noisy channels. This paper analyses the service time distributions of Selective Repeat ARQ protocol used in transmission of short messages over noisy channels. The system is operated according to SW protocol in the message level, while packets in each message are transmitted according to $mathrm{S}mathrm{R}_{infty}$ ARQ protocols. The system is modeled as a stochastic process where it includes senders and receivers. We consider applying $mathrm{S}mathrm{R}_{infty}$ with connection-oriented transmission. The Probability Generating Function of service time is calculated and first and second moments of the service time are derived.
ARQ(自动重复请求)协议用于通信应用,以确保按正确顺序可靠地传送分组数据。主要使用的协议有:停止和等待(SW)、返回N和选择性重复(SR)。本文继续研究和测量自动重复请求(ARQ)协议的性能。在数据链路层(DLL)的DLC (Data Link Control)子层使用ARQ协议实现错误控制,保证节点间传输的流畅可靠。它们使用确认和超时来满足在噪声信道上可靠的数据传输。分析了选择性重复ARQ协议在噪声信道上短讯传输的服务时间分布。系统在消息层按SW协议运行,每条消息中的报文按$mathrm{S}mathrm{R}_{infty}$ ARQ协议传输。该系统被建模为一个随机过程,其中包括发送者和接收者。我们考虑将$mathrm{S}mathrm{R}_{infty}$应用于面向连接的传输。计算了服务时间的概率生成函数,导出了服务时间的一阶矩和二阶矩。
{"title":"Service Time Distribution of Selective Repeat ARQ Protocol Used In Transmitting Short Messages Over Noisy Channels","authors":"Fayza A. Nada","doi":"10.1109/ICEENG45378.2020.9171772","DOIUrl":"https://doi.org/10.1109/ICEENG45378.2020.9171772","url":null,"abstract":"ARQ (Automatic-Repeat-Request) protocols are used in communication applications to ensure reliable delivery of packetized data in the correct sequence. The major used protocols are: Stop and Wait (SW), Go Back N, and Selective Repeat (SR). In this paper we continue studying and measuring the performance of Automatic Repeat Request (ARQ) protocols. ARQ protocols are used at Data Link Control (DLC) sub layer of Data Link Layer (DLL) to achieve error control and provide smooth and reliable transmission between nodes. They use acknowledgements and timeouts to satisfy reliable data transmission over noisy channels. This paper analyses the service time distributions of Selective Repeat ARQ protocol used in transmission of short messages over noisy channels. The system is operated according to SW protocol in the message level, while packets in each message are transmitted according to $mathrm{S}mathrm{R}_{infty}$ ARQ protocols. The system is modeled as a stochastic process where it includes senders and receivers. We consider applying $mathrm{S}mathrm{R}_{infty}$ with connection-oriented transmission. The Probability Generating Function of service time is calculated and first and second moments of the service time are derived.","PeriodicalId":346636,"journal":{"name":"2020 12th International Conference on Electrical Engineering (ICEENG)","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132523151","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}
引用次数: 4
Protecting Overhead Transmission Lines (OHL) from Hot Spots Using Dynamic Line Rating (DLR) Calculations 利用动态线路额定值(DLR)计算保护架空输电线路(OHL)免受热点影响
Pub Date : 2020-07-01 DOI: 10.1109/ICEENG45378.2020.9171751
Fayrouz Allam
Overheating of the overhead transmission line (OHL) is one of the major factors that causes conductor aging due to annealing, deterioration of insulation, and hotspots. Temperature of OHL increases due to weather conditions and the loaded current on the conductors. The static line rated current (SLR) is calculated according to the supposed worst weather conditions of ambient temperature and wind speed. OHL aging due to annealing and hot spots reduces its lifetime and energy efficiency of the transmission lines. In smart grid, OHL temperature should be monitored to avoid overheating which threaten the safety and stability of the power transmission lines. In this research, thermal equations that relate the loaded current (Dynamic line rating DLR) with ambient temperature and OHL temperature are implemented. The implemented equations are used to calculate the dynamic line rated current that should be loaded on OHL without exceeding maximum permissible temperature. The proposed system is our implemented software connected to weather station and line sensor. This program was tested as simulation of real case of congested transmission network. The results show that, using our software can help to avoid overheating and hotspots by reducing the loaded current when the wind speed is lower than the supposed worst case of weather parameters. The results also show that, in real case, using our program protecting OHL from overheating and hot spots at bad weather conditions by lowering the loaded current by 58.5 % than rated current to reduce the temperature of conductor by 91.25% for certain time to protect them from overheating and hotspots.
架空输电线路过热是引起导线退火、绝缘劣化和热点老化的主要因素之一。由于天气条件和导体上的负载电流,OHL的温度升高。静态线路额定电流(SLR)是根据假定的环境温度和风速等最恶劣天气条件计算的。由于退火和热点引起的OHL老化降低了输电线路的寿命和能源效率。在智能电网中,需要对线路温度进行监测,以防止线路温度过高威胁输电线路的安全稳定。在本研究中,建立了负载电流(动态线路额定DLR)与环境温度和OHL温度之间的热方程。利用所实现的方程,计算了在不超过最高允许温度的情况下,负载在OHL上的动态线路额定电流。该系统是我们实现的软件,连接气象站和线路传感器。对该程序进行了拥塞传输网络的仿真测试。结果表明,当风速低于假定的最坏天气参数时,使用我们的软件可以通过减少负载电流来帮助避免过热和热点。结果还表明,在实际应用中,通过将负载电流降低58.5%,在一定时间内将导体温度降低91.25%,保护OHL在恶劣天气条件下免受过热和热点的影响。
{"title":"Protecting Overhead Transmission Lines (OHL) from Hot Spots Using Dynamic Line Rating (DLR) Calculations","authors":"Fayrouz Allam","doi":"10.1109/ICEENG45378.2020.9171751","DOIUrl":"https://doi.org/10.1109/ICEENG45378.2020.9171751","url":null,"abstract":"Overheating of the overhead transmission line (OHL) is one of the major factors that causes conductor aging due to annealing, deterioration of insulation, and hotspots. Temperature of OHL increases due to weather conditions and the loaded current on the conductors. The static line rated current (SLR) is calculated according to the supposed worst weather conditions of ambient temperature and wind speed. OHL aging due to annealing and hot spots reduces its lifetime and energy efficiency of the transmission lines. In smart grid, OHL temperature should be monitored to avoid overheating which threaten the safety and stability of the power transmission lines. In this research, thermal equations that relate the loaded current (Dynamic line rating DLR) with ambient temperature and OHL temperature are implemented. The implemented equations are used to calculate the dynamic line rated current that should be loaded on OHL without exceeding maximum permissible temperature. The proposed system is our implemented software connected to weather station and line sensor. This program was tested as simulation of real case of congested transmission network. The results show that, using our software can help to avoid overheating and hotspots by reducing the loaded current when the wind speed is lower than the supposed worst case of weather parameters. The results also show that, in real case, using our program protecting OHL from overheating and hot spots at bad weather conditions by lowering the loaded current by 58.5 % than rated current to reduce the temperature of conductor by 91.25% for certain time to protect them from overheating and hotspots.","PeriodicalId":346636,"journal":{"name":"2020 12th International Conference on Electrical Engineering (ICEENG)","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129357128","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
Formation Reconfiguration Based on Backstepping-PID Controller for Collaborative Quadrotors 基于Backstepping-PID控制器的协同四旋翼机编队重构
Pub Date : 2020-07-01 DOI: 10.1109/ICEENG45378.2020.9171779
M. Mahfouz, A. T. Hafez, M. Ashry, G. Elnashar
Formation reconfiguration is one of the most significant subjects of the collaborative quadrotors unmanned aerial vehicles (UAVs). In this paper, a backstepping-PID (proportional-integral-derivative) controller is used with a group of multiple collaborative quadrotors to track desired predesigned trajectory. The proposed backstepping-PID controller composed of two-loops of control. First loop is an external-loop for the higher-controller for position control, and the second loop is an internal-loop for the lower-controller for attitude control. The proposed controller uses a backstepping controller as a higher-controller and an PID controller as a lowercontroller. The main contribution in this paper is resolving the formation reconfiguration issue for the collaborative quadrotors in dynamic moving obstacles-loaded environment. Simulation results of collaborative quadrotors show that the proposed backstepping-PID controller enables formation reconfiguration of the collaborative quadrotors to keep a desired formation guaranteeing the obstacle-avoidance operation. The results show the split-rejoin capability of the backstepping-PID controller to retain the original formation configuration of the group. The results of the backstepping-PID controller are compared to a studied earlier backstepping controller in presence and absence of model uncertainty.
编队重构是协同四旋翼无人机研究的重要课题之一。在本文中,一组多协作四旋翼机采用反步- pid(比例-积分-导数)控制器来跟踪预定轨迹。提出了由两环控制组成的反步pid控制器。第一个环是高级控制器的外部环,用于位置控制;第二个环是低级控制器的内部环,用于姿态控制。该控制器采用反步控制器作为上层控制器,PID控制器作为下层控制器。本文的主要贡献是解决了协作四旋翼在动态移动障碍物环境下的编队重构问题。仿真结果表明,所提出的backstepping-PID控制器能够对协同四旋翼进行编队重构,使其保持理想的编队,保证了协同四旋翼的避障操作。结果表明,该控制器具有分离-重新连接的能力,能够保持群的原有编队构型。在存在模型不确定性和不存在模型不确定性的情况下,将该反步pid控制器的控制结果与已有研究的反步控制器进行了比较。
{"title":"Formation Reconfiguration Based on Backstepping-PID Controller for Collaborative Quadrotors","authors":"M. Mahfouz, A. T. Hafez, M. Ashry, G. Elnashar","doi":"10.1109/ICEENG45378.2020.9171779","DOIUrl":"https://doi.org/10.1109/ICEENG45378.2020.9171779","url":null,"abstract":"Formation reconfiguration is one of the most significant subjects of the collaborative quadrotors unmanned aerial vehicles (UAVs). In this paper, a backstepping-PID (proportional-integral-derivative) controller is used with a group of multiple collaborative quadrotors to track desired predesigned trajectory. The proposed backstepping-PID controller composed of two-loops of control. First loop is an external-loop for the higher-controller for position control, and the second loop is an internal-loop for the lower-controller for attitude control. The proposed controller uses a backstepping controller as a higher-controller and an PID controller as a lowercontroller. The main contribution in this paper is resolving the formation reconfiguration issue for the collaborative quadrotors in dynamic moving obstacles-loaded environment. Simulation results of collaborative quadrotors show that the proposed backstepping-PID controller enables formation reconfiguration of the collaborative quadrotors to keep a desired formation guaranteeing the obstacle-avoidance operation. The results show the split-rejoin capability of the backstepping-PID controller to retain the original formation configuration of the group. The results of the backstepping-PID controller are compared to a studied earlier backstepping controller in presence and absence of model uncertainty.","PeriodicalId":346636,"journal":{"name":"2020 12th International Conference on Electrical Engineering (ICEENG)","volume":"83 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115763983","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}
引用次数: 4
期刊
2020 12th International Conference on Electrical Engineering (ICEENG)
全部 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学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1