$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

빅데이터를 활용한 드론의 이상 예측시스템 연구
A Study on the Anomaly Prediction System of Drone Using Big Data 원문보기

Journal of Internet Computing and Services = 인터넷정보학회논문지, v.21 no.2, 2020년, pp.27 - 37  

이양규 (Division of Information and Telecommunication, Hanshin University) ,  홍준기 (Department of Computer Engineering, Paichai University) ,  홍성찬 (Division of Information and Telecommunication, Hanshin University)

초록
AI-Helper 아이콘AI-Helper

최근 국내외 빅데이터가 4차 산업혁명의 핵심기술로 급부상하고 있다. 또한, 4차 산업혁명의 발달과 더불어 드론에 대한 활용도와 수요가 계속 증가하고 있으며, 이에 관한 결과로 이제 드론은 일상생활과 다양한 산업 활동에 많이 활용되고 있다. 하지만 드론의 활용이 많아지면서 추락의 위험 또한 높아지고 있다. 드론은 비행 시 드론 내부 특성상의 간단한 구조로 인하여 작은 문제에도 쉽게 추락할 수 있는 위험요소를 항상 가지고 있다. 본 논문에서는 이러한 드론 추락 위험요소를 예측하고 추락을 방지하기 위하여 드론의 구동 모터와 일체형으로 ESC(Electronic Speed Control)를 부착하고 그 안에 가속도 센서를 장착해 진동 데이터를 실시간으로 수집 및 저장하고 그 데이터를 실시간으로 처리 및 모니터링 한다. 그리고 모니터링 상황에서 얻어진 빅데이터를 통한 데이터를 고속 푸리에 변환(Fast Fourier Transform,FFT) 알고리즘을 이용하여 수집된 빅데이터를 분석하여 드론 추락의 위험을 최소화하는 예측시스템을 제안하였다.

Abstract AI-Helper 아이콘AI-Helper

Recently, big data is rapidly emerging as a core technology in the 4th industrial revolution. Further, the utilization and the demand of drones are continuously increasing with the development of the 4th industrial revolution. However, as the drones usage increases, the risk of drones falling increa...

주제어

표/그림 (23)

AI 본문요약
AI-Helper 아이콘 AI-Helper

* AI 자동 식별 결과로 적합하지 않은 문장이 있을 수 있으니, 이용에 유의하시기 바랍니다.

문제 정의

  • IMU 센서는 중력 가속도 벡터를 측정하는 3개축의 가속도 센서(Accelerometer), 동체의 회전속도를 측정하는 자이로스코프 센서(Gyroscope) 센서, 비행체의 방향을 알기 위한 지구 자기장의 세기를 측정하는 지자기 센서(Magnetometer)로 구성되어 있다. 따라서 본 논문에선 드론의 센서들로부터 수집된 신호 빅데이터를 분석하여 비정상적인 동작을 감지하고 추락을 방지하는 알고리즘을 제안한다.
본문요약 정보가 도움이 되었나요?

질의응답

핵심어 질문 논문에서 추출한 답변
IMU 센서는 무엇으로 구성되어 있는가? 드론의 자세 정보를 얻기 위해서는 기본적으로 지구 중력에 대한 관성 데이터를 수집해야 하며 이를 위해서는 IMU 센서가 필요하다. IMU 센서는 중력 가속도 벡터를 측정하는 3개축의 가속도 센서(Accelerometer), 동체의 회전속도를 측정하는 자이로스코프 센서(Gyroscope) 센서, 비행체의 방향을 알기 위한 지구 자기장의 세기를 측정하는 지자기 센서(Magnetometer)로 구성되어 있다. 따라서 본 논문에선 드론의 센서들로부터 수집된 신호 빅데이터를 분석하여 비정상적인 동작을 감지하고 추락을 방지하는 알고리즘을 제안한다.
드론의 자세 및 방위 추정 시스템은 무엇을 바탕으로 드론의 자세 및 방위를 추정하는가? 드론의 자세 및 방위 추정 시스템(Attitude & Heading Reference System, AHRS)은 관성 센서(X, Y, Z) 3개의 축에서 측정되는 값과 고도계 및 GPS를 바탕으로 드론의 자세 및 방위를 추정한다. AHRS 기술은 드론의 비행 안정성과 항법 정밀도를 좌우하는 가장 중요한 요소이며, 알고리즘이나 값에 오류가 생기면 드론이 추락으로 이어질 수 있는 만큼 신뢰성이 중요한 요소이다.
드론 이상 예측시스템에서 가속도 센서를 사용한 이유는 무엇인가? FFT는 주파수 대역 값으로 변형해 정상과 비정상을 진단한다. 가속도 센서를 이용한 고장진단은 온도 센서, 압력 센서 또는 전류 센서에 비해 많은 정보를 포함하고 빠른 반응을 보이기 때문에 드론 프로펠러들의 파손 시 이상 진단에 매우 적합하다. 이러한 이유로 드론 이상 예측시스템에서 가속도 센서를 사용하였다.
질의응답 정보가 도움이 되었나요?

참고문헌 (17)

  1. Kim Sun Uk, Kim Hack Seong, Kim Jae Moon, Kim Deok Kun, Won Chung Yeun, "A Study on Speed Control of a Brushless DC Motor using Fuzzy Controlle", The Institute of Electronics and Information Engineers, 1111-1114(4 pages), 1996. http://www.dbpia.co.kr/journal/articleDetail?nodeIdNODE06325235 

  2. Jaehyun Jin, "Integrated Flight Simulation Program for Multicopter Drones by Using Acausal and Object-Oriented Language Modelica", Journal of the Korean Society for Aeronautical & Space Sciences 45(5), 2017. http://www.dbpia.co.kr/journal/articleDetail?nodeIdNODE07177232 

  3. Sun-Geun Hwang, Hyun-Joon Park, Woo-Sung Kim, Gil-Dong Kim, Kwang-Bok Shin, Yun-Sup Byun, Tae-Hyung Jang, Dong-Wook Jang, Han-Sup Han, Young-Jae Baek, Gwang-Seon Han, Sung-Ho Kim, Jin-Whan Han, Young-Jae Lee, Soo-Kil Kim, Dae-Hyung Moon, "Development of Core Technology for performance Enhancement of Railway System: The field of Electricity", Korea Railroad Research Institute 204, 2002. http://www.riss.kr/link?idG3633119 

  4. Hyung-Su Kim, Young-Hwan Han. "Implementation of Fail-Safe During Drone"s Flight", The Journal of Korean Institute of Information Technology 15(2), 2017.2, 33-40(8 pages), 2017. http://www.dbpia.co.kr/journal/articleDetail?nodeIdNODE07111268 

  5. Hyoungrae Kim, Do-hong Jeon, Sunghyun Jee, "Bigdata Analysis Project Development Methodology" Journal of the Korea Society of Computer and Information 19(3), 2014.3, 73-85(13 pages) http://www.dbpia.co.kr/journal/articleDetail?nodeIdNODE06529169 

  6. Byung Ho Jung, Dong Hoon Lim, "Comparison analysis of big data integration models", Journal of the Korean Data And Information Science Society 28(4), 2017, 755-768(14 pages)", http://www.dbpia.co.kr/journal/articleDetail?nodeIdNODE07404557 

  7. Hoon Jung, Moonsung Park, "A Study of Big data-based Machine Learning Techniques for Wheel and Bearing Fault Diagnosis" Korea Academy Industrial Cooperation Society 19(1), 2018.1, 75-84(10 pages) http://www.dbpia.co.kr/journal/articleDetail?nodeIdNODE07336618 

  8. Jae-Yung Lee, Sung-Jun Yoon, Jae-Gon Kim and Jong-Ki Han, "Weighted DCT-IF for Image up Scaling," KSII Transactions on Internet and Information Systems, vol. 13, no. 2, pp. 790-809, 2019. DOI: 10.3837/tiis.2019.02.017 

  9. Kamran Siddique, Zahid Akhtar, Muhammad Ashfaq Khan, Yong-Hwan Jung and Yangwoo Kim, "Developing an Intrusion Detection Framework for High-Speed Big Data Networks: A Comprehensive Approach," KSII Transactions on Internet and Information Systems, vol. 12, no. 8, pp. 4021-4037, 2018. https://doi.org/10.3837/tiis.2018.08.026 

  10. Y. Hong, E. Na, Y. Jung and Y. Kim, "Outlier Detection Based on MapReduce for Analyzing Big Data," Journal of Internet Computing and Services, vol. 18, no. 1, pp. 27-36, 2017. DOI: 10.7472/jksii.2017.18.1.27. 

  11. M. A. Qureshi, E. Mostajeran, R. M. Noor, A. Shamim and C. Ke, "A Computationally Inexpensive Radio Propagation Model for Vehicular Communication on Flyovers and Inside Underpasses," KSII Transactions on Internet and Information Systems, vol. 10, no. 9, pp. 4123-4144, 2016. https://doi.org/10.3837/tiis.2016.09.006. 

  12. Y. HE, H. TAN, W. LUO, S. FENG, and J. FAN, "MR-DBSCAN: a scalable MapReduce -based DBSCAN algorithm for heavily skewed data," Front. Comput. Sci., vol. 8, no. 1, pp. 83-99, 2014. https://doi.org/10.1007/s11704-013-3158-3. 

  13. S. Rio, V. Lopez, J. M. Benitez, and F. Herrera, "On the use of MapReduce for imbalanced big data using Random Forest," Journal of Information Sciences, vol.285, pp. 112-137, 2014. https://doi.org/10.1016/j.ins.2014.03.043. 

  14. CrawleyS. Rio, V. Lopez, J. M. Benitez, and F. Herrera, "On the use of MapReduce for imbalanced big data using Random Forest," Journal of Information Sciences, vol.285, pp. 112-137, 2014. https://doi.org/10.1016/j.ins.2014.03.043. 

  15. J. R. Phillips and J. K. White, "A precorrected-FFT method for electrostatic analysis of complicated 3-D structures,"IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, vol. 16, no. 10, pp. 1059-1072, 1997. https://doi.org/10.1109/43.662670 

  16. E. Bleszynski, M. Bleszynski, and T. Jaroszewicz, "AIM:adaptive integral method for solving large-scale electromagnetic scattering and radiation problems," Radio Science, vol. 31, no. 5, pp. 1225-1251, 1996. https://doi.org/10.1029/96RS02504 

  17. P. N. Patel, M. A. Patel, R. M. Faldu, and Y. R. Dave, "Quadcopter for agricultural surveillance", Advance in Electronic and Electric Engineering, Vol. 3, No. 4, pp. 427-432, 2013. http://www.ripublication.com/aeee.htm 

저자의 다른 논문 :

관련 콘텐츠

오픈액세스(OA) 유형

BRONZE

출판사/학술단체 등이 한시적으로 특별한 프로모션 또는 일정기간 경과 후 접근을 허용하여, 출판사/학술단체 등의 사이트에서 이용 가능한 논문

저작권 관리 안내
섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로