$\require{mediawiki-texvc}$

연합인증

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

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

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

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

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

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

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

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

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

인공 신경망을 이용한 저궤도 위성의 궤도 예측 알고리즘 개발
Algorithm for Orbit Prediction of LEO satellites using Neural Network 원문보기

항공우주시스템공학회지 = Journal of aerospace system engineering, v.17 no.3, 2023년, pp.57 - 67  

김지훈 (연세대학교 천문우주학과 우주비행제어연구실) ,  박상영 (연세대학교 천문우주학과 우주비행제어연구실) ,  전상미 (레이다 연구소, LIG 넥스원)

초록
AI-Helper 아이콘AI-Helper

본 연구는 기계학습을 통해 저궤도 위성의 궤도를 예측하는 새로운 알고리즘을 개발하였다. TLE 데이터와 SGP4 알고리즘으로 시계열 데이터를 생성하고, 이심률에 따른 특이점 문제를 해결하기 위해 수정분점 궤도 요소를 기계학습 요소로 설정하였다. 데이터 분할, 데이터 스케일링 등의 전처리 과정을 거치고, LSTM 레이어를 포함하는 모델과 최소 제곱법으로 선형 회귀를 하는 학습 모델로 학습하였다. 세가지 위성에 해당 알고리즘을 적용하여 약 8 일간 8.2 km 위치 오차 이내로 궤도를 예측할 수 있었다. 개발된 알고리즘은 기계학습으로 미래의 위성의 궤도를 SPG4 전파기의 정밀도 내에서 예측할 수 있다.

Abstract AI-Helper 아이콘AI-Helper

This study presents an algorithm for the orbit prediction of Low Earth Orbit (LEO) satellites using a machine learning. Utilizing the Two-Line Elements (TLE), time series data are generated through the Simplified General Perturbations 4 (SGP4) algorithm. Learning parameters are set-up using the modi...

주제어

표/그림 (28)

참고문헌 (21)

  1. S. P. Shuster, "A Survey and Performance Analysis of?Orbit Propagators for LEO, GEO, and Highly Elliptical?Orbits," pp. 3-15, 2017. 

  2. David A. Vallado, "Fundamentals of Astrodynamics and?Applications", 2nd Ed., Springer, pp. 619-636, 1997. 

  3. F. Hoots and R. Roehrich. "SPACETRACK REPORT NO.?3 Models for Propagation of NORAD Element Sets," pp.?10-20, December 1988. 

  4. H. Peng, and X. Bai, "Artificial Neural Network-Based?Machine Learning Approach to Improve Orbit Prediction?Accuracy," Journal of Spacecraft and Rockets, pp. 1248-1260, June 2018. 

  5. Hao Ren et al. "Research on Satellite Orbit Prediction?Based on Neural Network Algorithm," Proc. of the 2019?3rd High Performance Computing and Cluster?Technologies Conference, pp. 267-273, June 2019. 

  6. H. Yang, J. Zhu, and J. Zhang, "The Research of Low?Earth Orbit Prediction of Satellite Based on Deep Neural?Network," DEStech Transactions on Computer Science?and Engineering, pp. 291-299, March 2018. 

  7. L. Fang, and N. Nagarajan, "Neural Network Based Orbit?Propagation for Small Satellite Missions," 18th Annual?AIAA/ASU Conference on Small Satellites, 2004. 

  8. D. Wei, and C. Zhao. "An Accuracy Analysis of the?SGP4/SDP4 Model," Chinese Astronomy and?Astrophysics, vol. 34, pp. 69-76, 2010. 

  9. R. Wand, J. Liu, and Q.M. Zhang. "Propagation error?analysis of TLE data," Advances in Space Research, vol.?43, pp. 1065-1069, 2009. 

  10. J. Mason, "Development of a MATLAB/STK TLE?Accuracy Assessment Tool, in support of the NASA Ames?Space Traffic Management Project," arXiv: Space Physics,?2013. 

  11. R. Rojas, "Neural Networks - A Systematic Introduction",?Springer-Verlag, Berlin, New-York, pp. 151-184, 1996. 

  12. A. B. Arrieta et al. "Explainable Artificial Intelligence?(XAI): Concepts, Taxonomies, Opportunities and?Challenges toward Responsible AI," Information Fusion,?pp. 82-125, 2020. 

  13. M. J. H. Walker, B. Ireland, and J. Owens, "A set of?modified equinoctial orbit elements," Celestial mechanics?vol. 36, pp. 409-419, 1985. 

  14. Cross Validation manual,? https://medium.com/@soumyachess1496/crossvalidation-in-time-series-566ae4981ce4 

  15. R. J. Hyndman and G. Athanasopoulos, "Forecasting:?principles and practice", 2nd Ed, OTexts: Melbourne,?Australia, pp. 197-236, 2018. 

  16. Time Series Decomposition manual,? https://towardsdatascience.com/different-types-of-timeseries-decomposition-396c09f92693 

  17. Data Scaling manual,? https://machinelearningmastery.com/how-to-improveneural-network-stability-and-modeling-performance-withdata-scaling/ 

  18. Hyperparameter and Optimization manual,? https://towardsdatascience.com/understandinghyperparameters-and-its-optimisation-techniquesf0debba07568 

  19. Overfitting and Underfitting manual,? https://machinelearningmastery.com/diagnose-overfittingunderfitting-lstm-models/ 

  20. Early Stopping manual,? https://towardsdatascience.com/a-practical-introductionto-early-stopping-in-machine-learning-550ac88bc8fd 

  21. J. H. Kim, "Orbit Prediction of LEO satellites using?Machine Learning," MS Thesis, Dept. of Astronomy,?Yonsei University, Feb 2022. 

저자의 다른 논문 :

관련 콘텐츠

오픈액세스(OA) 유형

BRONZE

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

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

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

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

선택된 텍스트

맨위로