Java- Missile prgm using parallel guidance

It also discusses the advantages and disadvantages of using this system. Keep in mind that this is just one resource and you may need to do further research to fully understand the parallel guidance system.
  • #1
ca1015
1
0
Hello all! So I am working on a Java program and we have introduced artificial intelligence to a missile that is hunting a flying aircraft in 2d. The purpose of the program is to compare 3 different guidance systems--pursuit, proportional, and parallel. I am stuck on parallel!

We have the aircraft flying at a constant velocity and I am having a hard time understanding where my update should be. Can anyone provide a good link with some detailed info on the subject? I can hardly find anything online!

Thanks so much!
 
Physics news on Phys.org
  • #2
One resource you can use is a paper titled "Parallel Guidance for Missiles with Constant Speed Targets" by Yeong-Jae Park and Sun-Tae Kwak. You can find it here: https://ieeexplore.ieee.org/document/4362865. This paper provides an overview of the parallel guidance system, along with equations and examples of how to implement it in your program.
 

1. What is Java-Missile program using parallel guidance?

Java-Missile program using parallel guidance is a computer program that uses the Java programming language to control the guidance system of a missile. The program allows the missile to make multiple simultaneous calculations and adjust its flight path accordingly, increasing its accuracy and effectiveness.

2. How does the parallel guidance system work?

The parallel guidance system works by dividing the guidance calculations into smaller, independent tasks that can be executed simultaneously. This allows the missile to continuously update its trajectory and make adjustments in real-time, increasing its chances of hitting its target.

3. What are the benefits of using Java in missile guidance programming?

Java is a versatile and powerful programming language that has many features that make it well-suited for missile guidance programming. Its ability to handle multiple threads and processes simultaneously makes it ideal for parallel guidance systems. Additionally, Java's platform independence and extensive library of functions make it a reliable and efficient choice for this type of program.

4. Is Java-Missile program using parallel guidance used in real-life military applications?

Yes, Java-Missile program using parallel guidance has been utilized in various real-life military applications. Its effectiveness in increasing the accuracy and precision of missiles has made it a popular choice for many military operations and defense systems.

5. Are there any potential risks or drawbacks to using Java-Missile program using parallel guidance?

As with any computer program, there are potential risks and drawbacks to using Java-Missile program using parallel guidance. One potential risk is the possibility of software errors or bugs, which could lead to the missile malfunctioning or missing its target. Additionally, there may be concerns about hacking or cyber attacks on the program, which could compromise the security and effectiveness of the missile. These risks can be mitigated through rigorous testing and implementation of security measures.

Similar threads

Replies
2
Views
1K
  • Programming and Computer Science
Replies
14
Views
4K
  • STEM Academic Advising
Replies
4
Views
900
Replies
2
Views
881
  • Engineering and Comp Sci Homework Help
Replies
3
Views
4K
  • STEM Academic Advising
Replies
5
Views
857
  • Engineering and Comp Sci Homework Help
Replies
1
Views
3K
Replies
2
Views
1K
  • Introductory Physics Homework Help
Replies
6
Views
2K
Back
Top