NEC2 graphic post-processor 1.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News NEC2 graphic post-processor 1.4 (Default branch)
# 1  
Old 01-22-2008
NEC2 graphic post-processor 1.4 (Default branch)

The NEC2 post-processor (necpp) is post-processor for the graphic files produced by NEC2, the antenna analyzer. It plots the results in various ways, including gain and SWR. Antenna designers and radio amateurs should find this useful. License: GNU General Public License (GPL) Changes:
This version was recompiled with FORTRAN in Debian release 4.0. The math-coprocessor is used.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. AIX

Processor and processor core

Guys... Hows it going??? I have been going through the hardware spec of IBM system p systems.. and here i am confused for IBM Power 520 Express it says Processor cores: One, two or four 64-bit 4.2 GHz POWER6 with AltiVec™ SIMD and Hardware Decimal Floating-Point acceleration ... (1 Reply)
Discussion started by: balaji_prk
1 Replies

2. AIX

LPAR processor/virtual processor settings

Question is on setting of Physical and Virtual processors for LPARs to make proper use of virtualization capabilities. Environment is a 8-way p570 with 4 LPARs. lparVIO1 and lparVIO2: AIX 5300-04-01 Mode/Type= Shared-SMT/Capped Minimum Processors= 0.10 Desired Processors= 0.50 Maximum... (1 Reply)
Discussion started by: guttew
1 Replies

3. Shell Programming and Scripting

Need help with a post-processor

So here is a snippet from an analysis of test runs conducted in a robot experiment in the form of a table: ----------------------------- | TN | TE | PA | PB | ----------------------------- | Y | N | - | B | | N | Y | A | B | TN = Is the target... (1 Reply)
Discussion started by: Retribution
1 Replies
Login or Register to Ask a Question
pset_assign_cpu(1)					      General Commands Manual						pset_assign_cpu(1)

NAME
pset_assign_cpu - Assigns a processor to a processor set SYNOPSIS
/usr/sbin/pset_assign_cpu pset_id processor [processor...] /usr/sbin/pset_assign_cpu -a pset_id number OPTIONS
Adds the specified number of processors (number) to the specified processor set (pset_id) from the default processor set. DESCRIPTION
The pset_assign_cpu command assigns one or more processors to an existing processor set. The pset_id variable is a unique integer that identifies the processor set and is returned by the pset_create command. The processor variable is a unique integer that identifies the processor. Each processor that is assigned to an existing processor set is removed from its current processor set. The boot processor cannot be assigned. Processor assignments are logged in the /var/adm/wtmp file. FILES
SEE ALSO
Commands: pset_destroy(1), pset_create(1), pset_assign_pid(1), pset_info(1) Files: processor_sets(4) pset_assign_cpu(1)