-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconf.fmc
71 lines (71 loc) · 1.58 KB
/
conf.fmc
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
{
"Coordinate System": {
"Resolution": 0.1,
"X_max": 5.0,
"Y_max": 6.0,
"Z_max": 7.0
},
"Receives": [
{
"Position": {
"X": 2.0,
"Y": 2.5,
"Z": 2.4
},
"Signal": []
}
],
"Scatterers": [
{
"Geometry": {
"Center_X": 2.5,
"Center_Y": 2.6,
"Center_Z": 2.7,
"Radius": 3.0,
"Shape": "Sphere"
},
"Medium": {
"Epsilon": 1.0,
"Mu": 1.3,
"Sigma": 0.1
}
},
{
"Geometry": {
"Shape": "Brick",
"X_max": 0.1,
"X_min": 0.2,
"Y_max": 0.3,
"Y_min": 1.1,
"Z_max": 1.2,
"Z_min": 1.3
},
"Medium": {
"Epsilon": 1.9,
"Mu": 1.2,
"Sigma": 0.2
}
}
],
"Source": {
"Band Width": 0.2,
"Central Frequency": 0.25,
"Position": {
"X": 2.5,
"Y": 2.6,
"Z": 2.7
}
},
"Time Step": {
"Step Number": 1000,
"Step Width": 1e-11
},
"Wall": {
"Medium": {
"Epsilon": 1.2,
"Mu": 1.6,
"Sigma": 0.3
},
"Thickness": 0.5
}
}