Hello
I am a newbie who is trying to program a GUI that allows the user to
locate two transmitters at arbitrary locations
in a rectangular area, and which allows specification of the wavelength
at which the transmitters
are operating. After entering these data, the program computes the
signal strength everywhere in the rectangular area. I am looking for any preexisting code on this that I could work with, or any pieces which I could put together. The GUI layout was obviously the easiest part. Getting the program to locate individual towers and compute signal strength is something I am unsure of how to begin.
Requirements
- Program must be robust so that it catches and handles input
errors; e.g., it should not
accept negative wavelengths or non-numeric positional
information.
What it needs to look like.
http://img228.imageshack.us/i/guiradiotower.png
Thank you so much for any help!