Yagi-Uda antennas, with 2 or more elements, such as shown below. Additionally, a very simple program called dipole works with just a dipole, but its functionality is limited. PR: ports/83737 Submitted by: Diane Bruce <db@db.net>
11 lines
225 B
C
11 lines
225 B
C
--- src/yagi.c.orig Tue Jul 19 12:23:10 2005
|
|
+++ src/yagi.c Tue Jul 19 12:23:33 2005
|
|
@@ -19,7 +19,7 @@
|
|
|
|
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <math.h>
|
|
#include <errno.h>
|
|
#include "yagi.h"
|