README 1.1 KB

1234567891011121314151617181920212223
  1. xnec2c is a GTK+ graphical interactive version of nec2c. It incorporates
  2. the nec2c core which it uses for reading input files and calculating
  3. output data, but it does not need and indeed does not produce an output
  4. file by default.
  5. Since xnec2c incorporates the nec2c core, it has access to all internal
  6. buffers, including structure data, frequency-related data (structure
  7. currents, input impedance, gain etc) and radiation pattern data (for the
  8. far field and near field). It therefore has the ability to graphically
  9. display user-requested data directly, as the frequency loop progresses
  10. or after input from the user.
  11. Graphs of frequency-related data and the current or charge distribution
  12. evolve as the frequency loop progresses, and radiation patterns (far and
  13. near field) are sequentially drawn for each frequency step. A new
  14. frequency can be entered by the user from spin buttons in the main or
  15. radiation pattern windows or by clicking on the graphs of
  16. frequency-related data. New output data are then computed and displayed
  17. in text and graphical form.
  18. nec2c is a C translation of the Fortran nec2 code, which allows analysis
  19. of antennas.