README 1.1 KB

12345678910111213141516171819
  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. Since xnec2c incorporates the nec2c core, it has access
  5. to all internal buffers, including structure data, frequency-related
  6. data (structure currents, input impedance, gain etc) and radiation pattern
  7. data (for the far field and near field). It therefore has the ability to
  8. graphically display user-requested data directly, as the frequency loop
  9. progresses or after input from the user. Graphs of frequency-related data
  10. and the current or charge distribution evolve as the frequency loop
  11. progresses, and radiation patterns (far and near field) are sequentially
  12. drawn for each frequency step. A new frequency can be entered by the user
  13. from spin buttons in the main or radiation pattern windows or by clicking
  14. on the graphs of frequency-related data. New output data are then computed
  15. and displayed in text and graphical form.
  16. nec2c is a C translation of the Fortran nec2 code, which allows analysis
  17. of antennas.