Sfoglia il codice sorgente

Add FM/AM radio wavelengths

master
Fen Dweller 5 anni fa
parent
commit
07346c766e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      presets/objects.js

+ 2
- 0
presets/objects.js Vedi File

@@ -683,8 +683,10 @@ function makeObjects() {
["S-band microwaves (ovens, wifi)", math.unit(11, "cm")], ["S-band microwaves (ovens, wifi)", math.unit(11, "cm")],
["L-band microwaves (GPS)", math.unit(22, "cm")], ["L-band microwaves (GPS)", math.unit(22, "cm")],
["UHF", math.unit(50, "cm")], ["UHF", math.unit(50, "cm")],
["FM radio", math.unit(3.5, "m")],
["VHF", math.unit(5, "m")], ["VHF", math.unit(5, "m")],
["HF", math.unit(50, "m")], ["HF", math.unit(50, "m")],
["AM radio", math.unit(250, "m")],
["MF", math.unit(500, "m")], ["MF", math.unit(500, "m")],
["LF", math.unit(5, "km")], ["LF", math.unit(5, "km")],
["VLF", math.unit(50, "km")], ["VLF", math.unit(50, "km")],


Loading…
Annulla
Salva