185 lines
3.6 KiB
JSON
185 lines
3.6 KiB
JSON
{
|
|
"radar": {
|
|
"model": "librevna",
|
|
"serial": "",
|
|
"driver_mode": "native",
|
|
"mock_signal_hz": 5000000.0,
|
|
"sweep": {
|
|
"start_hz": 1000000.0,
|
|
"stop_hz": 6000000000.0,
|
|
"points": 201,
|
|
"if_bandwidth_hz": 50000.0,
|
|
"stimulus_power_dbm": -10.0
|
|
}
|
|
},
|
|
"switches": {
|
|
"port1": {
|
|
"name": "port1",
|
|
"driver_mode": "native",
|
|
"driver": "h7992",
|
|
"radar_port": 1,
|
|
"positions": 4,
|
|
"default_position": 0,
|
|
"gpio_chip": "/dev/gpiochip0",
|
|
"pin_a": 17,
|
|
"pin_b": 27,
|
|
"invert_logic": false
|
|
},
|
|
"port2": {
|
|
"name": "port2",
|
|
"driver_mode": "native",
|
|
"driver": "h7992",
|
|
"radar_port": 2,
|
|
"positions": 4,
|
|
"default_position": 0,
|
|
"gpio_chip": "/dev/gpiochip0",
|
|
"pin_a": 22,
|
|
"pin_b": 23,
|
|
"invert_logic": false
|
|
}
|
|
},
|
|
"run": {
|
|
"settling_ms": 0,
|
|
"idle_sleep_ms": 2,
|
|
"continuous": false,
|
|
"processing_live_config_path": "/home/europa/Documents/radar_system/python_app/runtime/processing_live.json",
|
|
"combos": [
|
|
{
|
|
"input": 0,
|
|
"output": 0
|
|
},
|
|
{
|
|
"input": 1,
|
|
"output": 0
|
|
},
|
|
{
|
|
"input": 2,
|
|
"output": 0
|
|
},
|
|
{
|
|
"input": 3,
|
|
"output": 0
|
|
},
|
|
{
|
|
"input": 0,
|
|
"output": 3
|
|
},
|
|
{
|
|
"input": 1,
|
|
"output": 3
|
|
},
|
|
{
|
|
"input": 2,
|
|
"output": 3
|
|
},
|
|
{
|
|
"input": 3,
|
|
"output": 3
|
|
}
|
|
]
|
|
},
|
|
"preprocess": {
|
|
"s21": {
|
|
"calibration": {
|
|
"set_name": "smoke_cal",
|
|
"bundle_path": "/home/europa/Documents/radar_system/python_app/runtime/s21_calibration_bundle.bin"
|
|
},
|
|
"reference": {
|
|
"set_name": "smoke_ref",
|
|
"bundle_path": "/home/europa/Documents/radar_system/python_app/runtime/s21_reference_bundle.bin"
|
|
}
|
|
},
|
|
"s11": {
|
|
"calibration": {
|
|
"open": {
|
|
"set_name": "",
|
|
"bundle_path": ""
|
|
},
|
|
"short": {
|
|
"set_name": "",
|
|
"bundle_path": ""
|
|
},
|
|
"load": {
|
|
"set_name": "",
|
|
"bundle_path": ""
|
|
}
|
|
},
|
|
"reference": {
|
|
"set_name": "",
|
|
"bundle_path": ""
|
|
}
|
|
},
|
|
"notch": {
|
|
"enabled": true,
|
|
"bands_hz": [
|
|
[790000000.0, 850000000.0],
|
|
[1790000000.0, 1890000000.0],
|
|
[1970000000.0, 2050000000.0],
|
|
[2080000000.0, 2560000000.0],
|
|
[2650000000.0, 2700000000.0]
|
|
],
|
|
"taper_width_hz": 40000000.0,
|
|
"taper_type": "cosine"
|
|
}
|
|
},
|
|
"gpr": {
|
|
"mode": "point",
|
|
"relative_permittivity": 1.0,
|
|
"tx_geometry": [
|
|
{
|
|
"output_pos": 0,
|
|
"x_m": 0.905
|
|
},
|
|
{
|
|
"output_pos": 3,
|
|
"x_m": -0.905
|
|
}
|
|
],
|
|
"rx_geometry": [
|
|
{
|
|
"input_pos": 0,
|
|
"x_m": -0.18
|
|
},
|
|
{
|
|
"input_pos": 1,
|
|
"x_m": 0.485
|
|
},
|
|
{
|
|
"input_pos": 2,
|
|
"x_m": -0.49
|
|
},
|
|
{
|
|
"input_pos": 3,
|
|
"x_m": 0.185
|
|
}
|
|
]
|
|
},
|
|
"rings": {
|
|
"raw": {
|
|
"name": "/radar_raw",
|
|
"capacity": 50,
|
|
"slot_size_bytes": 2097152
|
|
},
|
|
"raw_tap": {
|
|
"name": "/radar_raw_tap",
|
|
"capacity": 50,
|
|
"slot_size_bytes": 2097152
|
|
},
|
|
"preprocessed": {
|
|
"name": "/radar_preprocessed",
|
|
"capacity": 50,
|
|
"slot_size_bytes": 2097152
|
|
},
|
|
"preprocessed_tap": {
|
|
"name": "/radar_preprocessed_tap",
|
|
"capacity": 50,
|
|
"slot_size_bytes": 2097152
|
|
},
|
|
"results": {
|
|
"name": "/radar_results",
|
|
"capacity": 50,
|
|
"slot_size_bytes": 2097152
|
|
}
|
|
}
|
|
}
|