Description Usage Format Details References Examples
This .csv dataset was downloaded from an ExpoM-RF device.
1 | data("expom_example2")
|
A data frame with 3193 observations on the following variable.
Date and TimeContains the date and time at which the corresponding sample was taken.
Sequence numberEach measurement is labeled with a sequence number. Every time ExpoM - RF is switched on the sequence number starts at 1. If not interrupted by a power cycle, the sequence number counts up to 65535 after which it restarts at 1.
FM RadioField strength [V/m] in the 87.5–108 MHz band.
TVField strength [V/m] in the 470–790 MHz band.
Mobile 800 MHz DownlinkField strength [V/m] in the 791–821 MHz band.
Mobile 800 MHz UplinkField strength [V/m] in the 832–862 MHz band.
Mobile 900 MHz UplinkField strength [V/m] in the 880–915 MHz band.
Mobile 900 MHz DownlinkField strength [V/m] in the 925–960 MHz band.
Mobile 1.8 GHz UplinkField strength [V/m] in the 1710–1785 MHz band.
Mobile 1.8 GHz DownlinkField strength [V/m] in the 1805–1880 MHz band.
DECTField strength [V/m] in the 1880–1900 MHz band.
Mobile 2.1 GHz UplinkField strength [V/m] in the 1920–1980 MHz band.
Mobile 2.1 GHz DownlinkField strength [V/m] in the 2110–2170 MHz band.
ISM 2.4 GHzField strength [V/m] in the 2400–2485 MHz band.
Mobile 2.6 GHz UplinkField strength [V/m] in the 2500–2570 MHz band.
Mobile 2.6 GHz DownlinkField strength [V/m] in the 2620–2690 MHz band.
Mobile 3.5 GHzField strength [V/m] in the 3400–3600 MHz band.
WiFi 5 GHzField strength [V/m] in the 5150–5875 MHz band.
TotalField strength [V/m] in all 16 bands.
OverloadAn exclamation mark (!) in this field signalizes that ExpoM - RF measured a signal exceeding its specified measurement range. The affected sample is likely to be inaccurate due to overload effects and should be discarded. Otherwise this entry is empty.
GPS Fix0=invalid; 1=2D only (no accurate altitude information) 2=full GPS localization.
GPS LatNMEA format: degrees minutes.decimal_minutes.
GPS LonNMEA format: degrees minutes.decimal_minutes.
GPS AltitudeMeters above mean sea level. Caution: accuracy is strongly signal dependent.
GPS HDOPGPS fix quality (lower = better). <2=very good; 2-5=OK; >5=limited accuracy.
GPSNumber of satellites in view; higher numbers mean higher GPS reliability.
Data collected by Jana Soenksen, who paid a visit to the radio & TV broadcast tower North-East of Basel, Switzerland.
Website of the ExpoM-RF producer: http://fieldsatwork.ch/index.php?page=downloads. See manual for more information about variables.
1 2 3 4 5 6 | #Write the example .csv to a folder of your choice (please change pathname!):
my_filename1<-"V:/EEH/R_functions/EMFtools/data/expom_example2.csv"
write.table(expom_example2,file=my_filename1,sep="\t",quote=FALSE,row.names=FALSE)
#Import using the import function:
my_expom_file<-import_expom_RF(filename=my_filename1,prefix="EXPOM_",suffix="_Vm")
str(my_expom_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.