首页 > 最新文献

2020 Intermountain Engineering, Technology and Computing (IETC)最新文献

英文 中文
Impact of Quantum Values on Multilevel Feedback Queue for CPU Scheduling 量子值对CPU调度多级反馈队列的影响
Pub Date : 2020-10-02 DOI: 10.1109/IETC47856.2020.9249188
David Mulder, Joseph Ssempala, Todd Walton, Ben Parker, Stephen Brough, Sam Bush, Soha Boroojerdi, Jingpeng Tang
CPU scheduling is the basis of multi-programmable operating systems to make a computer more productive and is varied active research topic most especially with increasing multicore computers to efficiently switch the CPU among processes. This paper discusses three existing process scheduling algorithms, Round Robin (RR), First Come First Serve (FCFS), Multilevel Feedback Queue (MFQ) and makes the argument that the optimal quantums are 4 and 13 for MFQ. Proposals for further work include exploring concepts such as machine learning to determine the best quantum numbers; Implementation of parallelization to utilize multicore computers.
CPU调度是多可编程操作系统提高计算机生产效率的基础,是一个活跃的研究课题,特别是随着多核计算机的发展,如何在多个进程之间有效地切换CPU。本文讨论了现有的三种进程调度算法:轮询调度算法(RR)、先到先服务算法(FCFS)和多级反馈队列算法(MFQ),并论证了MFQ的最优量子为4和13。进一步工作的建议包括探索机器学习等概念,以确定最佳量子数;利用多核计算机实现并行化。
{"title":"Impact of Quantum Values on Multilevel Feedback Queue for CPU Scheduling","authors":"David Mulder, Joseph Ssempala, Todd Walton, Ben Parker, Stephen Brough, Sam Bush, Soha Boroojerdi, Jingpeng Tang","doi":"10.1109/IETC47856.2020.9249188","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249188","url":null,"abstract":"CPU scheduling is the basis of multi-programmable operating systems to make a computer more productive and is varied active research topic most especially with increasing multicore computers to efficiently switch the CPU among processes. This paper discusses three existing process scheduling algorithms, Round Robin (RR), First Come First Serve (FCFS), Multilevel Feedback Queue (MFQ) and makes the argument that the optimal quantums are 4 and 13 for MFQ. Proposals for further work include exploring concepts such as machine learning to determine the best quantum numbers; Implementation of parallelization to utilize multicore computers.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131684239","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Speech Emotion Recognition Solution-based on Support Vector Machine for Children with Autism Spectrum Disorder to Help Identify Human Emotions 一种基于支持向量机的自闭症谱系障碍儿童语音情绪识别方法,帮助识别人类情绪
Pub Date : 2020-10-02 DOI: 10.1109/IETC47856.2020.9249147
Rezwan Matin, Damian Valles
Children who fall into the autism spectrum have difficulty communicating with others. In this work, a speech emotion recognition model has been developed to help children with Autism Spectrum Disorder (ASD) identify emotions in social interactions. The model is created using the Python programming language to develop a machine learning model based on the Support Vector Machine (SVM). SVM has proven to yield high accuracies when classifying inputs in speech processing. Individual audio databases are specifically designed to train models for the emotion recognition task. One such speech corpus is the Ryerson Audio-Visual Database of Emotional Speech and Song (RAVDESS), which is used to train the model in this work. Acoustic feature extraction will be part of the pre-processing step utilizing Python libraries. The libROSA library is used in this work. The first 26 Mel-frequency Cepstral Coefficients (MFCCs) and the zero-crossing rate (ZCR) are extracted and used as the acoustic features to train the machine learning model. The final SVM model provided a test accuracy of 77%. This model also performed well when significant background noise was introduced to the RAVDESS audio recordings, for which it yielded a test accuracy of 64%.
患有自闭症的儿童与他人交流有困难。在这项工作中,建立了一个语言情绪识别模型,以帮助自闭症谱系障碍(ASD)儿童识别社交互动中的情绪。该模型使用Python编程语言创建,开发基于支持向量机(SVM)的机器学习模型。在语音处理中,支持向量机的分类准确率很高。个人音频数据库是专门为训练模型而设计的,用于情感识别任务。其中一个这样的语音语料库是瑞尔森情感语音和歌曲视听数据库(RAVDESS),它在本工作中用于训练模型。声学特征提取将是使用Python库的预处理步骤的一部分。在这项工作中使用了libROSA库。提取前26个mel频率倒谱系数(MFCCs)和过零率(ZCR)作为声学特征来训练机器学习模型。最终的SVM模型提供了77%的测试精度。当RAVDESS音频记录中引入明显的背景噪声时,该模型也表现良好,测试准确率为64%。
{"title":"A Speech Emotion Recognition Solution-based on Support Vector Machine for Children with Autism Spectrum Disorder to Help Identify Human Emotions","authors":"Rezwan Matin, Damian Valles","doi":"10.1109/IETC47856.2020.9249147","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249147","url":null,"abstract":"Children who fall into the autism spectrum have difficulty communicating with others. In this work, a speech emotion recognition model has been developed to help children with Autism Spectrum Disorder (ASD) identify emotions in social interactions. The model is created using the Python programming language to develop a machine learning model based on the Support Vector Machine (SVM). SVM has proven to yield high accuracies when classifying inputs in speech processing. Individual audio databases are specifically designed to train models for the emotion recognition task. One such speech corpus is the Ryerson Audio-Visual Database of Emotional Speech and Song (RAVDESS), which is used to train the model in this work. Acoustic feature extraction will be part of the pre-processing step utilizing Python libraries. The libROSA library is used in this work. The first 26 Mel-frequency Cepstral Coefficients (MFCCs) and the zero-crossing rate (ZCR) are extracted and used as the acoustic features to train the machine learning model. The final SVM model provided a test accuracy of 77%. This model also performed well when significant background noise was introduced to the RAVDESS audio recordings, for which it yielded a test accuracy of 64%.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"35 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123354467","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}
引用次数: 11
Various Structures and Control Strategies for Provisional Energy Transaction Management in Coupled Microgrid Clusters 耦合微电网集群临时能源交易管理的各种结构与控制策略
Pub Date : 2020-10-02 DOI: 10.1109/IETC47856.2020.9249113
S. Ferdous, Farhad Shahnia, G. Shafiullah
An autonomous microgrid (MG) may observe overloading and renewable-based excessive generation. Such issues can lead to unacceptable deviation in the MG's voltage or frequency. These problems can be eased by load-shedding or renewable curtailment. On the other hand, forming provisional neighboring MG clusters and facilitating power exchange among them can also improve the situation more economically and effectively. The power exchange link between the MGs can be in the various forms such as a three-phase ac, a single-phase ac or a dc link. This approach requires power electronics-based converters to interlink the three-phase ac microgrid with the power exchange link and control the power-sharing amongst them. This paper has studied such structures and has proposed a decentralized approach to control the converters of the neighboring MGs to enable power-sharing amongst them. The performance of the proposed control mechanisms is evaluated through simulation studies in PSIM®.
自主微电网(MG)可能出现过载和可再生能源过度发电。这些问题可能导致MG的电压或频率出现不可接受的偏差。这些问题可以通过减载或弃用可再生能源来缓解。另一方面,形成临时的相邻MG集群,促进它们之间的权力交换,也可以更经济有效地改善这种状况。mg之间的电源交换链路可以采用各种形式,如三相交流、单相交流或直流链路。这种方法需要基于电力电子的转换器将三相交流微电网与电力交换链路互连,并控制它们之间的电力共享。本文对这种结构进行了研究,并提出了一种分散的方法来控制相邻mg的变换器,以实现它们之间的功率共享。通过PSIM®中的仿真研究评估了所提出的控制机制的性能。
{"title":"Various Structures and Control Strategies for Provisional Energy Transaction Management in Coupled Microgrid Clusters","authors":"S. Ferdous, Farhad Shahnia, G. Shafiullah","doi":"10.1109/IETC47856.2020.9249113","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249113","url":null,"abstract":"An autonomous microgrid (MG) may observe overloading and renewable-based excessive generation. Such issues can lead to unacceptable deviation in the MG's voltage or frequency. These problems can be eased by load-shedding or renewable curtailment. On the other hand, forming provisional neighboring MG clusters and facilitating power exchange among them can also improve the situation more economically and effectively. The power exchange link between the MGs can be in the various forms such as a three-phase ac, a single-phase ac or a dc link. This approach requires power electronics-based converters to interlink the three-phase ac microgrid with the power exchange link and control the power-sharing amongst them. This paper has studied such structures and has proposed a decentralized approach to control the converters of the neighboring MGs to enable power-sharing amongst them. The performance of the proposed control mechanisms is evaluated through simulation studies in PSIM®.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"60 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122607423","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
Parameter Identification and Fuzzy Logic Controller Design for a One-Stage Axial Flow Compressor System based on Moore-Greitzer Model 基于Moore-Greitzer模型的单级轴流压气机参数辨识及模糊控制器设计
Pub Date : 2020-10-02 DOI: 10.1109/IETC47856.2020.9249210
Md Fahdul Wahab Chowdhury, M. Schoen, Ji-chao Li
This paper presents a novel approach to mitigate a long-standing instability problem in axial flow compressors. The instabilities known as stall and surge limits the operating range of these systems. Moore and Greitzer combined their work on modelling axial compressor systems, resulting into the Moore-Greitzer (MG) model. This model is built on the assumption of a specific compressor characteristic. However, the parameters of the characteristics are dependent on the compressor geometry and other factors. As each compressor exhibits different characteristics, the parameters of the characteristic equation of the MG model are not the same and difficult to estimate. Thus, the MG model is not suitable to provide a compressor's specific dynamics - rather it describes the general fluid dynamics of a compression system. Hence, addressing the fluid flow control problem using the MG model is difficult without the knowledge of the specific characteristics. In order to solve this problem, a new approach is proposed in this paper that allows for the extraction of a compressor's specific characteristic parameters using only experimental data. This approach employs a genetic algorithm-based optimization technique. The proposed approach is tested using simulated data from the MG model and experimental data from a one-stage axial compressor test system. The extracted parameters are then utilized to design a fuzzy logic controller for the specific one-stage axial compressor. The objective of the controller is to regulate the mass flow rate by varying the throttle of the compressor in order to maintain a specific operating point. The input into the controller is the error between the desired operating point and the actual operating point. The compressor - operating without control - becomes unstable at the maximum pressure rise coefficient. The operating point of the system is set just below the maximum pressure rise coefficient and the corresponding mass flow coefficient. From the simulation result of the pressure rise and mass flow coefficient, it is found that the compressor can be operated safely at this new operating point.
本文提出了一种解决轴流压气机长期存在的不稳定问题的新方法。失速和浪涌的不稳定性限制了这些系统的工作范围。Moore和Greitzer将他们在轴向压缩机系统建模方面的工作结合起来,形成了Moore-Greitzer (MG)模型。该模型建立在压缩机特定特性的假设基础上。然而,特性的参数取决于压缩机的几何形状和其他因素。由于各压气机的特性不同,MG模型的特征方程参数不相同,难以估计。因此,MG模型不适合提供压缩机的具体动力学,而是描述压缩系统的一般流体动力学。因此,在不了解具体特性的情况下,使用MG模型解决流体流动控制问题是困难的。为了解决这一问题,本文提出了一种新的方法,该方法允许仅使用实验数据提取压缩机的特定特征参数。该方法采用了基于遗传算法的优化技术。利用MG模型的仿真数据和单级轴流压气机试验系统的实验数据对该方法进行了验证。然后利用提取的参数,设计了针对特定单级轴流压气机的模糊控制器。控制器的目的是通过改变压缩机的节流阀来调节质量流量,以保持特定的工作点。控制器的输入是期望工作点与实际工作点之间的误差。压缩机在没有控制的情况下运行,在最大压升系数时变得不稳定。系统的工作点设置在最大压升系数和相应的质量流量系数的正下方。从压升和质量流量系数的模拟结果来看,压缩机在新的工作点上可以安全运行。
{"title":"Parameter Identification and Fuzzy Logic Controller Design for a One-Stage Axial Flow Compressor System based on Moore-Greitzer Model","authors":"Md Fahdul Wahab Chowdhury, M. Schoen, Ji-chao Li","doi":"10.1109/IETC47856.2020.9249210","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249210","url":null,"abstract":"This paper presents a novel approach to mitigate a long-standing instability problem in axial flow compressors. The instabilities known as stall and surge limits the operating range of these systems. Moore and Greitzer combined their work on modelling axial compressor systems, resulting into the Moore-Greitzer (MG) model. This model is built on the assumption of a specific compressor characteristic. However, the parameters of the characteristics are dependent on the compressor geometry and other factors. As each compressor exhibits different characteristics, the parameters of the characteristic equation of the MG model are not the same and difficult to estimate. Thus, the MG model is not suitable to provide a compressor's specific dynamics - rather it describes the general fluid dynamics of a compression system. Hence, addressing the fluid flow control problem using the MG model is difficult without the knowledge of the specific characteristics. In order to solve this problem, a new approach is proposed in this paper that allows for the extraction of a compressor's specific characteristic parameters using only experimental data. This approach employs a genetic algorithm-based optimization technique. The proposed approach is tested using simulated data from the MG model and experimental data from a one-stage axial compressor test system. The extracted parameters are then utilized to design a fuzzy logic controller for the specific one-stage axial compressor. The objective of the controller is to regulate the mass flow rate by varying the throttle of the compressor in order to maintain a specific operating point. The input into the controller is the error between the desired operating point and the actual operating point. The compressor - operating without control - becomes unstable at the maximum pressure rise coefficient. The operating point of the system is set just below the maximum pressure rise coefficient and the corresponding mass flow coefficient. From the simulation result of the pressure rise and mass flow coefficient, it is found that the compressor can be operated safely at this new operating point.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133859213","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
Different assignments as different contexts: predictors across assignments and outcome measures in CS1 不同的作业作为不同的情境:CS1中跨作业的预测因素和结果测量
Pub Date : 2020-10-02 DOI: 10.1109/IETC47856.2020.9249217
John Edwards, Joseph Ditton, Bishal Sainju, Joshua Dawson
This paper reports an analysis of quantitative data obtained during four weeks of a CS1 course. The data consists of programming events logged while students complete eight programming projects and include keystrokes, text pastes, task switches, and run attempts. We analyze the data to answer two related research questions. The first is which commonly studied student programming behaviors generalize well as predictors across programming assignments. The second question is which commonly studied student programming behaviors generalize well as predictors across outcome measures. We find that of the attributes we tested only a small subset are consistent predictors of success across projects, although most have some correlation in some projects. Few attributes were consistent across performance measures. Considering that many intervention strategies use small numbers of projects for student classification, our results suggest that care should be taken in drawing conclusions from data analyzed in the aggregate, both across programming projects and across performance measures.
本文报告了在CS1课程的四周中获得的定量数据的分析。这些数据包括学生完成8个编程项目时记录的编程事件,包括按键、文本粘贴、任务切换和运行尝试。我们分析数据来回答两个相关的研究问题。首先,通常研究的学生编程行为在编程作业中可以很好地概括为预测因素。第二个问题是,哪些通常被研究的学生编程行为可以很好地概括为结果测量的预测因素。我们发现,在我们测试的属性中,只有一小部分是跨项目成功的一致预测因素,尽管大多数在某些项目中有一些相关性。很少有属性在性能度量中是一致的。考虑到许多干预策略使用少量的项目来对学生进行分类,我们的结果表明,在从总体分析的数据中得出结论时,无论是跨规划项目还是跨绩效衡量指标,都应该小心谨慎。
{"title":"Different assignments as different contexts: predictors across assignments and outcome measures in CS1","authors":"John Edwards, Joseph Ditton, Bishal Sainju, Joshua Dawson","doi":"10.1109/IETC47856.2020.9249217","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249217","url":null,"abstract":"This paper reports an analysis of quantitative data obtained during four weeks of a CS1 course. The data consists of programming events logged while students complete eight programming projects and include keystrokes, text pastes, task switches, and run attempts. We analyze the data to answer two related research questions. The first is which commonly studied student programming behaviors generalize well as predictors across programming assignments. The second question is which commonly studied student programming behaviors generalize well as predictors across outcome measures. We find that of the attributes we tested only a small subset are consistent predictors of success across projects, although most have some correlation in some projects. Few attributes were consistent across performance measures. Considering that many intervention strategies use small numbers of projects for student classification, our results suggest that care should be taken in drawing conclusions from data analyzed in the aggregate, both across programming projects and across performance measures.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114321673","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
Virtual Reality Training in Electric Utility Sector - An Underground Application Study Case 虚拟现实技术在电力行业培训中的应用研究
Pub Date : 2020-10-02 DOI: 10.1109/IETC47856.2020.9249216
D. V. João, Paula Zenni Lodetti, Aguinaldo dos Santos, M. A. Izumida Martins, João Felipe Brandão Almeida, Daniel Marques da Silva Chaves
Virtual reality is being considered as an innovative way to perform training in many industry sector. Even though it has being developed in many aspects, the final users still resistant for its full use in electrical power sector. This paper evaluate the opinion of expert professionals in the electrical utility sector to analyses an underground activity in virtual reality. The main goal is to observe what is needed to have a complete application of Virtual Reality in a risk operation present in the electrical sector, and to propose functionalities that may improve the immersion and satisfaction in the Virtual Reality training procedures.
在许多行业,虚拟现实被认为是一种创新的培训方式。尽管它在许多方面得到了发展,但最终用户仍然对其在电力部门的充分应用持抵制态度。本文评价了电力行业专家的意见,对虚拟现实中的地下活动进行了分析。主要目标是观察在电气行业的风险操作中完整应用虚拟现实所需的条件,并提出可能提高虚拟现实培训程序的沉浸感和满意度的功能。
{"title":"Virtual Reality Training in Electric Utility Sector - An Underground Application Study Case","authors":"D. V. João, Paula Zenni Lodetti, Aguinaldo dos Santos, M. A. Izumida Martins, João Felipe Brandão Almeida, Daniel Marques da Silva Chaves","doi":"10.1109/IETC47856.2020.9249216","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249216","url":null,"abstract":"Virtual reality is being considered as an innovative way to perform training in many industry sector. Even though it has being developed in many aspects, the final users still resistant for its full use in electrical power sector. This paper evaluate the opinion of expert professionals in the electrical utility sector to analyses an underground activity in virtual reality. The main goal is to observe what is needed to have a complete application of Virtual Reality in a risk operation present in the electrical sector, and to propose functionalities that may improve the immersion and satisfaction in the Virtual Reality training procedures.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"76 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114070833","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
Future of Free Space Communication Systems (FSCS): An Overview 自由空间通信系统(FSCS)的未来:综述
Pub Date : 2020-10-02 DOI: 10.1109/IETC47856.2020.9249101
H. Kashif, M. Khan
Wireless communication systems become more demanding in the current era due to new bandwidth hungry applications: video-on-demand, online streaming, online sale, and purchase and cloud computing. High data rates applications increase the requirements for wireless capacity. The available radio and microwave frequency bands are dense enough to be used for launching additional high bandwidth applications. There is a dire requirement to have such a technology, which can fulfill the current demands. Optical communication is an emerging technology being used to overcome the scarcity of radio frequency (RF) spectrum. Optical technology has been vulnerable by its deteriorating links over long distances due to atmospheric turbulence and severe weather conditions as well as signal attenuation by external noise. In the paper, the focus is given on the detailed review of the free-space communication system (FSCS) and to evaluate the performance and to recommend for future communication systems. An analysis of the signal behavior affected by weather attenuation and atmospheric turbulence under different turbulent models is also developed. The main contribution of the article is to highlight the research gaps in the area of wireless communication and recommend FSCS as a future promising communication technology among the individual's optical and RF technologies.
无线通信系统在当前时代对带宽的要求越来越高,因为新的带宽需求巨大的应用:视频点播、在线流媒体、在线销售和购买以及云计算。高数据速率应用增加了对无线容量的要求。可用的无线电和微波频段足够密集,可以用于启动额外的高带宽应用。迫切需要这样一种能够满足当前需求的技术。光通信是一种新兴技术,用于克服射频频谱的稀缺性。由于大气湍流和恶劣天气条件以及外部噪声造成的信号衰减,光学技术在长距离传输过程中会出现链路恶化的问题,这使光学技术非常脆弱。本文对自由空间通信系统(FSCS)进行了详细的综述,并对其性能进行了评价,为未来的通信系统提供了建议。分析了不同湍流模式下天气衰减和大气湍流对信号行为的影响。本文的主要贡献是强调了无线通信领域的研究差距,并推荐FSCS作为个人光学和射频技术中有前途的通信技术。
{"title":"Future of Free Space Communication Systems (FSCS): An Overview","authors":"H. Kashif, M. Khan","doi":"10.1109/IETC47856.2020.9249101","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249101","url":null,"abstract":"Wireless communication systems become more demanding in the current era due to new bandwidth hungry applications: video-on-demand, online streaming, online sale, and purchase and cloud computing. High data rates applications increase the requirements for wireless capacity. The available radio and microwave frequency bands are dense enough to be used for launching additional high bandwidth applications. There is a dire requirement to have such a technology, which can fulfill the current demands. Optical communication is an emerging technology being used to overcome the scarcity of radio frequency (RF) spectrum. Optical technology has been vulnerable by its deteriorating links over long distances due to atmospheric turbulence and severe weather conditions as well as signal attenuation by external noise. In the paper, the focus is given on the detailed review of the free-space communication system (FSCS) and to evaluate the performance and to recommend for future communication systems. An analysis of the signal behavior affected by weather attenuation and atmospheric turbulence under different turbulent models is also developed. The main contribution of the article is to highlight the research gaps in the area of wireless communication and recommend FSCS as a future promising communication technology among the individual's optical and RF technologies.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"26 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124301539","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
Using Cinematographic Tools for Historic House Digital Restorations 使用电影摄影工具对历史建筑进行数字修复
Pub Date : 2020-10-02 DOI: 10.1109/IETC47856.2020.9249127
M. Snider
Digital architectural restorations, sometimes called virtual restorations, are three-dimensional computer models that are designed to reconstruct a historic structure in much the same way a physical restoration would. Using the existing architectural fabric and archival research, both methods speculate the structure and finishes of the original space. They can create wholly immersive environments that are populated with period furnishings, ephemera, people, and atmosphere in cases where original structures and objects which have been lost or destroyed, or where subsequent construction has altered the building. Computer software which is readily available and relatively inexpensive can be combined with the cinematographic techniques to produce visually dynamic re-created scenes that illustrate architectural spaces from the past for substantially smaller budgets.
数字建筑修复,有时被称为虚拟修复,是一种三维计算机模型,旨在以与物理修复大致相同的方式重建历史建筑。利用现有的建筑结构和档案研究,两种方法都推测了原始空间的结构和饰面。他们可以创造出完全沉浸式的环境,在原始结构和物体丢失或毁坏的情况下,他们可以创造出充满时代家具、蜉蝣、人物和氛围的环境。容易获得且相对便宜的计算机软件可以与电影技术相结合,以更少的预算制作视觉上动态的再现场景,展示过去的建筑空间。
{"title":"Using Cinematographic Tools for Historic House Digital Restorations","authors":"M. Snider","doi":"10.1109/IETC47856.2020.9249127","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249127","url":null,"abstract":"Digital architectural restorations, sometimes called virtual restorations, are three-dimensional computer models that are designed to reconstruct a historic structure in much the same way a physical restoration would. Using the existing architectural fabric and archival research, both methods speculate the structure and finishes of the original space. They can create wholly immersive environments that are populated with period furnishings, ephemera, people, and atmosphere in cases where original structures and objects which have been lost or destroyed, or where subsequent construction has altered the building. Computer software which is readily available and relatively inexpensive can be combined with the cinematographic techniques to produce visually dynamic re-created scenes that illustrate architectural spaces from the past for substantially smaller budgets.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131114973","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
Herpetofauna Species Classification from Images with Deep Neural Network 基于深度神经网络的爬行动物种类分类
Pub Date : 2020-10-02 DOI: 10.1109/IETC47856.2020.9249141
Sazida B. Islam, Damian Valles, M. Forstner
Camera-traps are noninvasive tools that can capture thousands of images of wildlife species per deployment. To conduct collaborative wildlife monitoring for conservation and to collect up to date information about wildlife species, integrated camera-sensor networking systems have been established at a large scale in Bastrop County, Texas. Species recognition from gathered images is a challenging assignment for computers due to a large amount of intra-class variability, viewpoint variation, lighting illumination, occlusion, background clutter, and deformation. Moreover, processing millions of captured images is daunting, expensive, and time-consuming as most of the images contain only background absent species of interest. This paper proposes a framework of automated wildlife species recognition by image classification using computer-vision techniques and machine learning algorithms. A Convolutional Neural Network (CNN) architecture has been suggested to classify any two species automatically. As an initial experiment, a binary CNN network has been trained and validated with a small public dataset of snakes, and toads/frogs to classify them within their group. The model evaluation achieved 76% accuracy on average for the test data that supports the prospects for the recommended model.
相机陷阱是一种非侵入性工具,每次部署可以捕捉数千张野生动物物种的图像。为了开展野生动物保护的协作监测,并收集有关野生动物物种的最新信息,在德克萨斯州巴斯特罗普县大规模建立了集成摄像机-传感器网络系统。由于大量的类内变异性、视点变化、光照、遮挡、背景杂波和变形,从收集的图像中识别物种对计算机来说是一项具有挑战性的任务。此外,处理数以百万计的捕获图像是艰巨的、昂贵的和耗时的,因为大多数图像只包含没有感兴趣物种的背景。本文提出了一种利用计算机视觉技术和机器学习算法进行图像分类的野生动物物种自动识别框架。提出了一种卷积神经网络(CNN)架构,可以自动对任意两个物种进行分类。作为最初的实验,我们用一个小的蛇、蟾蜍/青蛙的公共数据集训练和验证了一个二元CNN网络,并对它们进行了分类。对于支持推荐模型前景的测试数据,模型评估平均达到76%的准确率。
{"title":"Herpetofauna Species Classification from Images with Deep Neural Network","authors":"Sazida B. Islam, Damian Valles, M. Forstner","doi":"10.1109/IETC47856.2020.9249141","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249141","url":null,"abstract":"Camera-traps are noninvasive tools that can capture thousands of images of wildlife species per deployment. To conduct collaborative wildlife monitoring for conservation and to collect up to date information about wildlife species, integrated camera-sensor networking systems have been established at a large scale in Bastrop County, Texas. Species recognition from gathered images is a challenging assignment for computers due to a large amount of intra-class variability, viewpoint variation, lighting illumination, occlusion, background clutter, and deformation. Moreover, processing millions of captured images is daunting, expensive, and time-consuming as most of the images contain only background absent species of interest. This paper proposes a framework of automated wildlife species recognition by image classification using computer-vision techniques and machine learning algorithms. A Convolutional Neural Network (CNN) architecture has been suggested to classify any two species automatically. As an initial experiment, a binary CNN network has been trained and validated with a small public dataset of snakes, and toads/frogs to classify them within their group. The model evaluation achieved 76% accuracy on average for the test data that supports the prospects for the recommended model.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"04 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130236367","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
Adaptive Protection System Using Neutral Currents Studies and Load Estimation 中性点电流自适应保护系统研究与负荷估计
Pub Date : 2020-10-02 DOI: 10.1109/IETC47856.2020.9249114
Gabriel H. S. Costa, B. Pacheco, M. A. Martins, R. O. Brandão
Distribution grids become increasingly dynamic due to grid automation, increased distributed energy resources and continuous load variations. Faced with these conditions, distribution utilities have difficulty keeping their protection system operating at an optimal point for their entire distribution system. As a solution to ease protection settings calculation throughout the utility operating area, common protection methodologies are used, which consist in generic oversized parameters. Without the optimal design of protection parameters, distribution utilities are constantly facing fault detection problems for broken cables or high impedance faults. This work presents an Adaptive Protection System, designed to learn the grid load profile and adapt neutral overcurrent protections, in order to make the protection more sensitive. The proposed system uses two types of adaptive protection, Planned and Emergency, so that distribution protection can always be updated, even in the event of load growth in the grid, distributed energy resources increase, or even after a load-switching event on the distribution system. The article focuses on a new philosophy of autonomous and dynamic protection adjustments, as the distribution grid undergoes through changes.
由于电网自动化、分布式能源的增加和负荷的持续变化,配电网变得越来越动态。面对这些情况,配电公司难以保证其保护系统在整个配电系统的最佳运行点上运行。作为简化整个公用事业操作区域的保护设置计算的解决方案,使用了通用的保护方法,包括通用的超大参数。如果没有对保护参数进行优化设计,配电公司就会经常面临断缆或高阻抗故障的故障检测问题。本文提出了一种自适应保护系统,旨在学习电网负载分布并适应中性点过流保护,以提高保护的灵敏度。该系统采用了计划保护和应急保护两种自适应保护,使配电保护在电网负荷增长、分布式能源资源增加或配电系统发生负荷切换事件后仍能及时更新。本文重点介绍了配电网变化过程中自主动态保护调整的新理念。
{"title":"Adaptive Protection System Using Neutral Currents Studies and Load Estimation","authors":"Gabriel H. S. Costa, B. Pacheco, M. A. Martins, R. O. Brandão","doi":"10.1109/IETC47856.2020.9249114","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249114","url":null,"abstract":"Distribution grids become increasingly dynamic due to grid automation, increased distributed energy resources and continuous load variations. Faced with these conditions, distribution utilities have difficulty keeping their protection system operating at an optimal point for their entire distribution system. As a solution to ease protection settings calculation throughout the utility operating area, common protection methodologies are used, which consist in generic oversized parameters. Without the optimal design of protection parameters, distribution utilities are constantly facing fault detection problems for broken cables or high impedance faults. This work presents an Adaptive Protection System, designed to learn the grid load profile and adapt neutral overcurrent protections, in order to make the protection more sensitive. The proposed system uses two types of adaptive protection, Planned and Emergency, so that distribution protection can always be updated, even in the event of load growth in the grid, distributed energy resources increase, or even after a load-switching event on the distribution system. The article focuses on a new philosophy of autonomous and dynamic protection adjustments, as the distribution grid undergoes through changes.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"41 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121954151","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
期刊
2020 Intermountain Engineering, Technology and Computing (IETC)
全部 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