-
Notifications
You must be signed in to change notification settings - Fork 21
/
contents.m
38 lines (29 loc) · 1.3 KB
/
contents.m
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
%% System-Level 5G-Based Integrated Sensing and Communication Simulator
% Incooperates the following parts:.
% Scenario generation based on the OpenStreetMap open-sources,
% Multi-node ISAC network simulation,
% Communication simulation functions (MU-MIMO), including:
% APP layers modeling
% RLC layers modeling
% MAC layers modeling
% PHY layers modeling
% CDL channel modeling
% Pathloss modeling
% Simulation visualization tools
% Sensing simulation functions (Mono-static sensing), including:
% two-way propagation channel modeling
% mono-static sensing modeling
% detection algorithms
% estimation algorithms
%% Authors paticipated:
% D.S. Xue, J.C. Wei, Y.G. Li, T.L. Zeng,
% Key Laboratory of Universal Wireless Communications, Ministry of Education, BUPT.
%% MATLAB version and toolboxes required:
% R2022b or above,
% 5G Toolbox, Phased Array Toolbox, Wireless Communication Toolbox.
%% 3GPP Standards:
% 3GPP TS 38.211(Physical channels and modulation),
% 3GPP TS 38.212(Multiplexing and channel coding),
% 3GPP TS 38.213(Physical layer procedures for control),
% 3GPP TS 38.214(Physical layer procedures for data),
% 3GPP TR 38.901(Study on channel model for frequencies from 0.5 to 100 GHz).