Author Topic: Amateur Radio Antenna Development Software - NEC  (Read 10261 times)

0 Members and 1 Guest are viewing this topic.

Offline w3amdTopic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: us
    • Ham4Ham
Amateur Radio Antenna Development Software - NEC
« on: December 29, 2015, 03:33:13 am »
Hi guys,

I'm in active development of revamping the Numerical Electromagnetics Code and it's front end. The target is to have an end program working which can either pick from a library of known antennas or develop it's own based on your specific parameters (yard size, height restriction, number of support points, materials available, SWR requirement)

Any help would be appreciated; programmers, testers, funding support.

The basic framework is coming together and the program is running in Win32/64 to start. The program can currently open the older .nec extension files perform calculation (outside of DOS) and display the results.

If you have any ideas and have or haven't used 4NEC2 or EzNec before please let me know.

Cheers,
John
« Last Edit: December 29, 2015, 03:46:18 am by w3amd »
 

Offline w3amdTopic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: us
    • Ham4Ham
Re: Amateur Radio Antenna Development Software - NEC
« Reply #1 on: January 01, 2016, 03:03:28 am »
Update:

Frequency sweep and SWR added.

Still need more testers. Automated modeling development starts tomorrow.

Cheers,
John
 

Offline awallin

  • Frequent Contributor
  • **
  • Posts: 694
Re: Amateur Radio Antenna Development Software - NEC
« Reply #2 on: January 01, 2016, 09:40:34 am »

Would it be possible to simulate/design helical coil filters/resonators with this software?
 

Offline w3amdTopic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: us
    • Ham4Ham
Re: Amateur Radio Antenna Development Software - NEC
« Reply #3 on: January 01, 2016, 01:25:11 pm »
If method of moments simulation would work for you then yes but I don't know the actual accuracy.

John
 

Offline w3amdTopic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: us
    • Ham4Ham
Re: Amateur Radio Antenna Development Software - NEC
« Reply #4 on: January 02, 2016, 04:01:19 am »
Happy new year!

Today's work presented with no comment.

https://youtu.be/GC8hiUlRkuk
 

Offline hagster

  • Frequent Contributor
  • **
  • Posts: 394
Re: Amateur Radio Antenna Development Software - NEC
« Reply #5 on: January 02, 2016, 10:29:07 am »
Nice. I use 4Nec2 a lot. Its a really great free tool. I use it with the nec2 MP refactored code that is way faster than the one that comes as standard. Find it here.

http://users.otenet.gr/~jmsp/

I look forward to giving the evolved version a try.
 

Offline w3amdTopic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: us
    • Ham4Ham
Re: Amateur Radio Antenna Development Software - NEC
« Reply #6 on: January 02, 2016, 04:18:51 pm »
Thanks Hagster. I didn't know this application existed. Optimizing the math and threading will take some time. The newer Ansi C++ 11 math libraries in 64 bit don't perform so well.

Cheers,
John
 

Offline tggzzz

  • Super Contributor
  • ***
  • Posts: 19447
  • Country: gb
  • Numbers, not adjectives
    • Having fun doing more, with less
Re: Amateur Radio Antenna Development Software - NEC
« Reply #7 on: January 02, 2016, 04:31:01 pm »
Please don't restrict its use to Windoze only. Please ensure it can be run under Wine in Linux, or preferably as a Linux native application.

It would be a shame to downgrade the existing NEC2 codebase, which is available via the usual Linux repositories.
There are lies, damned lies, statistics - and ADC/DAC specs.
Glider pilot's aphorism: "there is no substitute for span". Retort: "There is a substitute: skill+imagination. But you can buy span".
Having fun doing more, with less
 

Offline w3amdTopic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: us
    • Ham4Ham
Re: Amateur Radio Antenna Development Software - NEC
« Reply #8 on: January 07, 2016, 06:20:32 pm »
The claims are interesting. A lot of the calculations are sequential from what I can tell. What is the actual performance  difference in your experience between the two? Multithreaded and not.


John
 

Offline w3amdTopic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: us
    • Ham4Ham
Re: Amateur Radio Antenna Development Software - NEC
« Reply #9 on: January 07, 2016, 06:26:06 pm »
Trying not to restrict this to Windows only and keeping the backend multi system compatible. The current compiling system I have with GUI doesn't currently offer Linux but you still should be able to run it from the Windows simulator in Linux.

John
 

Offline hagster

  • Frequent Contributor
  • **
  • Posts: 394
Re: Amateur Radio Antenna Development Software - NEC
« Reply #10 on: January 07, 2016, 06:36:29 pm »
I cant remember the exact speed ups, but i was running a fairly large model on an 8core xeon cpu. The speed difference on that system was pretty significant though.
 

Offline w3amdTopic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: us
    • Ham4Ham
Re: Amateur Radio Antenna Development Software - NEC
« Reply #11 on: January 19, 2016, 02:10:43 am »
Still going and getting better. Thanks for the inputs! Looking forward to making this really something special!

https://youtu.be/YI4za_aDTWg

73,
John
 

Offline JimRemington

  • Regular Contributor
  • *
  • Posts: 208
  • Country: us
Re: Amateur Radio Antenna Development Software - NEC
« Reply #12 on: January 23, 2016, 05:14:33 pm »
Have you compared results with those from MMANA_Gal Basic? I would really be interested to know!
 

Offline w3amdTopic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: us
    • Ham4Ham
Re: Amateur Radio Antenna Development Software - NEC
« Reply #13 on: January 24, 2016, 01:19:59 am »
Hi Jim,

No I haven't compared against this software yet.

John
 

Offline w3amdTopic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: us
    • Ham4Ham
Re: Amateur Radio Antenna Development Software - NEC
« Reply #14 on: January 24, 2016, 11:15:16 pm »
Releasing current development and then posting a video on what can it do / can't do.

http://www.ham4ham.com/NECEvolve%20012416.zip

Current source code:

http://www.ham4ham.com/SourceCode%20012416.zip

The codes and executable are up but the video is currently delayed.
« Last Edit: January 25, 2016, 05:52:11 pm by w3amd »
 

Offline w3amdTopic starter

  • Regular Contributor
  • *
  • Posts: 76
  • Country: us
    • Ham4Ham
Re: Amateur Radio Antenna Development Software - NEC
« Reply #15 on: January 30, 2016, 06:28:26 am »
Corrected some segmentation bugs.
Corrected Dipole test model.

There are still some segmentation bugs which need to be worked out. This is Alpha development and there will definitely be issues. The difference can be seen in time between this software and the previous videos showing the original dipole random model.

http://www.ham4ham.com/NEC%20Evolve%20013016.zip

Cheers,
John
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf