-
Notifications
You must be signed in to change notification settings - Fork 407
Expand file tree
/
Copy pathPowerRatio.json
More file actions
33 lines (33 loc) · 807 Bytes
/
PowerRatio.json
File metadata and controls
33 lines (33 loc) · 807 Bytes
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
27
28
29
30
31
32
33
{
"Name": "PowerRatio",
"BaseUnit": "DecibelWatt",
"Logarithmic": "True",
"LogarithmicScalingFactor": "1",
"XmlDocSummary": "The strength of a signal expressed in decibels (dB) relative to one watt.",
"Units": [
{
"SingularName": "DecibelWatt",
"PluralName": "DecibelWatts",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "dBW" ]
}
]
},
{
"SingularName": "DecibelMilliwatt",
"PluralName": "DecibelMilliwatts",
"FromUnitToBaseFunc": "{x} - 30",
"FromBaseToUnitFunc": "{x} + 30",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "dBmW", "dBm" ]
}
]
}
]
}