-
Notifications
You must be signed in to change notification settings - Fork 407
Expand file tree
/
Copy pathBitRate.json
More file actions
53 lines (53 loc) · 1.54 KB
/
BitRate.json
File metadata and controls
53 lines (53 loc) · 1.54 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"Name": "BitRate",
"BaseUnit": "BitPerSecond",
"XmlDocSummary": "In telecommunications and computing, bit rate is the number of bits that are conveyed or processed per unit of time.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Bit_rate",
"BaseDimensions": {
"T": -1
},
"Units": [
{
"SingularName": "BitPerSecond",
"PluralName": "BitsPerSecond",
"BaseUnits": {
"T": "Second"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Kilo", "Mega", "Giga", "Tera", "Peta", "Exa", "Kibi", "Mebi", "Gibi", "Tebi", "Pebi", "Exbi" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "bit/s", "bps" ]
}
]
},
{
"SingularName": "BytePerSecond",
"PluralName": "BytesPerSecond",
"FromUnitToBaseFunc": "{x} * 8",
"FromBaseToUnitFunc": "{x} / 8",
"Prefixes": [ "Kilo", "Mega", "Giga", "Tera", "Peta", "Exa", "Kibi", "Mebi", "Gibi", "Tebi", "Pebi", "Exbi" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "B/s" ]
}
]
},
{
"SingularName": "OctetPerSecond",
"PluralName": "OctetsPerSecond",
"FromUnitToBaseFunc": "{x} * 8",
"FromBaseToUnitFunc": "{x} / 8",
"Prefixes": [ "Kilo", "Mega", "Giga", "Tera", "Peta", "Exa", "Kibi", "Mebi", "Gibi", "Tebi", "Pebi", "Exbi" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "o/s" ]
}
]
}
]
}