blob: a8dd2215c1ff2c4f51f6ca1008794a67628cd348 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# calctenna.py
## Calculate dipole antenna leg length
```text
usage: calctenna.py [-h] [-f [frequency]] [-V [velocity_factor]] [-q]
optional arguments:
-h, --help show this help message and exit
-f [frequency], --frequency [frequency]
desired frequency in Hz
-V [velocity_factor], --velocity-factor [velocity_factor]
-q, --quiet print only result
```
### Example output
```text
$ calctenna.py -f 104e6
Desired Frequency: 104e6 Hz
Wavelength: 2.883 m
Wavelength / 2: 1.441 m
Wavelength / 4: 0.721 m
Velocity factor: 0.951
-> Dipole leg length (lambda/4): 0.685 m
```
|
in each repos: see "about"-tab (if existing) for more details / README.
dark theme is a modded version of: https://gist.github.com/Yoplitein/f4b671a2ec70c9e743fa