forked from kit-cel/gr-gfdm
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.zenodo.json
78 lines (78 loc) · 2.27 KB
/
.zenodo.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"title": "GNU Radio GFDM Modulator & Demodulator (gr-gfdm)",
"license": {
"id": "GPL-3.0-or-later"
},
"keywords": [
"communication",
"software radio",
"SDR",
"C++",
"GNU Radio",
"modulation",
"multicarrier",
"OFDM",
"GFDM"
],
"related_identifiers": [
{
"scheme": "doi",
"identifier": "10.1109/TCOMM.2014.2345566",
"relation": "references",
"resource_type": "publication-article"
},
{
"scheme": "doi",
"identifier": "10.1109/VTCSpring.2013.6692619",
"relation": "references",
"resource_type": "publication-conferencepaper"
},
{
"scheme": "doi",
"identifier": "10.1109/ISWCS.2012.6328352",
"relation": "references",
"resource_type": "publication-conferencepaper"
},
{
"scheme": "doi",
"identifier": "10.1109/ICIT.2017.7915548",
"relation": "isDocumentedBy",
"resource_type": "publication-conferencepaper"
},
{
"identifier": "https://pubs.gnuradio.org/index.php/grcon/article/view/23/17",
"relation": "isDocumentedBy",
"resource_type": "publication-conferencepaper"
},
{
"scheme": "doi",
"identifier": "10.5281/zenodo.6514722",
"relation": "isSupplementedBy",
"resource_type": "software"
},
{
"scheme": "doi",
"identifier": "10.5281/zenodo.2704343",
"relation": "requires",
"resource_type": "software"
}
],
"creators": [
{
"affiliation": "Department of Communications Engineering, University of Bremen, Germany",
"name": "Demel, Johannes",
"orcid": "0000-0002-5434-7232"
},
{
"affiliation": "Communications Engineering Lab (CEL), Karlsruhe Institute of Technology, Karlsruhe, Germany",
"name": "Rode, Andrej",
"orcid": "0000-0002-6101-7485"
},
{
"name": "Kielstein, Alma"
},
{
"name": "Koslowski, Sebastian"
}
]
}