Parallel implementation of the coupled harmonic oscillator
Anas M. Al-Oraiqat

TL;DR
This paper develops a parallel implementation of the coupled harmonic oscillator using OpenMP and WinAPI, demonstrating its accuracy and potential for testing multi-core system performance in real-time simulations.
Contribution
It introduces a parallel implementation of the coupled harmonic oscillator and evaluates its performance and accuracy for time-critical applications.
Findings
Parallel implementation closely matches analytical solutions
Optimized parallel architecture improves computational efficiency
Model useful for testing multi-core system characteristics
Abstract
This article presents the parallel implementation of the coupled harmonic oscillator. From the analytical solution of the coupled harmonic oscillator, the design parameters are obtained. After that, a numerical integration of the system with MATLAB, which is used as a tool of benchmark evaluation, is performed. Next, parallel implementation is performed using a well-known approach like OpenMP and WinAPI. Taking into account the errors of basic parameters of the simulated process, the generated oscillations of the proposed parallel realization are almost identical to the actual solution of the harmonic oscillator model. Test ways to optimize the parallel architecture of computing processes for software implementations of the considered application is carried out. The developed model is used to study a fixed priority scheduling algorithm for real-time parallel threads execution. The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEmbedded Systems Design Techniques · Simulation Techniques and Applications · Distributed and Parallel Computing Systems
