Skip to content

ulthiel/cocoaNEC-ut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cocoaNEC-ut

This is a – not really serious – fork of Kok Chen's (W7AY) excellent antenna simulation program cocoaNEC. The are a few (straightforward) things I missed and that's why I created this fork using the source code Chen generously made available on his website under the GPL.

You can download the latest release here. I did not sign the code, so if you get an error like "can't be opened because it is from an unidentified developer" you have to open the application the first time with a right click and then a click on open (see Apple info).

If you have any questions/comments/suggestions, just drop me an email.

73,
Ulrich, DK1UT

Changes

Functionality

  1. Changed Cmd-O and Cmd-N keybord shortcuts from spreadhseet to NC models.
  2. Added xyz coordinate axis labels in geometry view (Output/Views/Geometry/GeometryView.m).
  3. Added keyboard arrow controls for geometry view (Output/Views/Geometry/GeometryView.m, Output/NECOutput.*).
  4. Moved Directivity and 0dB= labels in azimuth and elevation plot to better positions (Output/Views/Patterns/AzimuthView.m, Output/Views/Patterns/ElevationView.m).
  5. Added degree labels in azimuth and elevation plot (Output/Views/Patterns/PatternView.m).

Internal

  1. Made it compile with XCode 10.
  2. Fixed a lot of errors and warnings about [ NSApp delegate ] by replacing this by (ApplicationDelegate*)[ NSApp delegate ].