Compare commits
No commits in common. 'new_read_pipe' and 'main' have entirely different histories.
new_read_p
...
main
@ -1,3 +0,0 @@
|
|||||||
SHARED_VECTOR_LEN = 4096
|
|
||||||
SHARED_868_ADDR = 'tcp://127.0.0.1:35068'
|
|
||||||
SHARED_915_ADDR = 'tcp://127.0.0.1:35069'
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
# syntax=docker/dockerfile:1.7
|
|
||||||
FROM python:3.11-slim
|
|
||||||
|
|
||||||
ENV PYTHONDONTWRITEBYTECODE=1 \
|
|
||||||
PYTHONUNBUFFERED=1 \
|
|
||||||
PYTHONPATH=/app
|
|
||||||
|
|
||||||
WORKDIR /app
|
|
||||||
|
|
||||||
COPY deploy/requirements/telemetry_server.txt /tmp/requirements.txt
|
|
||||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
|
||||||
pip install --upgrade pip && \
|
|
||||||
pip install -r /tmp/requirements.txt
|
|
||||||
|
|
||||||
COPY . /app
|
|
||||||
|
|
||||||
EXPOSE 5020
|
|
||||||
CMD ["python3", "-m", "telemetry.telemetry_server"]
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
fastapi==0.115.6
|
|
||||||
uvicorn[standard]==0.32.1
|
|
||||||
python-dotenv==1.0.1
|
|
||||||
@ -1,19 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=DroneDetector SDR Scanner 1500 MHz
|
|
||||||
After=network-online.target
|
|
||||||
Wants=network-online.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
User=__RUN_USER__
|
|
||||||
Group=__RUN_GROUP__
|
|
||||||
WorkingDirectory=__PROJECT_ROOT__
|
|
||||||
EnvironmentFile=__PROJECT_ROOT__/.env
|
|
||||||
Environment=PYTHONPATH=__PROJECT_ROOT__
|
|
||||||
ExecStartPre=/usr/local/bin/dronedetector-precheck-sdr.sh
|
|
||||||
ExecStart=__PROJECT_ROOT__/.venv-sdr/bin/python src/main_1500.py
|
|
||||||
Restart=always
|
|
||||||
RestartSec=3
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
@ -1,19 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=DroneDetector SDR Router 868/915 Shared HackRF
|
|
||||||
After=network-online.target
|
|
||||||
Wants=network-online.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
User=__RUN_USER__
|
|
||||||
Group=__RUN_GROUP__
|
|
||||||
WorkingDirectory=__PROJECT_ROOT__
|
|
||||||
EnvironmentFile=__PROJECT_ROOT__/.env
|
|
||||||
Environment=PYTHONPATH=__PROJECT_ROOT__
|
|
||||||
ExecStartPre=/usr/local/bin/dronedetector-precheck-sdr.sh
|
|
||||||
ExecStart=__PROJECT_ROOT__/.venv-sdr/bin/python src/main_868_915_router.py
|
|
||||||
Restart=always
|
|
||||||
RestartSec=3
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
@ -1,686 +0,0 @@
|
|||||||
options:
|
|
||||||
parameters:
|
|
||||||
author: ''
|
|
||||||
catch_exceptions: 'True'
|
|
||||||
category: '[GRC Hier Blocks]'
|
|
||||||
cmake_opt: ''
|
|
||||||
comment: ''
|
|
||||||
copyright: ''
|
|
||||||
description: ''
|
|
||||||
gen_cmake: 'On'
|
|
||||||
gen_linking: dynamic
|
|
||||||
generate_options: qt_gui
|
|
||||||
hier_block_src_path: '.:'
|
|
||||||
id: band_scanner
|
|
||||||
max_nouts: '0'
|
|
||||||
output_language: python
|
|
||||||
placement: (0,0)
|
|
||||||
qt_qss_theme: ''
|
|
||||||
realtime_scheduling: ''
|
|
||||||
run: 'True'
|
|
||||||
run_command: '{python} -u {filename}'
|
|
||||||
run_options: prompt
|
|
||||||
sizing_mode: fixed
|
|
||||||
thread_safe_setters: ''
|
|
||||||
title: band_scanner
|
|
||||||
window_size: (1000,1000)
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [8, 8]
|
|
||||||
rotation: 0
|
|
||||||
state: enabled
|
|
||||||
|
|
||||||
blocks:
|
|
||||||
- name: freq
|
|
||||||
id: variable
|
|
||||||
parameters:
|
|
||||||
comment: ''
|
|
||||||
value: py_module.work(func_probe, min_f, max_f, step_f)
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [368, 16.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: func_probe
|
|
||||||
id: variable_function_probe
|
|
||||||
parameters:
|
|
||||||
block_id: vec_probe
|
|
||||||
comment: ''
|
|
||||||
function_args: ''
|
|
||||||
function_name: level
|
|
||||||
poll_rate: '0.05'
|
|
||||||
value: '0'
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [1120, 272.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: max_f
|
|
||||||
id: variable
|
|
||||||
parameters:
|
|
||||||
comment: ''
|
|
||||||
value: 3.0e9
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [536, 16.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: min_f
|
|
||||||
id: variable
|
|
||||||
parameters:
|
|
||||||
comment: ''
|
|
||||||
value: 0.4e9
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [448, 16.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: samp_rate
|
|
||||||
id: variable
|
|
||||||
parameters:
|
|
||||||
comment: ''
|
|
||||||
value: 20e6
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [184, 12]
|
|
||||||
rotation: 0
|
|
||||||
state: enabled
|
|
||||||
- name: step_f
|
|
||||||
id: variable
|
|
||||||
parameters:
|
|
||||||
comment: ''
|
|
||||||
value: 5e6
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [616, 16.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: analog_const_source_x_0
|
|
||||||
id: analog_const_source_x
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
comment: ''
|
|
||||||
const: freq
|
|
||||||
maxoutbuf: '0'
|
|
||||||
minoutbuf: '0'
|
|
||||||
type: float
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [792, 48.0]
|
|
||||||
rotation: 0
|
|
||||||
state: disabled
|
|
||||||
- name: osmosdr_source_0
|
|
||||||
id: osmosdr_source
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
ant0: ''
|
|
||||||
ant1: ''
|
|
||||||
ant10: ''
|
|
||||||
ant11: ''
|
|
||||||
ant12: ''
|
|
||||||
ant13: ''
|
|
||||||
ant14: ''
|
|
||||||
ant15: ''
|
|
||||||
ant16: ''
|
|
||||||
ant17: ''
|
|
||||||
ant18: ''
|
|
||||||
ant19: ''
|
|
||||||
ant2: ''
|
|
||||||
ant20: ''
|
|
||||||
ant21: ''
|
|
||||||
ant22: ''
|
|
||||||
ant23: ''
|
|
||||||
ant24: ''
|
|
||||||
ant25: ''
|
|
||||||
ant26: ''
|
|
||||||
ant27: ''
|
|
||||||
ant28: ''
|
|
||||||
ant29: ''
|
|
||||||
ant3: ''
|
|
||||||
ant30: ''
|
|
||||||
ant31: ''
|
|
||||||
ant4: ''
|
|
||||||
ant5: ''
|
|
||||||
ant6: ''
|
|
||||||
ant7: ''
|
|
||||||
ant8: ''
|
|
||||||
ant9: ''
|
|
||||||
args: hackrf=0
|
|
||||||
bb_gain0: '0'
|
|
||||||
bb_gain1: '20'
|
|
||||||
bb_gain10: '20'
|
|
||||||
bb_gain11: '20'
|
|
||||||
bb_gain12: '20'
|
|
||||||
bb_gain13: '20'
|
|
||||||
bb_gain14: '20'
|
|
||||||
bb_gain15: '20'
|
|
||||||
bb_gain16: '20'
|
|
||||||
bb_gain17: '20'
|
|
||||||
bb_gain18: '20'
|
|
||||||
bb_gain19: '20'
|
|
||||||
bb_gain2: '20'
|
|
||||||
bb_gain20: '20'
|
|
||||||
bb_gain21: '20'
|
|
||||||
bb_gain22: '20'
|
|
||||||
bb_gain23: '20'
|
|
||||||
bb_gain24: '20'
|
|
||||||
bb_gain25: '20'
|
|
||||||
bb_gain26: '20'
|
|
||||||
bb_gain27: '20'
|
|
||||||
bb_gain28: '20'
|
|
||||||
bb_gain29: '20'
|
|
||||||
bb_gain3: '20'
|
|
||||||
bb_gain30: '20'
|
|
||||||
bb_gain31: '20'
|
|
||||||
bb_gain4: '20'
|
|
||||||
bb_gain5: '20'
|
|
||||||
bb_gain6: '20'
|
|
||||||
bb_gain7: '20'
|
|
||||||
bb_gain8: '20'
|
|
||||||
bb_gain9: '20'
|
|
||||||
bw0: '0'
|
|
||||||
bw1: '0'
|
|
||||||
bw10: '0'
|
|
||||||
bw11: '0'
|
|
||||||
bw12: '0'
|
|
||||||
bw13: '0'
|
|
||||||
bw14: '0'
|
|
||||||
bw15: '0'
|
|
||||||
bw16: '0'
|
|
||||||
bw17: '0'
|
|
||||||
bw18: '0'
|
|
||||||
bw19: '0'
|
|
||||||
bw2: '0'
|
|
||||||
bw20: '0'
|
|
||||||
bw21: '0'
|
|
||||||
bw22: '0'
|
|
||||||
bw23: '0'
|
|
||||||
bw24: '0'
|
|
||||||
bw25: '0'
|
|
||||||
bw26: '0'
|
|
||||||
bw27: '0'
|
|
||||||
bw28: '0'
|
|
||||||
bw29: '0'
|
|
||||||
bw3: '0'
|
|
||||||
bw30: '0'
|
|
||||||
bw31: '0'
|
|
||||||
bw4: '0'
|
|
||||||
bw5: '0'
|
|
||||||
bw6: '0'
|
|
||||||
bw7: '0'
|
|
||||||
bw8: '0'
|
|
||||||
bw9: '0'
|
|
||||||
clock_source0: ''
|
|
||||||
clock_source1: ''
|
|
||||||
clock_source2: ''
|
|
||||||
clock_source3: ''
|
|
||||||
clock_source4: ''
|
|
||||||
clock_source5: ''
|
|
||||||
clock_source6: ''
|
|
||||||
clock_source7: ''
|
|
||||||
comment: ''
|
|
||||||
corr0: '0'
|
|
||||||
corr1: '0'
|
|
||||||
corr10: '0'
|
|
||||||
corr11: '0'
|
|
||||||
corr12: '0'
|
|
||||||
corr13: '0'
|
|
||||||
corr14: '0'
|
|
||||||
corr15: '0'
|
|
||||||
corr16: '0'
|
|
||||||
corr17: '0'
|
|
||||||
corr18: '0'
|
|
||||||
corr19: '0'
|
|
||||||
corr2: '0'
|
|
||||||
corr20: '0'
|
|
||||||
corr21: '0'
|
|
||||||
corr22: '0'
|
|
||||||
corr23: '0'
|
|
||||||
corr24: '0'
|
|
||||||
corr25: '0'
|
|
||||||
corr26: '0'
|
|
||||||
corr27: '0'
|
|
||||||
corr28: '0'
|
|
||||||
corr29: '0'
|
|
||||||
corr3: '0'
|
|
||||||
corr30: '0'
|
|
||||||
corr31: '0'
|
|
||||||
corr4: '0'
|
|
||||||
corr5: '0'
|
|
||||||
corr6: '0'
|
|
||||||
corr7: '0'
|
|
||||||
corr8: '0'
|
|
||||||
corr9: '0'
|
|
||||||
dc_offset_mode0: '0'
|
|
||||||
dc_offset_mode1: '0'
|
|
||||||
dc_offset_mode10: '0'
|
|
||||||
dc_offset_mode11: '0'
|
|
||||||
dc_offset_mode12: '0'
|
|
||||||
dc_offset_mode13: '0'
|
|
||||||
dc_offset_mode14: '0'
|
|
||||||
dc_offset_mode15: '0'
|
|
||||||
dc_offset_mode16: '0'
|
|
||||||
dc_offset_mode17: '0'
|
|
||||||
dc_offset_mode18: '0'
|
|
||||||
dc_offset_mode19: '0'
|
|
||||||
dc_offset_mode2: '0'
|
|
||||||
dc_offset_mode20: '0'
|
|
||||||
dc_offset_mode21: '0'
|
|
||||||
dc_offset_mode22: '0'
|
|
||||||
dc_offset_mode23: '0'
|
|
||||||
dc_offset_mode24: '0'
|
|
||||||
dc_offset_mode25: '0'
|
|
||||||
dc_offset_mode26: '0'
|
|
||||||
dc_offset_mode27: '0'
|
|
||||||
dc_offset_mode28: '0'
|
|
||||||
dc_offset_mode29: '0'
|
|
||||||
dc_offset_mode3: '0'
|
|
||||||
dc_offset_mode30: '0'
|
|
||||||
dc_offset_mode31: '0'
|
|
||||||
dc_offset_mode4: '0'
|
|
||||||
dc_offset_mode5: '0'
|
|
||||||
dc_offset_mode6: '0'
|
|
||||||
dc_offset_mode7: '0'
|
|
||||||
dc_offset_mode8: '0'
|
|
||||||
dc_offset_mode9: '0'
|
|
||||||
freq0: freq
|
|
||||||
freq1: 100e6
|
|
||||||
freq10: 100e6
|
|
||||||
freq11: 100e6
|
|
||||||
freq12: 100e6
|
|
||||||
freq13: 100e6
|
|
||||||
freq14: 100e6
|
|
||||||
freq15: 100e6
|
|
||||||
freq16: 100e6
|
|
||||||
freq17: 100e6
|
|
||||||
freq18: 100e6
|
|
||||||
freq19: 100e6
|
|
||||||
freq2: 100e6
|
|
||||||
freq20: 100e6
|
|
||||||
freq21: 100e6
|
|
||||||
freq22: 100e6
|
|
||||||
freq23: 100e6
|
|
||||||
freq24: 100e6
|
|
||||||
freq25: 100e6
|
|
||||||
freq26: 100e6
|
|
||||||
freq27: 100e6
|
|
||||||
freq28: 100e6
|
|
||||||
freq29: 100e6
|
|
||||||
freq3: 100e6
|
|
||||||
freq30: 100e6
|
|
||||||
freq31: 100e6
|
|
||||||
freq4: 100e6
|
|
||||||
freq5: 100e6
|
|
||||||
freq6: 100e6
|
|
||||||
freq7: 100e6
|
|
||||||
freq8: 100e6
|
|
||||||
freq9: 100e6
|
|
||||||
gain0: '100'
|
|
||||||
gain1: '10'
|
|
||||||
gain10: '10'
|
|
||||||
gain11: '10'
|
|
||||||
gain12: '10'
|
|
||||||
gain13: '10'
|
|
||||||
gain14: '10'
|
|
||||||
gain15: '10'
|
|
||||||
gain16: '10'
|
|
||||||
gain17: '10'
|
|
||||||
gain18: '10'
|
|
||||||
gain19: '10'
|
|
||||||
gain2: '10'
|
|
||||||
gain20: '10'
|
|
||||||
gain21: '10'
|
|
||||||
gain22: '10'
|
|
||||||
gain23: '10'
|
|
||||||
gain24: '10'
|
|
||||||
gain25: '10'
|
|
||||||
gain26: '10'
|
|
||||||
gain27: '10'
|
|
||||||
gain28: '10'
|
|
||||||
gain29: '10'
|
|
||||||
gain3: '10'
|
|
||||||
gain30: '10'
|
|
||||||
gain31: '10'
|
|
||||||
gain4: '10'
|
|
||||||
gain5: '10'
|
|
||||||
gain6: '10'
|
|
||||||
gain7: '10'
|
|
||||||
gain8: '10'
|
|
||||||
gain9: '10'
|
|
||||||
gain_mode0: 'False'
|
|
||||||
gain_mode1: 'False'
|
|
||||||
gain_mode10: 'False'
|
|
||||||
gain_mode11: 'False'
|
|
||||||
gain_mode12: 'False'
|
|
||||||
gain_mode13: 'False'
|
|
||||||
gain_mode14: 'False'
|
|
||||||
gain_mode15: 'False'
|
|
||||||
gain_mode16: 'False'
|
|
||||||
gain_mode17: 'False'
|
|
||||||
gain_mode18: 'False'
|
|
||||||
gain_mode19: 'False'
|
|
||||||
gain_mode2: 'False'
|
|
||||||
gain_mode20: 'False'
|
|
||||||
gain_mode21: 'False'
|
|
||||||
gain_mode22: 'False'
|
|
||||||
gain_mode23: 'False'
|
|
||||||
gain_mode24: 'False'
|
|
||||||
gain_mode25: 'False'
|
|
||||||
gain_mode26: 'False'
|
|
||||||
gain_mode27: 'False'
|
|
||||||
gain_mode28: 'False'
|
|
||||||
gain_mode29: 'False'
|
|
||||||
gain_mode3: 'False'
|
|
||||||
gain_mode30: 'False'
|
|
||||||
gain_mode31: 'False'
|
|
||||||
gain_mode4: 'False'
|
|
||||||
gain_mode5: 'False'
|
|
||||||
gain_mode6: 'False'
|
|
||||||
gain_mode7: 'False'
|
|
||||||
gain_mode8: 'False'
|
|
||||||
gain_mode9: 'False'
|
|
||||||
if_gain0: '100'
|
|
||||||
if_gain1: '20'
|
|
||||||
if_gain10: '20'
|
|
||||||
if_gain11: '20'
|
|
||||||
if_gain12: '20'
|
|
||||||
if_gain13: '20'
|
|
||||||
if_gain14: '20'
|
|
||||||
if_gain15: '20'
|
|
||||||
if_gain16: '20'
|
|
||||||
if_gain17: '20'
|
|
||||||
if_gain18: '20'
|
|
||||||
if_gain19: '20'
|
|
||||||
if_gain2: '20'
|
|
||||||
if_gain20: '20'
|
|
||||||
if_gain21: '20'
|
|
||||||
if_gain22: '20'
|
|
||||||
if_gain23: '20'
|
|
||||||
if_gain24: '20'
|
|
||||||
if_gain25: '20'
|
|
||||||
if_gain26: '20'
|
|
||||||
if_gain27: '20'
|
|
||||||
if_gain28: '20'
|
|
||||||
if_gain29: '20'
|
|
||||||
if_gain3: '20'
|
|
||||||
if_gain30: '20'
|
|
||||||
if_gain31: '20'
|
|
||||||
if_gain4: '20'
|
|
||||||
if_gain5: '20'
|
|
||||||
if_gain6: '20'
|
|
||||||
if_gain7: '20'
|
|
||||||
if_gain8: '20'
|
|
||||||
if_gain9: '20'
|
|
||||||
iq_balance_mode0: '0'
|
|
||||||
iq_balance_mode1: '0'
|
|
||||||
iq_balance_mode10: '0'
|
|
||||||
iq_balance_mode11: '0'
|
|
||||||
iq_balance_mode12: '0'
|
|
||||||
iq_balance_mode13: '0'
|
|
||||||
iq_balance_mode14: '0'
|
|
||||||
iq_balance_mode15: '0'
|
|
||||||
iq_balance_mode16: '0'
|
|
||||||
iq_balance_mode17: '0'
|
|
||||||
iq_balance_mode18: '0'
|
|
||||||
iq_balance_mode19: '0'
|
|
||||||
iq_balance_mode2: '0'
|
|
||||||
iq_balance_mode20: '0'
|
|
||||||
iq_balance_mode21: '0'
|
|
||||||
iq_balance_mode22: '0'
|
|
||||||
iq_balance_mode23: '0'
|
|
||||||
iq_balance_mode24: '0'
|
|
||||||
iq_balance_mode25: '0'
|
|
||||||
iq_balance_mode26: '0'
|
|
||||||
iq_balance_mode27: '0'
|
|
||||||
iq_balance_mode28: '0'
|
|
||||||
iq_balance_mode29: '0'
|
|
||||||
iq_balance_mode3: '0'
|
|
||||||
iq_balance_mode30: '0'
|
|
||||||
iq_balance_mode31: '0'
|
|
||||||
iq_balance_mode4: '0'
|
|
||||||
iq_balance_mode5: '0'
|
|
||||||
iq_balance_mode6: '0'
|
|
||||||
iq_balance_mode7: '0'
|
|
||||||
iq_balance_mode8: '0'
|
|
||||||
iq_balance_mode9: '0'
|
|
||||||
maxoutbuf: '0'
|
|
||||||
minoutbuf: '0'
|
|
||||||
nchan: '1'
|
|
||||||
num_mboards: '1'
|
|
||||||
sample_rate: samp_rate
|
|
||||||
sync: sync
|
|
||||||
time_source0: ''
|
|
||||||
time_source1: ''
|
|
||||||
time_source2: ''
|
|
||||||
time_source3: ''
|
|
||||||
time_source4: ''
|
|
||||||
time_source5: ''
|
|
||||||
time_source6: ''
|
|
||||||
time_source7: ''
|
|
||||||
type: fc32
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [448, 220.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: py_module
|
|
||||||
id: epy_module
|
|
||||||
parameters:
|
|
||||||
alias: ''
|
|
||||||
comment: ''
|
|
||||||
source_code: "# this module will be imported in the into your flowgraph\r\n\r\n\
|
|
||||||
import numpy\r\nimport os\r\nimport time \r\n\r\nf = 0\r\n\r\ndef work(lvl,\
|
|
||||||
\ min_f, max_f, step_f):\r\n global f\r\n if f < min_f:\r\n f =\
|
|
||||||
\ min_f\r\n f += step_f\r\n if f > max_f:\r\n f = min_f\r\n \
|
|
||||||
\ print('ffffffffffffffffff: {0}'.format(f)) \r\n return f\r\n "
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [1128, 392.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: qtgui_number_sink_0
|
|
||||||
id: qtgui_number_sink
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
autoscale: 'False'
|
|
||||||
avg: '0'
|
|
||||||
color1: ("black", "black")
|
|
||||||
color10: ("black", "black")
|
|
||||||
color2: ("black", "black")
|
|
||||||
color3: ("black", "black")
|
|
||||||
color4: ("black", "black")
|
|
||||||
color5: ("black", "black")
|
|
||||||
color6: ("black", "black")
|
|
||||||
color7: ("black", "black")
|
|
||||||
color8: ("black", "black")
|
|
||||||
color9: ("black", "black")
|
|
||||||
comment: ''
|
|
||||||
factor1: '1'
|
|
||||||
factor10: '1'
|
|
||||||
factor2: '1'
|
|
||||||
factor3: '1'
|
|
||||||
factor4: '1'
|
|
||||||
factor5: '1'
|
|
||||||
factor6: '1'
|
|
||||||
factor7: '1'
|
|
||||||
factor8: '1'
|
|
||||||
factor9: '1'
|
|
||||||
graph_type: qtgui.NUM_GRAPH_NONE
|
|
||||||
gui_hint: ''
|
|
||||||
label1: ''
|
|
||||||
label10: ''
|
|
||||||
label2: ''
|
|
||||||
label3: ''
|
|
||||||
label4: ''
|
|
||||||
label5: ''
|
|
||||||
label6: ''
|
|
||||||
label7: ''
|
|
||||||
label8: ''
|
|
||||||
label9: ''
|
|
||||||
max: 0.95e9
|
|
||||||
min: 0.85e9
|
|
||||||
name: '""'
|
|
||||||
nconnections: '1'
|
|
||||||
type: float
|
|
||||||
unit1: ''
|
|
||||||
unit10: ''
|
|
||||||
unit2: ''
|
|
||||||
unit3: ''
|
|
||||||
unit4: ''
|
|
||||||
unit5: ''
|
|
||||||
unit6: ''
|
|
||||||
unit7: ''
|
|
||||||
unit8: ''
|
|
||||||
unit9: ''
|
|
||||||
update_time: '0.01'
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [992, 24.0]
|
|
||||||
rotation: 0
|
|
||||||
state: disabled
|
|
||||||
- name: qtgui_time_sink_x_0
|
|
||||||
id: qtgui_time_sink_x
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
alpha1: '1.0'
|
|
||||||
alpha10: '1.0'
|
|
||||||
alpha2: '1.0'
|
|
||||||
alpha3: '1.0'
|
|
||||||
alpha4: '1.0'
|
|
||||||
alpha5: '1.0'
|
|
||||||
alpha6: '1.0'
|
|
||||||
alpha7: '1.0'
|
|
||||||
alpha8: '1.0'
|
|
||||||
alpha9: '1.0'
|
|
||||||
autoscale: 'False'
|
|
||||||
axislabels: 'True'
|
|
||||||
color1: blue
|
|
||||||
color10: dark blue
|
|
||||||
color2: red
|
|
||||||
color3: green
|
|
||||||
color4: black
|
|
||||||
color5: cyan
|
|
||||||
color6: magenta
|
|
||||||
color7: yellow
|
|
||||||
color8: dark red
|
|
||||||
color9: dark green
|
|
||||||
comment: ''
|
|
||||||
ctrlpanel: 'False'
|
|
||||||
entags: 'True'
|
|
||||||
grid: 'False'
|
|
||||||
gui_hint: ''
|
|
||||||
label1: Signal 1
|
|
||||||
label10: Signal 10
|
|
||||||
label2: Signal 2
|
|
||||||
label3: Signal 3
|
|
||||||
label4: Signal 4
|
|
||||||
label5: Signal 5
|
|
||||||
label6: Signal 6
|
|
||||||
label7: Signal 7
|
|
||||||
label8: Signal 8
|
|
||||||
label9: Signal 9
|
|
||||||
legend: 'True'
|
|
||||||
marker1: '-1'
|
|
||||||
marker10: '-1'
|
|
||||||
marker2: '-1'
|
|
||||||
marker3: '-1'
|
|
||||||
marker4: '-1'
|
|
||||||
marker5: '-1'
|
|
||||||
marker6: '-1'
|
|
||||||
marker7: '-1'
|
|
||||||
marker8: '-1'
|
|
||||||
marker9: '-1'
|
|
||||||
name: freq
|
|
||||||
nconnections: '1'
|
|
||||||
size: '1000000'
|
|
||||||
srate: samp_rate
|
|
||||||
stemplot: 'False'
|
|
||||||
style1: '1'
|
|
||||||
style10: '1'
|
|
||||||
style2: '1'
|
|
||||||
style3: '1'
|
|
||||||
style4: '1'
|
|
||||||
style5: '1'
|
|
||||||
style6: '1'
|
|
||||||
style7: '1'
|
|
||||||
style8: '1'
|
|
||||||
style9: '1'
|
|
||||||
tr_chan: '0'
|
|
||||||
tr_delay: '0'
|
|
||||||
tr_level: '0.0'
|
|
||||||
tr_mode: qtgui.TRIG_MODE_FREE
|
|
||||||
tr_slope: qtgui.TRIG_SLOPE_POS
|
|
||||||
tr_tag: '""'
|
|
||||||
type: complex
|
|
||||||
update_time: '0.10'
|
|
||||||
width1: '1'
|
|
||||||
width10: '1'
|
|
||||||
width2: '1'
|
|
||||||
width3: '1'
|
|
||||||
width4: '1'
|
|
||||||
width5: '1'
|
|
||||||
width6: '1'
|
|
||||||
width7: '1'
|
|
||||||
width8: '1'
|
|
||||||
width9: '1'
|
|
||||||
ylabel: Amplitude
|
|
||||||
ymax: '1'
|
|
||||||
ymin: '-1'
|
|
||||||
yunit: '""'
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [928, 272.0]
|
|
||||||
rotation: 0
|
|
||||||
state: enabled
|
|
||||||
- name: vec_probe
|
|
||||||
id: blocks_probe_signal_vx
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
comment: ''
|
|
||||||
type: complex
|
|
||||||
vlen: '1'
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [936, 384.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
|
|
||||||
connections:
|
|
||||||
- [analog_const_source_x_0, '0', qtgui_number_sink_0, '0']
|
|
||||||
- [osmosdr_source_0, '0', qtgui_time_sink_x_0, '0']
|
|
||||||
- [osmosdr_source_0, '0', vec_probe, '0']
|
|
||||||
|
|
||||||
metadata:
|
|
||||||
file_format: 1
|
|
||||||
grc_version: 3.10.7.0
|
|
||||||
@ -1,642 +0,0 @@
|
|||||||
options:
|
|
||||||
parameters:
|
|
||||||
author: ''
|
|
||||||
catch_exceptions: 'True'
|
|
||||||
category: '[GRC Hier Blocks]'
|
|
||||||
cmake_opt: ''
|
|
||||||
comment: ''
|
|
||||||
copyright: ''
|
|
||||||
description: ''
|
|
||||||
gen_cmake: 'On'
|
|
||||||
gen_linking: dynamic
|
|
||||||
generate_options: qt_gui
|
|
||||||
hier_block_src_path: '.:'
|
|
||||||
id: data_saver
|
|
||||||
max_nouts: '0'
|
|
||||||
output_language: python
|
|
||||||
placement: (0,0)
|
|
||||||
qt_qss_theme: ''
|
|
||||||
realtime_scheduling: ''
|
|
||||||
run: 'True'
|
|
||||||
run_command: '{python} -u {filename}'
|
|
||||||
run_options: prompt
|
|
||||||
sizing_mode: fixed
|
|
||||||
thread_safe_setters: ''
|
|
||||||
title: data_saver
|
|
||||||
window_size: ''
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [8, 8]
|
|
||||||
rotation: 0
|
|
||||||
state: enabled
|
|
||||||
|
|
||||||
blocks:
|
|
||||||
- name: freq
|
|
||||||
id: variable
|
|
||||||
parameters:
|
|
||||||
comment: ''
|
|
||||||
value: 1.160e9
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [56, 307]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: samp_rate
|
|
||||||
id: variable
|
|
||||||
parameters:
|
|
||||||
comment: ''
|
|
||||||
value: 20e6
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [56, 212]
|
|
||||||
rotation: 0
|
|
||||||
state: enabled
|
|
||||||
- name: epy_block_0
|
|
||||||
id: epy_block
|
|
||||||
parameters:
|
|
||||||
Delay: '0.1'
|
|
||||||
FileTag: '''DJI_3'''
|
|
||||||
SaveDir: '''D:/Dataset/1160'''
|
|
||||||
SplitSize: '400000'
|
|
||||||
_source_code: "\"\"\"\nEmbedded Python Blocks:\n\nEach time this file is saved,\
|
|
||||||
\ GRC will instantiate the first class it finds\nto get ports and parameters\
|
|
||||||
\ of your block. The arguments to __init__ will\nbe the parameters. All of\
|
|
||||||
\ them are required to have default values!\n\"\"\"\n\nimport numpy as np\n\
|
|
||||||
from gnuradio import gr\nimport os\nimport time\nimport matplotlib.pyplot as\
|
|
||||||
\ plt\nimport sys\nimport gc\n\nclass Simsi_Sink(gr.sync_block): # other base\
|
|
||||||
\ classes are basic_block, decim_block, interp_block\n \"\"\"Embedded Python\
|
|
||||||
\ Block example - a simple multiply const\"\"\"\n\n def __init__(self, SaveDir=\"\
|
|
||||||
./signal\", FileTag=\"fragment_\", SplitSize=1000000, Delay=2): # only default\
|
|
||||||
\ arguments here\n \"\"\"arguments to this function show up as parameters\
|
|
||||||
\ in GRC\"\"\"\n gr.sync_block.__init__(\n self,\n \
|
|
||||||
\ name='Simsi_Sink', # will show up in GRC\n in_sig=[np.complex64],\n\
|
|
||||||
\ out_sig=None#[np.complex64]\n )\n self.Delay = Delay\n\
|
|
||||||
\ self.FileTag = FileTag\n self.SplitSize = SplitSize\n \
|
|
||||||
\ \n self.SaveDir = SaveDir\n if not os.path.exists(self.SaveDir)\
|
|
||||||
\ and self.SaveDir == \"./signal\":\n os.mkdir(\"signal\")\n \
|
|
||||||
\ \n self.it = 0\n self.Signal = np.array([], dtype=np.float32)\n\
|
|
||||||
\ self.data_dir = SaveDir\n\n self.last_file_path = self.data_dir\
|
|
||||||
\ + \"/\" + self.FileTag + str(self.it)\n self.last_fd = open(self.last_file_path,\
|
|
||||||
\ \"wb\")\n self.last_file_len = 0\n\n\n self.reading_in_progress_file_path\
|
|
||||||
\ = self.data_dir + \"/reading_in_progress\"\n self.reading_in_progress_file_fd\
|
|
||||||
\ = open(self.reading_in_progress_file_path, \"wb\")\n\n print(self.Signal)\n\
|
|
||||||
\ print(self.data_dir)\n # if an attribute with the same name\
|
|
||||||
\ as a parameter is found,\n # a callback is registered (properties work,\
|
|
||||||
\ too).\n\n def work(self, input_items, output_items):\n \"\"\"example:\
|
|
||||||
\ multiply with constant\"\"\"\n length = len(input_items[0])\n \
|
|
||||||
\ self.last_file_len += length\n\n if self.last_file_len > self.SplitSize:\n\
|
|
||||||
\ print(\"Saving file: \" + str(self.last_file_path))\n \
|
|
||||||
\ length = length - (self.last_file_len - self.SplitSize)\n self.last_fd.write(input_items[0][0:length].copy())\n\
|
|
||||||
\ self.it += 1\n self.last_file_len = 0\n self.last_file_path\
|
|
||||||
\ = self.data_dir + '/' + self.FileTag + str(self.it)\n self.last_fd.close()\n\
|
|
||||||
\ self.reading_in_progress_file_fd.close()\n os.remove(self.reading_in_progress_file_path)\n\
|
|
||||||
\ time.sleep(self.Delay)\n self.reading_in_progress_file_fd\
|
|
||||||
\ = open(self.reading_in_progress_file_path, \"wb\")\n self.last_fd\
|
|
||||||
\ = open(self.last_file_path, \"wb\")\n \n else:\n \
|
|
||||||
\ self.last_fd.write(input_items[0].copy())\n\n\n return len(input_items[0])\n"
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
comment: ''
|
|
||||||
maxoutbuf: '0'
|
|
||||||
minoutbuf: '0'
|
|
||||||
states:
|
|
||||||
_io_cache: ('Simsi_Sink', 'Simsi_Sink', [('SaveDir', "'./signal'"), ('FileTag',
|
|
||||||
"'fragment_'"), ('SplitSize', '1000000'), ('Delay', '2')], [('0', 'complex',
|
|
||||||
1)], [], 'Embedded Python Block example - a simple multiply const', ['Delay',
|
|
||||||
'FileTag', 'SaveDir', 'SplitSize'])
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [728, 336.0]
|
|
||||||
rotation: 0
|
|
||||||
state: enabled
|
|
||||||
- name: osmosdr_source_1
|
|
||||||
id: osmosdr_source
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
ant0: ''
|
|
||||||
ant1: ''
|
|
||||||
ant10: ''
|
|
||||||
ant11: ''
|
|
||||||
ant12: ''
|
|
||||||
ant13: ''
|
|
||||||
ant14: ''
|
|
||||||
ant15: ''
|
|
||||||
ant16: ''
|
|
||||||
ant17: ''
|
|
||||||
ant18: ''
|
|
||||||
ant19: ''
|
|
||||||
ant2: ''
|
|
||||||
ant20: ''
|
|
||||||
ant21: ''
|
|
||||||
ant22: ''
|
|
||||||
ant23: ''
|
|
||||||
ant24: ''
|
|
||||||
ant25: ''
|
|
||||||
ant26: ''
|
|
||||||
ant27: ''
|
|
||||||
ant28: ''
|
|
||||||
ant29: ''
|
|
||||||
ant3: ''
|
|
||||||
ant30: ''
|
|
||||||
ant31: ''
|
|
||||||
ant4: ''
|
|
||||||
ant5: ''
|
|
||||||
ant6: ''
|
|
||||||
ant7: ''
|
|
||||||
ant8: ''
|
|
||||||
ant9: ''
|
|
||||||
args: hackrf=0
|
|
||||||
bb_gain0: '36'
|
|
||||||
bb_gain1: '20'
|
|
||||||
bb_gain10: '20'
|
|
||||||
bb_gain11: '20'
|
|
||||||
bb_gain12: '20'
|
|
||||||
bb_gain13: '20'
|
|
||||||
bb_gain14: '20'
|
|
||||||
bb_gain15: '20'
|
|
||||||
bb_gain16: '20'
|
|
||||||
bb_gain17: '20'
|
|
||||||
bb_gain18: '20'
|
|
||||||
bb_gain19: '20'
|
|
||||||
bb_gain2: '20'
|
|
||||||
bb_gain20: '20'
|
|
||||||
bb_gain21: '20'
|
|
||||||
bb_gain22: '20'
|
|
||||||
bb_gain23: '20'
|
|
||||||
bb_gain24: '20'
|
|
||||||
bb_gain25: '20'
|
|
||||||
bb_gain26: '20'
|
|
||||||
bb_gain27: '20'
|
|
||||||
bb_gain28: '20'
|
|
||||||
bb_gain29: '20'
|
|
||||||
bb_gain3: '20'
|
|
||||||
bb_gain30: '20'
|
|
||||||
bb_gain31: '20'
|
|
||||||
bb_gain4: '20'
|
|
||||||
bb_gain5: '20'
|
|
||||||
bb_gain6: '20'
|
|
||||||
bb_gain7: '20'
|
|
||||||
bb_gain8: '20'
|
|
||||||
bb_gain9: '20'
|
|
||||||
bw0: '0'
|
|
||||||
bw1: '0'
|
|
||||||
bw10: '0'
|
|
||||||
bw11: '0'
|
|
||||||
bw12: '0'
|
|
||||||
bw13: '0'
|
|
||||||
bw14: '0'
|
|
||||||
bw15: '0'
|
|
||||||
bw16: '0'
|
|
||||||
bw17: '0'
|
|
||||||
bw18: '0'
|
|
||||||
bw19: '0'
|
|
||||||
bw2: '0'
|
|
||||||
bw20: '0'
|
|
||||||
bw21: '0'
|
|
||||||
bw22: '0'
|
|
||||||
bw23: '0'
|
|
||||||
bw24: '0'
|
|
||||||
bw25: '0'
|
|
||||||
bw26: '0'
|
|
||||||
bw27: '0'
|
|
||||||
bw28: '0'
|
|
||||||
bw29: '0'
|
|
||||||
bw3: '0'
|
|
||||||
bw30: '0'
|
|
||||||
bw31: '0'
|
|
||||||
bw4: '0'
|
|
||||||
bw5: '0'
|
|
||||||
bw6: '0'
|
|
||||||
bw7: '0'
|
|
||||||
bw8: '0'
|
|
||||||
bw9: '0'
|
|
||||||
clock_source0: ''
|
|
||||||
clock_source1: ''
|
|
||||||
clock_source2: ''
|
|
||||||
clock_source3: ''
|
|
||||||
clock_source4: ''
|
|
||||||
clock_source5: ''
|
|
||||||
clock_source6: ''
|
|
||||||
clock_source7: ''
|
|
||||||
comment: ''
|
|
||||||
corr0: '0'
|
|
||||||
corr1: '0'
|
|
||||||
corr10: '0'
|
|
||||||
corr11: '0'
|
|
||||||
corr12: '0'
|
|
||||||
corr13: '0'
|
|
||||||
corr14: '0'
|
|
||||||
corr15: '0'
|
|
||||||
corr16: '0'
|
|
||||||
corr17: '0'
|
|
||||||
corr18: '0'
|
|
||||||
corr19: '0'
|
|
||||||
corr2: '0'
|
|
||||||
corr20: '0'
|
|
||||||
corr21: '0'
|
|
||||||
corr22: '0'
|
|
||||||
corr23: '0'
|
|
||||||
corr24: '0'
|
|
||||||
corr25: '0'
|
|
||||||
corr26: '0'
|
|
||||||
corr27: '0'
|
|
||||||
corr28: '0'
|
|
||||||
corr29: '0'
|
|
||||||
corr3: '0'
|
|
||||||
corr30: '0'
|
|
||||||
corr31: '0'
|
|
||||||
corr4: '0'
|
|
||||||
corr5: '0'
|
|
||||||
corr6: '0'
|
|
||||||
corr7: '0'
|
|
||||||
corr8: '0'
|
|
||||||
corr9: '0'
|
|
||||||
dc_offset_mode0: '0'
|
|
||||||
dc_offset_mode1: '0'
|
|
||||||
dc_offset_mode10: '0'
|
|
||||||
dc_offset_mode11: '0'
|
|
||||||
dc_offset_mode12: '0'
|
|
||||||
dc_offset_mode13: '0'
|
|
||||||
dc_offset_mode14: '0'
|
|
||||||
dc_offset_mode15: '0'
|
|
||||||
dc_offset_mode16: '0'
|
|
||||||
dc_offset_mode17: '0'
|
|
||||||
dc_offset_mode18: '0'
|
|
||||||
dc_offset_mode19: '0'
|
|
||||||
dc_offset_mode2: '0'
|
|
||||||
dc_offset_mode20: '0'
|
|
||||||
dc_offset_mode21: '0'
|
|
||||||
dc_offset_mode22: '0'
|
|
||||||
dc_offset_mode23: '0'
|
|
||||||
dc_offset_mode24: '0'
|
|
||||||
dc_offset_mode25: '0'
|
|
||||||
dc_offset_mode26: '0'
|
|
||||||
dc_offset_mode27: '0'
|
|
||||||
dc_offset_mode28: '0'
|
|
||||||
dc_offset_mode29: '0'
|
|
||||||
dc_offset_mode3: '0'
|
|
||||||
dc_offset_mode30: '0'
|
|
||||||
dc_offset_mode31: '0'
|
|
||||||
dc_offset_mode4: '0'
|
|
||||||
dc_offset_mode5: '0'
|
|
||||||
dc_offset_mode6: '0'
|
|
||||||
dc_offset_mode7: '0'
|
|
||||||
dc_offset_mode8: '0'
|
|
||||||
dc_offset_mode9: '0'
|
|
||||||
freq0: freq
|
|
||||||
freq1: 100e6
|
|
||||||
freq10: 100e6
|
|
||||||
freq11: 100e6
|
|
||||||
freq12: 100e6
|
|
||||||
freq13: 100e6
|
|
||||||
freq14: 100e6
|
|
||||||
freq15: 100e6
|
|
||||||
freq16: 100e6
|
|
||||||
freq17: 100e6
|
|
||||||
freq18: 100e6
|
|
||||||
freq19: 100e6
|
|
||||||
freq2: 100e6
|
|
||||||
freq20: 100e6
|
|
||||||
freq21: 100e6
|
|
||||||
freq22: 100e6
|
|
||||||
freq23: 100e6
|
|
||||||
freq24: 100e6
|
|
||||||
freq25: 100e6
|
|
||||||
freq26: 100e6
|
|
||||||
freq27: 100e6
|
|
||||||
freq28: 100e6
|
|
||||||
freq29: 100e6
|
|
||||||
freq3: 100e6
|
|
||||||
freq30: 100e6
|
|
||||||
freq31: 100e6
|
|
||||||
freq4: 100e6
|
|
||||||
freq5: 100e6
|
|
||||||
freq6: 100e6
|
|
||||||
freq7: 100e6
|
|
||||||
freq8: 100e6
|
|
||||||
freq9: 100e6
|
|
||||||
gain0: '12'
|
|
||||||
gain1: '10'
|
|
||||||
gain10: '10'
|
|
||||||
gain11: '10'
|
|
||||||
gain12: '10'
|
|
||||||
gain13: '10'
|
|
||||||
gain14: '10'
|
|
||||||
gain15: '10'
|
|
||||||
gain16: '10'
|
|
||||||
gain17: '10'
|
|
||||||
gain18: '10'
|
|
||||||
gain19: '10'
|
|
||||||
gain2: '10'
|
|
||||||
gain20: '10'
|
|
||||||
gain21: '10'
|
|
||||||
gain22: '10'
|
|
||||||
gain23: '10'
|
|
||||||
gain24: '10'
|
|
||||||
gain25: '10'
|
|
||||||
gain26: '10'
|
|
||||||
gain27: '10'
|
|
||||||
gain28: '10'
|
|
||||||
gain29: '10'
|
|
||||||
gain3: '10'
|
|
||||||
gain30: '10'
|
|
||||||
gain31: '10'
|
|
||||||
gain4: '10'
|
|
||||||
gain5: '10'
|
|
||||||
gain6: '10'
|
|
||||||
gain7: '10'
|
|
||||||
gain8: '10'
|
|
||||||
gain9: '10'
|
|
||||||
gain_mode0: 'False'
|
|
||||||
gain_mode1: 'False'
|
|
||||||
gain_mode10: 'False'
|
|
||||||
gain_mode11: 'False'
|
|
||||||
gain_mode12: 'False'
|
|
||||||
gain_mode13: 'False'
|
|
||||||
gain_mode14: 'False'
|
|
||||||
gain_mode15: 'False'
|
|
||||||
gain_mode16: 'False'
|
|
||||||
gain_mode17: 'False'
|
|
||||||
gain_mode18: 'False'
|
|
||||||
gain_mode19: 'False'
|
|
||||||
gain_mode2: 'False'
|
|
||||||
gain_mode20: 'False'
|
|
||||||
gain_mode21: 'False'
|
|
||||||
gain_mode22: 'False'
|
|
||||||
gain_mode23: 'False'
|
|
||||||
gain_mode24: 'False'
|
|
||||||
gain_mode25: 'False'
|
|
||||||
gain_mode26: 'False'
|
|
||||||
gain_mode27: 'False'
|
|
||||||
gain_mode28: 'False'
|
|
||||||
gain_mode29: 'False'
|
|
||||||
gain_mode3: 'False'
|
|
||||||
gain_mode30: 'False'
|
|
||||||
gain_mode31: 'False'
|
|
||||||
gain_mode4: 'False'
|
|
||||||
gain_mode5: 'False'
|
|
||||||
gain_mode6: 'False'
|
|
||||||
gain_mode7: 'False'
|
|
||||||
gain_mode8: 'False'
|
|
||||||
gain_mode9: 'False'
|
|
||||||
if_gain0: '30'
|
|
||||||
if_gain1: '20'
|
|
||||||
if_gain10: '20'
|
|
||||||
if_gain11: '20'
|
|
||||||
if_gain12: '20'
|
|
||||||
if_gain13: '20'
|
|
||||||
if_gain14: '20'
|
|
||||||
if_gain15: '20'
|
|
||||||
if_gain16: '20'
|
|
||||||
if_gain17: '20'
|
|
||||||
if_gain18: '20'
|
|
||||||
if_gain19: '20'
|
|
||||||
if_gain2: '20'
|
|
||||||
if_gain20: '20'
|
|
||||||
if_gain21: '20'
|
|
||||||
if_gain22: '20'
|
|
||||||
if_gain23: '20'
|
|
||||||
if_gain24: '20'
|
|
||||||
if_gain25: '20'
|
|
||||||
if_gain26: '20'
|
|
||||||
if_gain27: '20'
|
|
||||||
if_gain28: '20'
|
|
||||||
if_gain29: '20'
|
|
||||||
if_gain3: '20'
|
|
||||||
if_gain30: '20'
|
|
||||||
if_gain31: '20'
|
|
||||||
if_gain4: '20'
|
|
||||||
if_gain5: '20'
|
|
||||||
if_gain6: '20'
|
|
||||||
if_gain7: '20'
|
|
||||||
if_gain8: '20'
|
|
||||||
if_gain9: '20'
|
|
||||||
iq_balance_mode0: '0'
|
|
||||||
iq_balance_mode1: '0'
|
|
||||||
iq_balance_mode10: '0'
|
|
||||||
iq_balance_mode11: '0'
|
|
||||||
iq_balance_mode12: '0'
|
|
||||||
iq_balance_mode13: '0'
|
|
||||||
iq_balance_mode14: '0'
|
|
||||||
iq_balance_mode15: '0'
|
|
||||||
iq_balance_mode16: '0'
|
|
||||||
iq_balance_mode17: '0'
|
|
||||||
iq_balance_mode18: '0'
|
|
||||||
iq_balance_mode19: '0'
|
|
||||||
iq_balance_mode2: '0'
|
|
||||||
iq_balance_mode20: '0'
|
|
||||||
iq_balance_mode21: '0'
|
|
||||||
iq_balance_mode22: '0'
|
|
||||||
iq_balance_mode23: '0'
|
|
||||||
iq_balance_mode24: '0'
|
|
||||||
iq_balance_mode25: '0'
|
|
||||||
iq_balance_mode26: '0'
|
|
||||||
iq_balance_mode27: '0'
|
|
||||||
iq_balance_mode28: '0'
|
|
||||||
iq_balance_mode29: '0'
|
|
||||||
iq_balance_mode3: '0'
|
|
||||||
iq_balance_mode30: '0'
|
|
||||||
iq_balance_mode31: '0'
|
|
||||||
iq_balance_mode4: '0'
|
|
||||||
iq_balance_mode5: '0'
|
|
||||||
iq_balance_mode6: '0'
|
|
||||||
iq_balance_mode7: '0'
|
|
||||||
iq_balance_mode8: '0'
|
|
||||||
iq_balance_mode9: '0'
|
|
||||||
maxoutbuf: '0'
|
|
||||||
minoutbuf: '0'
|
|
||||||
nchan: '1'
|
|
||||||
num_mboards: '1'
|
|
||||||
sample_rate: samp_rate
|
|
||||||
sync: sync
|
|
||||||
time_source0: ''
|
|
||||||
time_source1: ''
|
|
||||||
time_source2: ''
|
|
||||||
time_source3: ''
|
|
||||||
time_source4: ''
|
|
||||||
time_source5: ''
|
|
||||||
time_source6: ''
|
|
||||||
time_source7: ''
|
|
||||||
type: fc32
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [244, 164]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: qtgui_time_sink_x_0_1
|
|
||||||
id: qtgui_time_sink_x
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
alpha1: '1.0'
|
|
||||||
alpha10: '1.0'
|
|
||||||
alpha2: '1.0'
|
|
||||||
alpha3: '1.0'
|
|
||||||
alpha4: '1.0'
|
|
||||||
alpha5: '1.0'
|
|
||||||
alpha6: '1.0'
|
|
||||||
alpha7: '1.0'
|
|
||||||
alpha8: '1.0'
|
|
||||||
alpha9: '1.0'
|
|
||||||
autoscale: 'False'
|
|
||||||
axislabels: 'True'
|
|
||||||
color1: blue
|
|
||||||
color10: dark blue
|
|
||||||
color2: red
|
|
||||||
color3: green
|
|
||||||
color4: black
|
|
||||||
color5: cyan
|
|
||||||
color6: magenta
|
|
||||||
color7: yellow
|
|
||||||
color8: dark red
|
|
||||||
color9: dark green
|
|
||||||
comment: ''
|
|
||||||
ctrlpanel: 'False'
|
|
||||||
entags: 'True'
|
|
||||||
grid: 'False'
|
|
||||||
gui_hint: ''
|
|
||||||
label1: ''
|
|
||||||
label10: ''
|
|
||||||
label2: ''
|
|
||||||
label3: ''
|
|
||||||
label4: ''
|
|
||||||
label5: ''
|
|
||||||
label6: ''
|
|
||||||
label7: ''
|
|
||||||
label8: ''
|
|
||||||
label9: ''
|
|
||||||
legend: 'True'
|
|
||||||
marker1: '-1'
|
|
||||||
marker10: '-1'
|
|
||||||
marker2: '-1'
|
|
||||||
marker3: '-1'
|
|
||||||
marker4: '-1'
|
|
||||||
marker5: '-1'
|
|
||||||
marker6: '-1'
|
|
||||||
marker7: '-1'
|
|
||||||
marker8: '-1'
|
|
||||||
marker9: '-1'
|
|
||||||
name: '""'
|
|
||||||
nconnections: '1'
|
|
||||||
size: '1000000'
|
|
||||||
srate: samp_rate
|
|
||||||
stemplot: 'False'
|
|
||||||
style1: '1'
|
|
||||||
style10: '1'
|
|
||||||
style2: '1'
|
|
||||||
style3: '1'
|
|
||||||
style4: '1'
|
|
||||||
style5: '1'
|
|
||||||
style6: '1'
|
|
||||||
style7: '1'
|
|
||||||
style8: '1'
|
|
||||||
style9: '1'
|
|
||||||
tr_chan: '0'
|
|
||||||
tr_delay: '0'
|
|
||||||
tr_level: '0.0'
|
|
||||||
tr_mode: qtgui.TRIG_MODE_FREE
|
|
||||||
tr_slope: qtgui.TRIG_SLOPE_POS
|
|
||||||
tr_tag: '""'
|
|
||||||
type: complex
|
|
||||||
update_time: '0.01'
|
|
||||||
width1: '1'
|
|
||||||
width10: '1'
|
|
||||||
width2: '1'
|
|
||||||
width3: '1'
|
|
||||||
width4: '1'
|
|
||||||
width5: '1'
|
|
||||||
width6: '1'
|
|
||||||
width7: '1'
|
|
||||||
width8: '1'
|
|
||||||
width9: '1'
|
|
||||||
ylabel: Amplitude
|
|
||||||
ymax: '2'
|
|
||||||
ymin: '-2'
|
|
||||||
yunit: '""'
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [720, 92.0]
|
|
||||||
rotation: 0
|
|
||||||
state: enabled
|
|
||||||
- name: qtgui_waterfall_sink_x_0
|
|
||||||
id: qtgui_waterfall_sink_x
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
alpha1: '1.0'
|
|
||||||
alpha10: '1.0'
|
|
||||||
alpha2: '1.0'
|
|
||||||
alpha3: '1.0'
|
|
||||||
alpha4: '1.0'
|
|
||||||
alpha5: '1.0'
|
|
||||||
alpha6: '1.0'
|
|
||||||
alpha7: '1.0'
|
|
||||||
alpha8: '1.0'
|
|
||||||
alpha9: '1.0'
|
|
||||||
axislabels: 'True'
|
|
||||||
bw: samp_rate
|
|
||||||
color1: '0'
|
|
||||||
color10: '0'
|
|
||||||
color2: '0'
|
|
||||||
color3: '0'
|
|
||||||
color4: '0'
|
|
||||||
color5: '0'
|
|
||||||
color6: '0'
|
|
||||||
color7: '0'
|
|
||||||
color8: '0'
|
|
||||||
color9: '0'
|
|
||||||
comment: ''
|
|
||||||
fc: freq
|
|
||||||
fftsize: '32768'
|
|
||||||
freqhalf: 'True'
|
|
||||||
grid: 'False'
|
|
||||||
gui_hint: ''
|
|
||||||
int_max: '10'
|
|
||||||
int_min: '-140'
|
|
||||||
label1: ''
|
|
||||||
label10: ''
|
|
||||||
label2: ''
|
|
||||||
label3: ''
|
|
||||||
label4: ''
|
|
||||||
label5: ''
|
|
||||||
label6: ''
|
|
||||||
label7: ''
|
|
||||||
label8: ''
|
|
||||||
label9: ''
|
|
||||||
legend: 'True'
|
|
||||||
maxoutbuf: '0'
|
|
||||||
minoutbuf: '0'
|
|
||||||
name: '""'
|
|
||||||
nconnections: '1'
|
|
||||||
showports: 'False'
|
|
||||||
type: complex
|
|
||||||
update_time: '0.10'
|
|
||||||
wintype: window.WIN_HAMMING
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [1040, 172.0]
|
|
||||||
rotation: 0
|
|
||||||
state: enabled
|
|
||||||
|
|
||||||
connections:
|
|
||||||
- [osmosdr_source_1, '0', epy_block_0, '0']
|
|
||||||
- [osmosdr_source_1, '0', qtgui_time_sink_x_0_1, '0']
|
|
||||||
- [osmosdr_source_1, '0', qtgui_waterfall_sink_x_0, '0']
|
|
||||||
|
|
||||||
metadata:
|
|
||||||
file_format: 1
|
|
||||||
grc_version: 3.10.9.2
|
|
||||||
@ -1,683 +0,0 @@
|
|||||||
options:
|
|
||||||
parameters:
|
|
||||||
author: ''
|
|
||||||
catch_exceptions: 'True'
|
|
||||||
category: '[GRC Hier Blocks]'
|
|
||||||
cmake_opt: ''
|
|
||||||
comment: ''
|
|
||||||
copyright: ''
|
|
||||||
description: ''
|
|
||||||
gen_cmake: 'On'
|
|
||||||
gen_linking: dynamic
|
|
||||||
generate_options: no_gui
|
|
||||||
hier_block_src_path: '.:'
|
|
||||||
id: fft_detector
|
|
||||||
max_nouts: '0'
|
|
||||||
output_language: python
|
|
||||||
placement: (0,0)
|
|
||||||
qt_qss_theme: ''
|
|
||||||
realtime_scheduling: ''
|
|
||||||
run: 'True'
|
|
||||||
run_command: '{python} -u {filename}'
|
|
||||||
run_options: prompt
|
|
||||||
sizing_mode: fixed
|
|
||||||
thread_safe_setters: ''
|
|
||||||
title: fft_detector
|
|
||||||
window_size: (1000,1000)
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [8, 8]
|
|
||||||
rotation: 0
|
|
||||||
state: enabled
|
|
||||||
|
|
||||||
blocks:
|
|
||||||
- name: filter1
|
|
||||||
id: variable
|
|
||||||
parameters:
|
|
||||||
comment: ''
|
|
||||||
value: firdes.low_pass (1, samp_rate, 500e3, 300e3, window.WIN_BLACKMAN_HARRIS)
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [464, 16.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: filter2
|
|
||||||
id: variable
|
|
||||||
parameters:
|
|
||||||
comment: ''
|
|
||||||
value: firdes.low_pass(1,samp_rate, 5e3, 3e3, window.WIN_HANN)
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [696, 16.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: freq
|
|
||||||
id: variable
|
|
||||||
parameters:
|
|
||||||
comment: ''
|
|
||||||
value: py_module.work(func_probe)
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [368, 16.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: func_probe
|
|
||||||
id: variable_function_probe
|
|
||||||
parameters:
|
|
||||||
block_id: vec_probe
|
|
||||||
comment: ''
|
|
||||||
function_args: ''
|
|
||||||
function_name: level
|
|
||||||
poll_rate: '100'
|
|
||||||
value: '0'
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [1312, 128.0]
|
|
||||||
rotation: 0
|
|
||||||
state: enabled
|
|
||||||
- name: max_f
|
|
||||||
id: variable
|
|
||||||
parameters:
|
|
||||||
comment: ''
|
|
||||||
value: 2.46e9
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [536, 16.0]
|
|
||||||
rotation: 0
|
|
||||||
state: disabled
|
|
||||||
- name: min_f
|
|
||||||
id: variable
|
|
||||||
parameters:
|
|
||||||
comment: ''
|
|
||||||
value: 2.4e9
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [456, 16.0]
|
|
||||||
rotation: 0
|
|
||||||
state: disabled
|
|
||||||
- name: samp_rate
|
|
||||||
id: variable
|
|
||||||
parameters:
|
|
||||||
comment: ''
|
|
||||||
value: 20e6
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [184, 12]
|
|
||||||
rotation: 0
|
|
||||||
state: enabled
|
|
||||||
- name: blocks_complex_to_mag_squared_0
|
|
||||||
id: blocks_complex_to_mag_squared
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
comment: ''
|
|
||||||
maxoutbuf: '0'
|
|
||||||
minoutbuf: '0'
|
|
||||||
vlen: '2048'
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [840, 120.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: blocks_integrate_xx_0
|
|
||||||
id: blocks_integrate_xx
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
comment: ''
|
|
||||||
decim: '10'
|
|
||||||
maxoutbuf: '0'
|
|
||||||
minoutbuf: '0'
|
|
||||||
type: float
|
|
||||||
vlen: '2048'
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [840, 192.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: blocks_keep_one_in_n_0
|
|
||||||
id: blocks_keep_one_in_n
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
comment: ''
|
|
||||||
maxoutbuf: '0'
|
|
||||||
minoutbuf: '0'
|
|
||||||
n: '1'
|
|
||||||
type: complex
|
|
||||||
vlen: '2048'
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [368, 272.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: blocks_nlog10_ff_0
|
|
||||||
id: blocks_nlog10_ff
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
comment: ''
|
|
||||||
k: '-100'
|
|
||||||
maxoutbuf: '0'
|
|
||||||
minoutbuf: '0'
|
|
||||||
n: '10'
|
|
||||||
vlen: '2048'
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [840, 280.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: blocks_stream_to_vector_0_0
|
|
||||||
id: blocks_stream_to_vector
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
comment: ''
|
|
||||||
maxoutbuf: '0'
|
|
||||||
minoutbuf: '0'
|
|
||||||
num_items: '2048'
|
|
||||||
type: complex
|
|
||||||
vlen: '1'
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [368, 216.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: dc_blocker_xx_0
|
|
||||||
id: dc_blocker_xx
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
comment: ''
|
|
||||||
length: '1024'
|
|
||||||
long_form: 'True'
|
|
||||||
maxoutbuf: '0'
|
|
||||||
minoutbuf: '0'
|
|
||||||
type: cc
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [368, 136.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: fft_vxx_0
|
|
||||||
id: fft_vxx
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
comment: ''
|
|
||||||
fft_size: '2048'
|
|
||||||
forward: 'True'
|
|
||||||
maxoutbuf: '0'
|
|
||||||
minoutbuf: '0'
|
|
||||||
nthreads: '1'
|
|
||||||
shift: 'True'
|
|
||||||
type: complex
|
|
||||||
window: window.blackmanharris(2048)
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [576, 192.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: osmosdr_source_0
|
|
||||||
id: osmosdr_source
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
ant0: ''
|
|
||||||
ant1: ''
|
|
||||||
ant10: ''
|
|
||||||
ant11: ''
|
|
||||||
ant12: ''
|
|
||||||
ant13: ''
|
|
||||||
ant14: ''
|
|
||||||
ant15: ''
|
|
||||||
ant16: ''
|
|
||||||
ant17: ''
|
|
||||||
ant18: ''
|
|
||||||
ant19: ''
|
|
||||||
ant2: ''
|
|
||||||
ant20: ''
|
|
||||||
ant21: ''
|
|
||||||
ant22: ''
|
|
||||||
ant23: ''
|
|
||||||
ant24: ''
|
|
||||||
ant25: ''
|
|
||||||
ant26: ''
|
|
||||||
ant27: ''
|
|
||||||
ant28: ''
|
|
||||||
ant29: ''
|
|
||||||
ant3: ''
|
|
||||||
ant30: ''
|
|
||||||
ant31: ''
|
|
||||||
ant4: ''
|
|
||||||
ant5: ''
|
|
||||||
ant6: ''
|
|
||||||
ant7: ''
|
|
||||||
ant8: ''
|
|
||||||
ant9: ''
|
|
||||||
args: hackrf=0
|
|
||||||
bb_gain0: '0'
|
|
||||||
bb_gain1: '20'
|
|
||||||
bb_gain10: '20'
|
|
||||||
bb_gain11: '20'
|
|
||||||
bb_gain12: '20'
|
|
||||||
bb_gain13: '20'
|
|
||||||
bb_gain14: '20'
|
|
||||||
bb_gain15: '20'
|
|
||||||
bb_gain16: '20'
|
|
||||||
bb_gain17: '20'
|
|
||||||
bb_gain18: '20'
|
|
||||||
bb_gain19: '20'
|
|
||||||
bb_gain2: '20'
|
|
||||||
bb_gain20: '20'
|
|
||||||
bb_gain21: '20'
|
|
||||||
bb_gain22: '20'
|
|
||||||
bb_gain23: '20'
|
|
||||||
bb_gain24: '20'
|
|
||||||
bb_gain25: '20'
|
|
||||||
bb_gain26: '20'
|
|
||||||
bb_gain27: '20'
|
|
||||||
bb_gain28: '20'
|
|
||||||
bb_gain29: '20'
|
|
||||||
bb_gain3: '20'
|
|
||||||
bb_gain30: '20'
|
|
||||||
bb_gain31: '20'
|
|
||||||
bb_gain4: '20'
|
|
||||||
bb_gain5: '20'
|
|
||||||
bb_gain6: '20'
|
|
||||||
bb_gain7: '20'
|
|
||||||
bb_gain8: '20'
|
|
||||||
bb_gain9: '20'
|
|
||||||
bw0: 20e6
|
|
||||||
bw1: '0'
|
|
||||||
bw10: '0'
|
|
||||||
bw11: '0'
|
|
||||||
bw12: '0'
|
|
||||||
bw13: '0'
|
|
||||||
bw14: '0'
|
|
||||||
bw15: '0'
|
|
||||||
bw16: '0'
|
|
||||||
bw17: '0'
|
|
||||||
bw18: '0'
|
|
||||||
bw19: '0'
|
|
||||||
bw2: '0'
|
|
||||||
bw20: '0'
|
|
||||||
bw21: '0'
|
|
||||||
bw22: '0'
|
|
||||||
bw23: '0'
|
|
||||||
bw24: '0'
|
|
||||||
bw25: '0'
|
|
||||||
bw26: '0'
|
|
||||||
bw27: '0'
|
|
||||||
bw28: '0'
|
|
||||||
bw29: '0'
|
|
||||||
bw3: '0'
|
|
||||||
bw30: '0'
|
|
||||||
bw31: '0'
|
|
||||||
bw4: '0'
|
|
||||||
bw5: '0'
|
|
||||||
bw6: '0'
|
|
||||||
bw7: '0'
|
|
||||||
bw8: '0'
|
|
||||||
bw9: '0'
|
|
||||||
clock_source0: ''
|
|
||||||
clock_source1: ''
|
|
||||||
clock_source2: ''
|
|
||||||
clock_source3: ''
|
|
||||||
clock_source4: ''
|
|
||||||
clock_source5: ''
|
|
||||||
clock_source6: ''
|
|
||||||
clock_source7: ''
|
|
||||||
comment: ''
|
|
||||||
corr0: '0'
|
|
||||||
corr1: '0'
|
|
||||||
corr10: '0'
|
|
||||||
corr11: '0'
|
|
||||||
corr12: '0'
|
|
||||||
corr13: '0'
|
|
||||||
corr14: '0'
|
|
||||||
corr15: '0'
|
|
||||||
corr16: '0'
|
|
||||||
corr17: '0'
|
|
||||||
corr18: '0'
|
|
||||||
corr19: '0'
|
|
||||||
corr2: '0'
|
|
||||||
corr20: '0'
|
|
||||||
corr21: '0'
|
|
||||||
corr22: '0'
|
|
||||||
corr23: '0'
|
|
||||||
corr24: '0'
|
|
||||||
corr25: '0'
|
|
||||||
corr26: '0'
|
|
||||||
corr27: '0'
|
|
||||||
corr28: '0'
|
|
||||||
corr29: '0'
|
|
||||||
corr3: '0'
|
|
||||||
corr30: '0'
|
|
||||||
corr31: '0'
|
|
||||||
corr4: '0'
|
|
||||||
corr5: '0'
|
|
||||||
corr6: '0'
|
|
||||||
corr7: '0'
|
|
||||||
corr8: '0'
|
|
||||||
corr9: '0'
|
|
||||||
dc_offset_mode0: '0'
|
|
||||||
dc_offset_mode1: '0'
|
|
||||||
dc_offset_mode10: '0'
|
|
||||||
dc_offset_mode11: '0'
|
|
||||||
dc_offset_mode12: '0'
|
|
||||||
dc_offset_mode13: '0'
|
|
||||||
dc_offset_mode14: '0'
|
|
||||||
dc_offset_mode15: '0'
|
|
||||||
dc_offset_mode16: '0'
|
|
||||||
dc_offset_mode17: '0'
|
|
||||||
dc_offset_mode18: '0'
|
|
||||||
dc_offset_mode19: '0'
|
|
||||||
dc_offset_mode2: '0'
|
|
||||||
dc_offset_mode20: '0'
|
|
||||||
dc_offset_mode21: '0'
|
|
||||||
dc_offset_mode22: '0'
|
|
||||||
dc_offset_mode23: '0'
|
|
||||||
dc_offset_mode24: '0'
|
|
||||||
dc_offset_mode25: '0'
|
|
||||||
dc_offset_mode26: '0'
|
|
||||||
dc_offset_mode27: '0'
|
|
||||||
dc_offset_mode28: '0'
|
|
||||||
dc_offset_mode29: '0'
|
|
||||||
dc_offset_mode3: '0'
|
|
||||||
dc_offset_mode30: '0'
|
|
||||||
dc_offset_mode31: '0'
|
|
||||||
dc_offset_mode4: '0'
|
|
||||||
dc_offset_mode5: '0'
|
|
||||||
dc_offset_mode6: '0'
|
|
||||||
dc_offset_mode7: '0'
|
|
||||||
dc_offset_mode8: '0'
|
|
||||||
dc_offset_mode9: '0'
|
|
||||||
freq0: freq
|
|
||||||
freq1: 100e6
|
|
||||||
freq10: 100e6
|
|
||||||
freq11: 100e6
|
|
||||||
freq12: 100e6
|
|
||||||
freq13: 100e6
|
|
||||||
freq14: 100e6
|
|
||||||
freq15: 100e6
|
|
||||||
freq16: 100e6
|
|
||||||
freq17: 100e6
|
|
||||||
freq18: 100e6
|
|
||||||
freq19: 100e6
|
|
||||||
freq2: 100e6
|
|
||||||
freq20: 100e6
|
|
||||||
freq21: 100e6
|
|
||||||
freq22: 100e6
|
|
||||||
freq23: 100e6
|
|
||||||
freq24: 100e6
|
|
||||||
freq25: 100e6
|
|
||||||
freq26: 100e6
|
|
||||||
freq27: 100e6
|
|
||||||
freq28: 100e6
|
|
||||||
freq29: 100e6
|
|
||||||
freq3: 100e6
|
|
||||||
freq30: 100e6
|
|
||||||
freq31: 100e6
|
|
||||||
freq4: 100e6
|
|
||||||
freq5: 100e6
|
|
||||||
freq6: 100e6
|
|
||||||
freq7: 100e6
|
|
||||||
freq8: 100e6
|
|
||||||
freq9: 100e6
|
|
||||||
gain0: '100'
|
|
||||||
gain1: '10'
|
|
||||||
gain10: '10'
|
|
||||||
gain11: '10'
|
|
||||||
gain12: '10'
|
|
||||||
gain13: '10'
|
|
||||||
gain14: '10'
|
|
||||||
gain15: '10'
|
|
||||||
gain16: '10'
|
|
||||||
gain17: '10'
|
|
||||||
gain18: '10'
|
|
||||||
gain19: '10'
|
|
||||||
gain2: '10'
|
|
||||||
gain20: '10'
|
|
||||||
gain21: '10'
|
|
||||||
gain22: '10'
|
|
||||||
gain23: '10'
|
|
||||||
gain24: '10'
|
|
||||||
gain25: '10'
|
|
||||||
gain26: '10'
|
|
||||||
gain27: '10'
|
|
||||||
gain28: '10'
|
|
||||||
gain29: '10'
|
|
||||||
gain3: '10'
|
|
||||||
gain30: '10'
|
|
||||||
gain31: '10'
|
|
||||||
gain4: '10'
|
|
||||||
gain5: '10'
|
|
||||||
gain6: '10'
|
|
||||||
gain7: '10'
|
|
||||||
gain8: '10'
|
|
||||||
gain9: '10'
|
|
||||||
gain_mode0: 'False'
|
|
||||||
gain_mode1: 'False'
|
|
||||||
gain_mode10: 'False'
|
|
||||||
gain_mode11: 'False'
|
|
||||||
gain_mode12: 'False'
|
|
||||||
gain_mode13: 'False'
|
|
||||||
gain_mode14: 'False'
|
|
||||||
gain_mode15: 'False'
|
|
||||||
gain_mode16: 'False'
|
|
||||||
gain_mode17: 'False'
|
|
||||||
gain_mode18: 'False'
|
|
||||||
gain_mode19: 'False'
|
|
||||||
gain_mode2: 'False'
|
|
||||||
gain_mode20: 'False'
|
|
||||||
gain_mode21: 'False'
|
|
||||||
gain_mode22: 'False'
|
|
||||||
gain_mode23: 'False'
|
|
||||||
gain_mode24: 'False'
|
|
||||||
gain_mode25: 'False'
|
|
||||||
gain_mode26: 'False'
|
|
||||||
gain_mode27: 'False'
|
|
||||||
gain_mode28: 'False'
|
|
||||||
gain_mode29: 'False'
|
|
||||||
gain_mode3: 'False'
|
|
||||||
gain_mode30: 'False'
|
|
||||||
gain_mode31: 'False'
|
|
||||||
gain_mode4: 'False'
|
|
||||||
gain_mode5: 'False'
|
|
||||||
gain_mode6: 'False'
|
|
||||||
gain_mode7: 'False'
|
|
||||||
gain_mode8: 'False'
|
|
||||||
gain_mode9: 'False'
|
|
||||||
if_gain0: '100'
|
|
||||||
if_gain1: '20'
|
|
||||||
if_gain10: '20'
|
|
||||||
if_gain11: '20'
|
|
||||||
if_gain12: '20'
|
|
||||||
if_gain13: '20'
|
|
||||||
if_gain14: '20'
|
|
||||||
if_gain15: '20'
|
|
||||||
if_gain16: '20'
|
|
||||||
if_gain17: '20'
|
|
||||||
if_gain18: '20'
|
|
||||||
if_gain19: '20'
|
|
||||||
if_gain2: '20'
|
|
||||||
if_gain20: '20'
|
|
||||||
if_gain21: '20'
|
|
||||||
if_gain22: '20'
|
|
||||||
if_gain23: '20'
|
|
||||||
if_gain24: '20'
|
|
||||||
if_gain25: '20'
|
|
||||||
if_gain26: '20'
|
|
||||||
if_gain27: '20'
|
|
||||||
if_gain28: '20'
|
|
||||||
if_gain29: '20'
|
|
||||||
if_gain3: '20'
|
|
||||||
if_gain30: '20'
|
|
||||||
if_gain31: '20'
|
|
||||||
if_gain4: '20'
|
|
||||||
if_gain5: '20'
|
|
||||||
if_gain6: '20'
|
|
||||||
if_gain7: '20'
|
|
||||||
if_gain8: '20'
|
|
||||||
if_gain9: '20'
|
|
||||||
iq_balance_mode0: '0'
|
|
||||||
iq_balance_mode1: '0'
|
|
||||||
iq_balance_mode10: '0'
|
|
||||||
iq_balance_mode11: '0'
|
|
||||||
iq_balance_mode12: '0'
|
|
||||||
iq_balance_mode13: '0'
|
|
||||||
iq_balance_mode14: '0'
|
|
||||||
iq_balance_mode15: '0'
|
|
||||||
iq_balance_mode16: '0'
|
|
||||||
iq_balance_mode17: '0'
|
|
||||||
iq_balance_mode18: '0'
|
|
||||||
iq_balance_mode19: '0'
|
|
||||||
iq_balance_mode2: '0'
|
|
||||||
iq_balance_mode20: '0'
|
|
||||||
iq_balance_mode21: '0'
|
|
||||||
iq_balance_mode22: '0'
|
|
||||||
iq_balance_mode23: '0'
|
|
||||||
iq_balance_mode24: '0'
|
|
||||||
iq_balance_mode25: '0'
|
|
||||||
iq_balance_mode26: '0'
|
|
||||||
iq_balance_mode27: '0'
|
|
||||||
iq_balance_mode28: '0'
|
|
||||||
iq_balance_mode29: '0'
|
|
||||||
iq_balance_mode3: '0'
|
|
||||||
iq_balance_mode30: '0'
|
|
||||||
iq_balance_mode31: '0'
|
|
||||||
iq_balance_mode4: '0'
|
|
||||||
iq_balance_mode5: '0'
|
|
||||||
iq_balance_mode6: '0'
|
|
||||||
iq_balance_mode7: '0'
|
|
||||||
iq_balance_mode8: '0'
|
|
||||||
iq_balance_mode9: '0'
|
|
||||||
maxoutbuf: '2048'
|
|
||||||
minoutbuf: '2048'
|
|
||||||
nchan: '1'
|
|
||||||
num_mboards: '1'
|
|
||||||
sample_rate: samp_rate
|
|
||||||
sync: sync
|
|
||||||
time_source0: ''
|
|
||||||
time_source1: ''
|
|
||||||
time_source2: ''
|
|
||||||
time_source3: ''
|
|
||||||
time_source4: ''
|
|
||||||
time_source5: ''
|
|
||||||
time_source6: ''
|
|
||||||
time_source7: ''
|
|
||||||
type: fc32
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [80, 132.0]
|
|
||||||
rotation: 0
|
|
||||||
state: true
|
|
||||||
- name: py_module
|
|
||||||
id: epy_module
|
|
||||||
parameters:
|
|
||||||
alias: ''
|
|
||||||
comment: ''
|
|
||||||
source_code: "# this module will be imported in the into your flowgraph\r\n\r\n\
|
|
||||||
import numpy as np\r\nimport os\r\nimport time \r\n\r\nimport matplotlib.pyplot\
|
|
||||||
\ as plt\r\nimport math\r\n\r\n\r\n##################################\r\n# frequency\
|
|
||||||
\ change params\r\n##################################\r\n\r\nmin_f = 0.400e9\
|
|
||||||
\ # 2.38e9\r\nmax_f = 0.500e9 # 2.52e9\r\nstep_f = 1e6 # 10e6\r\nf = min_f +\
|
|
||||||
\ step_f / 2\r\n\r\n\r\n##################################\r\n# spectrum\r\n\
|
|
||||||
##################################\r\n\r\nbins = 2048\r\nsavepath = 'C:/Users/ftlen/Work/GNU\
|
|
||||||
\ Radio/fft_detector/pics/433/'\r\n#savepath = 'C:/Users/ftlen/\u0420\u0430\u0431\
|
|
||||||
\u043E\u0447\u0438\u0439 \u0441\u0442\u043E\u043B/\u043D\u0438\u043A\u0438\u0442\
|
|
||||||
\u0430/'\r\n#filetag = '433_transmitter_denis_teleskop_'\r\nfiletag = '433_noise_office_teleskop_'\r\
|
|
||||||
\n\r\nfileit = 1\r\nsplit_size = 1_000_000\r\nmax_its = 10\r\nmax_iter = 0\r\
|
|
||||||
\n\r\nlast_spectrum_arr = np.array([])\r\nsignal_arr = np.array([])\r\n\r\n\
|
|
||||||
def set_spec_arr_zero(): \r\n global bins, min_f, max_f, step_f\r\n arr\
|
|
||||||
\ = np.array([-100] * int(((max_f - min_f) / step_f - 1) * bins), dtype=np.float32)\r\
|
|
||||||
\n return arr\r\n\r\nlast_spectrum_arr = set_spec_arr_zero()\r\n\r\n\r\n\
|
|
||||||
def moving_average(x, w=50):\r\n return np.convolve(x, np.ones(w), 'valid')\
|
|
||||||
\ / w\r\n##################################\r\n# main\r\n##################################\r\
|
|
||||||
\n\r\ndef work(lvl):\r\n global f, min_f, max_f, step_f\r\n global last_spectrum_arr,\
|
|
||||||
\ bins\r\n global savepath, filetag, fileit\r\n global signal_arr, split_size\r\
|
|
||||||
\n global max_its, max_iter\r\n #print('wrk')\r\n if f >= max_f - step_f:\r\
|
|
||||||
\n f = min_f + step_f / 2\r\n #print('!', last_spectrum_arr.shape)\r\
|
|
||||||
\n last_spectrum_arr = moving_average(last_spectrum_arr)\r\n plt.ylim(-100,\
|
|
||||||
\ -50)\r\n plt.xlim(min_f, max_f)\r\n x = np.linspace(min_f, max_f,\
|
|
||||||
\ len(last_spectrum_arr))\r\n plt.plot(x, last_spectrum_arr)\r\n \
|
|
||||||
\ plt.savefig(savepath + filetag + str(fileit))\r\n fileit += 1\r\n\
|
|
||||||
\ plt.close()\r\n last_spectrum_arr = set_spec_arr_zero()\r\n\
|
|
||||||
\ return f\r\n\r\n y = np.array(lvl).ravel()\r\n if len(y) == 2048:\r\
|
|
||||||
\n arr = y # / np.linalg.norm(y)\r\n\r\n x1 = int((f-min_f)/step_f\
|
|
||||||
\ * bins - bins/2)\r\n x2 = int((f-min_f)/step_f * bins + bins/2)\r\n\
|
|
||||||
\r\n override_arr = last_spectrum_arr[x1:x2]\r\n\r\n #override_arr\
|
|
||||||
\ = np.maximum(arr, override_arr)\r\n override_arr = np.mean( np.array([\
|
|
||||||
\ arr, override_arr ]), axis=0 )\r\n\r\n last_spectrum_arr[x1:x2] = override_arr\r\
|
|
||||||
\n\r\n if max_iter == max_its:\r\n f += step_f\r\n \
|
|
||||||
\ max_iter = 0\r\n else:\r\n max_iter += 1\r\n return\
|
|
||||||
\ f\r\n "
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [1312, 232.0]
|
|
||||||
rotation: 0
|
|
||||||
state: enabled
|
|
||||||
- name: vec_probe
|
|
||||||
id: blocks_probe_signal_vx
|
|
||||||
parameters:
|
|
||||||
affinity: ''
|
|
||||||
alias: ''
|
|
||||||
comment: ''
|
|
||||||
type: float
|
|
||||||
vlen: '2048'
|
|
||||||
states:
|
|
||||||
bus_sink: false
|
|
||||||
bus_source: false
|
|
||||||
bus_structure: null
|
|
||||||
coordinate: [1096, 192.0]
|
|
||||||
rotation: 0
|
|
||||||
state: enabled
|
|
||||||
|
|
||||||
connections:
|
|
||||||
- [blocks_complex_to_mag_squared_0, '0', blocks_integrate_xx_0, '0']
|
|
||||||
- [blocks_integrate_xx_0, '0', blocks_nlog10_ff_0, '0']
|
|
||||||
- [blocks_keep_one_in_n_0, '0', fft_vxx_0, '0']
|
|
||||||
- [blocks_nlog10_ff_0, '0', vec_probe, '0']
|
|
||||||
- [blocks_stream_to_vector_0_0, '0', blocks_keep_one_in_n_0, '0']
|
|
||||||
- [dc_blocker_xx_0, '0', blocks_stream_to_vector_0_0, '0']
|
|
||||||
- [fft_vxx_0, '0', blocks_complex_to_mag_squared_0, '0']
|
|
||||||
- [osmosdr_source_0, '0', dc_blocker_xx_0, '0']
|
|
||||||
|
|
||||||
metadata:
|
|
||||||
file_format: 1
|
|
||||||
grc_version: 3.10.7.0
|
|
||||||
File diff suppressed because it is too large
Load Diff
@ -1,150 +0,0 @@
|
|||||||
import os
|
|
||||||
import datetime
|
|
||||||
import time
|
|
||||||
from common.runtime import load_root_env, as_bool
|
|
||||||
from smb.SMBConnection import SMBConnection
|
|
||||||
from utils.datas_processing import pack_elems, agregator, send_data, send_telemetry, save_data, remote_save_data
|
|
||||||
from utils.jammer_state_flag import is_jammer_active
|
|
||||||
from core.sig_n_medi_collect import Signal, SignalsArray
|
|
||||||
from core.multichannelswitcher import MultiChannel
|
|
||||||
|
|
||||||
load_root_env(__file__)
|
|
||||||
|
|
||||||
debug_flag = as_bool(os.getenv('debug_flag', '0'))
|
|
||||||
send_to_module_flag = as_bool(os.getenv('send_to_module_flag', '0'))
|
|
||||||
save_data_flag = as_bool(os.getenv('save_data_flag', '0'))
|
|
||||||
module_name = os.getenv('module_name')
|
|
||||||
elems_to_save = os.getenv('elems_to_save')
|
|
||||||
file_types_to_save = os.getenv('file_types_to_save')
|
|
||||||
localhost = os.getenv('lochost')
|
|
||||||
localport = os.getenv('locport')
|
|
||||||
f_step = [*map(float, os.getenv('f_step_1500').split())]
|
|
||||||
f_bases = [*map(float, os.getenv('f_bases_1500').split())]
|
|
||||||
f_roofs = [*map(float, os.getenv('f_roofs_1500').split())]
|
|
||||||
signal_length = int(os.getenv('signal_length_1500'))
|
|
||||||
buffer_columns_size = int(os.getenv('buffer_columns_size_1500'))
|
|
||||||
num_of_thinning_iter = int(os.getenv('num_of_thinning_iter_1500'))
|
|
||||||
multiply_factor = float(os.getenv('multiply_factor_1500'))
|
|
||||||
num_for_alarm = int(os.getenv('num_for_alarm_1500'))
|
|
||||||
c_freq = os.getenv('c_freq_1500', '1500')
|
|
||||||
path_to_save_medians = os.getenv('path_to_save_medians')
|
|
||||||
path_to_save_alarms = os.getenv('path_to_save_alarms')
|
|
||||||
smb_host = os.getenv('smb_host')
|
|
||||||
smb_port = os.getenv('smb_port')
|
|
||||||
smb_user = os.getenv('smb_user')
|
|
||||||
smb_pass = os.getenv('smb_pass')
|
|
||||||
shared_folder = os.getenv('shared_folder')
|
|
||||||
the_pc_name = os.getenv('the_pc_name')
|
|
||||||
remote_pc_name = os.getenv('remote_pc_name')
|
|
||||||
smb_domain = os.getenv('smb_domain')
|
|
||||||
freq_endpoint = os.getenv('freq_endpoint')
|
|
||||||
telemetry_enabled = as_bool(os.getenv('telemetry_enabled', '1'))
|
|
||||||
telemetry_host = os.getenv('telemetry_host', '127.0.0.1')
|
|
||||||
telemetry_port = os.getenv('telemetry_port', '5020')
|
|
||||||
telemetry_endpoint = os.getenv('telemetry_endpoint', 'telemetry')
|
|
||||||
telemetry_timeout_sec = float(os.getenv('telemetry_timeout_sec', '0.30'))
|
|
||||||
|
|
||||||
elems_to_save = elems_to_save.split(',')
|
|
||||||
file_types_to_save = file_types_to_save.split(',')
|
|
||||||
|
|
||||||
tmp_signal = Signal()
|
|
||||||
tmp_sigs_array = SignalsArray()
|
|
||||||
multi_channel = MultiChannel(f_step, f_bases, f_roofs)
|
|
||||||
f = multi_channel.init_f()
|
|
||||||
multi_channel.fill_DB(
|
|
||||||
buffer_columns_size,
|
|
||||||
num_of_thinning_iter,
|
|
||||||
multiply_factor,
|
|
||||||
num_for_alarm,
|
|
||||||
c_freq,
|
|
||||||
)
|
|
||||||
|
|
||||||
if debug_flag:
|
|
||||||
conn = SMBConnection(smb_user, smb_pass, the_pc_name, remote_pc_name, use_ntlm_v2=True)
|
|
||||||
conn.connect(smb_host, 139)
|
|
||||||
filelist = conn.listPath(shared_folder, '/')
|
|
||||||
print(filelist)
|
|
||||||
|
|
||||||
|
|
||||||
def work(lvl):
|
|
||||||
f = multi_channel.get_cur_channel()
|
|
||||||
freq = c_freq
|
|
||||||
median = tmp_signal.fill_signal(lvl, signal_length)
|
|
||||||
packet_ts = tmp_signal.get_last_packet_ts()
|
|
||||||
|
|
||||||
if median:
|
|
||||||
try:
|
|
||||||
num_chs, circle_buffer = multi_channel.check_f(f)
|
|
||||||
cur_channel, sigs_array, sigs_ts_array = tmp_sigs_array.fill_sig_arr(median, packet_ts=packet_ts, num_chs=num_chs)
|
|
||||||
|
|
||||||
if sigs_array:
|
|
||||||
print('Значения на {0}: {1}'.format(freq, sigs_array))
|
|
||||||
print('Пороги: ', circle_buffer.get_medians())
|
|
||||||
alarm = circle_buffer.check_alarm(sigs_array)
|
|
||||||
|
|
||||||
if alarm:
|
|
||||||
print('----ALARM---- ', freq)
|
|
||||||
multi_channel.db_alarms_zeros(circle_buffer)
|
|
||||||
elif not is_jammer_active():
|
|
||||||
circle_buffer.update(sigs_array, packet_timestamps=sigs_ts_array)
|
|
||||||
|
|
||||||
if telemetry_enabled:
|
|
||||||
try:
|
|
||||||
max_idx = max(range(len(sigs_array)), key=lambda idx: sigs_array[idx])
|
|
||||||
dbfs_current = float(sigs_array[max_idx])
|
|
||||||
dbfs_threshold = circle_buffer.get_threshold(max_idx)
|
|
||||||
channel_thresholds = circle_buffer.get_thresholds()
|
|
||||||
alarm_channels = circle_buffer.get_last_alarm_channels() if alarm else []
|
|
||||||
|
|
||||||
send_telemetry(
|
|
||||||
data={
|
|
||||||
'freq': str(freq),
|
|
||||||
'ts': time.time(),
|
|
||||||
'dbfs_current': dbfs_current,
|
|
||||||
'dbfs_threshold': dbfs_threshold,
|
|
||||||
'alarm': bool(alarm),
|
|
||||||
'channel_idx': int(max_idx),
|
|
||||||
'channels_total': int(len(sigs_array)),
|
|
||||||
'channel_values': [float(v) for v in sigs_array],
|
|
||||||
'channel_thresholds': channel_thresholds,
|
|
||||||
'alarm_channels': alarm_channels,
|
|
||||||
},
|
|
||||||
host=telemetry_host,
|
|
||||||
port=telemetry_port,
|
|
||||||
endpoint=telemetry_endpoint,
|
|
||||||
timeout_sec=telemetry_timeout_sec,
|
|
||||||
)
|
|
||||||
except Exception as exc:
|
|
||||||
if debug_flag:
|
|
||||||
print(f'telemetry send failed: {exc}')
|
|
||||||
|
|
||||||
if send_to_module_flag:
|
|
||||||
send_data(agregator(freq, alarm), localhost, localport, freq_endpoint)
|
|
||||||
|
|
||||||
if save_data_flag:
|
|
||||||
if not circle_buffer.check_init() and circle_buffer.current_column - 1 == 0:
|
|
||||||
save_data(path_to_save_medians, freq, 'DateTime', 'ALARM', 'max signal', list(range(num_chs)), list(range(num_chs)))
|
|
||||||
if circle_buffer.check_init():
|
|
||||||
save_data(path_to_save_medians, freq, datetime.datetime.now(), alarm, max(sigs_array), sigs_array, circle_buffer.get_medians())
|
|
||||||
|
|
||||||
if debug_flag:
|
|
||||||
single_alarm = circle_buffer.check_single_alarm(median, cur_channel)
|
|
||||||
print(cur_channel, single_alarm)
|
|
||||||
if single_alarm:
|
|
||||||
data = pack_elems(elems_to_save, file_types_to_save, tmp_signal.get_signal())
|
|
||||||
print('SAVE CURRENT SIGNAL SROCHNO TI MENYA SLISHISH?!?!?!?')
|
|
||||||
try:
|
|
||||||
remote_save_data(conn, data, module_name, freq, shared_folder, path_to_save_alarms)
|
|
||||||
except Exception as e:
|
|
||||||
print(f'Ошибка: {e}')
|
|
||||||
else:
|
|
||||||
print('VSE OKI DOKI SIGNAL SOKHRANYAT NE NUZHNO!!!')
|
|
||||||
|
|
||||||
f = multi_channel.change_channel()
|
|
||||||
except Exception as e:
|
|
||||||
print(str(e))
|
|
||||||
print('.', end='')
|
|
||||||
|
|
||||||
tmp_signal.clear()
|
|
||||||
|
|
||||||
return f
|
|
||||||
@ -1,104 +0,0 @@
|
|||||||
#!/usr/bin/env python3
|
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
from gnuradio import blocks
|
|
||||||
from gnuradio import gr
|
|
||||||
import signal
|
|
||||||
import sys
|
|
||||||
import threading
|
|
||||||
import time
|
|
||||||
|
|
||||||
import osmosdr
|
|
||||||
import embedded_1500 as my_freq
|
|
||||||
|
|
||||||
from common.runtime import load_root_env, resolve_hackrf_index
|
|
||||||
|
|
||||||
|
|
||||||
load_root_env(__file__)
|
|
||||||
|
|
||||||
|
|
||||||
def get_hack_id():
|
|
||||||
return resolve_hackrf_index('hack_1500', 'src/main_1500.py')
|
|
||||||
|
|
||||||
|
|
||||||
class get_center_freq(gr.top_block):
|
|
||||||
def __init__(self):
|
|
||||||
gr.top_block.__init__(self, 'get_center_freq')
|
|
||||||
|
|
||||||
self.prob_freq = 0
|
|
||||||
self.samp_rate = 20e6
|
|
||||||
self.poll_rate = 10000
|
|
||||||
self.vector_len = 4096
|
|
||||||
self.center_freq = my_freq.work(self.prob_freq)
|
|
||||||
self._prob_freq_thread = None
|
|
||||||
|
|
||||||
self.probSigVec = blocks.probe_signal_vc(self.vector_len)
|
|
||||||
self.rtlsdr_source_0 = osmosdr.source(
|
|
||||||
args='numchan=' + str(1) + ' ' + 'hackrf=' + get_hack_id()
|
|
||||||
)
|
|
||||||
self.rtlsdr_source_0.set_time_unknown_pps(osmosdr.time_spec_t())
|
|
||||||
self.rtlsdr_source_0.set_sample_rate(self.samp_rate)
|
|
||||||
self.rtlsdr_source_0.set_center_freq(self.center_freq, 0)
|
|
||||||
self.rtlsdr_source_0.set_freq_corr(0, 0)
|
|
||||||
self.rtlsdr_source_0.set_gain(24, 0)
|
|
||||||
self.rtlsdr_source_0.set_if_gain(24, 0)
|
|
||||||
self.rtlsdr_source_0.set_bb_gain(100, 0)
|
|
||||||
self.rtlsdr_source_0.set_antenna('', 0)
|
|
||||||
self.rtlsdr_source_0.set_bandwidth(0, 0)
|
|
||||||
self.rtlsdr_source_0.set_min_output_buffer(self.vector_len)
|
|
||||||
|
|
||||||
self.blocks_stream_to_vector_1 = blocks.stream_to_vector(gr.sizeof_gr_complex * 1, self.vector_len)
|
|
||||||
self.connect((self.blocks_stream_to_vector_1, 0), (self.probSigVec, 0))
|
|
||||||
self.connect((self.rtlsdr_source_0, 0), (self.blocks_stream_to_vector_1, 0))
|
|
||||||
|
|
||||||
def _prob_freq_probe():
|
|
||||||
while True:
|
|
||||||
val = self.probSigVec.level()
|
|
||||||
try:
|
|
||||||
self.set_prob_freq(val)
|
|
||||||
except AttributeError:
|
|
||||||
pass
|
|
||||||
time.sleep(1.0 / self.poll_rate)
|
|
||||||
|
|
||||||
self._prob_freq_thread = threading.Thread(target=_prob_freq_probe, daemon=True)
|
|
||||||
self._prob_freq_thread.start()
|
|
||||||
|
|
||||||
def get_prob_freq(self):
|
|
||||||
return self.prob_freq
|
|
||||||
|
|
||||||
def set_prob_freq(self, prob_freq):
|
|
||||||
self.prob_freq = prob_freq
|
|
||||||
self.set_center_freq(my_freq.work(self.prob_freq))
|
|
||||||
|
|
||||||
def get_center_freq(self):
|
|
||||||
return self.center_freq
|
|
||||||
|
|
||||||
def set_center_freq(self, center_freq):
|
|
||||||
self.center_freq = center_freq
|
|
||||||
self.rtlsdr_source_0.set_center_freq(self.center_freq, 0)
|
|
||||||
|
|
||||||
|
|
||||||
def main(top_block_cls=get_center_freq, options=None):
|
|
||||||
tb = top_block_cls()
|
|
||||||
|
|
||||||
def sig_handler(sig=None, frame=None):
|
|
||||||
tb.stop()
|
|
||||||
tb.wait()
|
|
||||||
sys.exit(0)
|
|
||||||
|
|
||||||
signal.signal(signal.SIGINT, sig_handler)
|
|
||||||
signal.signal(signal.SIGTERM, sig_handler)
|
|
||||||
|
|
||||||
tb.start()
|
|
||||||
try:
|
|
||||||
print('СЕРВИСНАЯ ИНФОРМАЦИЯ: ')
|
|
||||||
print('debug_flag: ', my_freq.debug_flag)
|
|
||||||
print('save_data_flag: ', my_freq.save_data_flag)
|
|
||||||
print('send_to_module_flag: ', my_freq.send_to_module_flag)
|
|
||||||
except EOFError:
|
|
||||||
pass
|
|
||||||
tb.wait()
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
main()
|
|
||||||
@ -1,122 +0,0 @@
|
|||||||
#!/usr/bin/env python3
|
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
from gnuradio import blocks
|
|
||||||
from gnuradio import gr
|
|
||||||
import signal
|
|
||||||
import sys
|
|
||||||
import threading
|
|
||||||
import time
|
|
||||||
|
|
||||||
import osmosdr
|
|
||||||
|
|
||||||
from common.runtime import load_root_env, resolve_hackrf_index
|
|
||||||
from common.shared_stream_addrs import SHARED_VECTOR_LEN
|
|
||||||
from shared_router_868_915 import SharedRouter868915
|
|
||||||
|
|
||||||
|
|
||||||
load_root_env(__file__)
|
|
||||||
|
|
||||||
|
|
||||||
def get_hack_id():
|
|
||||||
return resolve_hackrf_index('hack_868', 'src/main_868_915_router.py')
|
|
||||||
|
|
||||||
|
|
||||||
class get_center_freq(gr.top_block):
|
|
||||||
def __init__(self):
|
|
||||||
gr.top_block.__init__(self, 'get_center_freq')
|
|
||||||
|
|
||||||
self.prob_freq = 0
|
|
||||||
self.poll_rate = 10000
|
|
||||||
self.vector_len = SHARED_VECTOR_LEN
|
|
||||||
self.router = SharedRouter868915()
|
|
||||||
self.active_lane = self.router.get_active_name()
|
|
||||||
self.center_freq = self.router.get_start_freq()
|
|
||||||
self._stop_polling = threading.Event()
|
|
||||||
self._prob_freq_thread = None
|
|
||||||
|
|
||||||
self.probSigVec = blocks.probe_signal_vc(self.vector_len)
|
|
||||||
self.rtlsdr_source_0 = osmosdr.source(
|
|
||||||
args='numchan=' + str(1) + ' ' + 'hackrf=' + get_hack_id()
|
|
||||||
)
|
|
||||||
self.rtlsdr_source_0.set_time_unknown_pps(osmosdr.time_spec_t())
|
|
||||||
self.rtlsdr_source_0.set_freq_corr(0, 0)
|
|
||||||
self.rtlsdr_source_0.set_antenna('', 0)
|
|
||||||
self.rtlsdr_source_0.set_min_output_buffer(self.vector_len)
|
|
||||||
self.apply_active_frontend()
|
|
||||||
self.rtlsdr_source_0.set_center_freq(self.center_freq, 0)
|
|
||||||
|
|
||||||
self.blocks_stream_to_vector_1 = blocks.stream_to_vector(gr.sizeof_gr_complex * 1, self.vector_len)
|
|
||||||
self.connect((self.rtlsdr_source_0, 0), (self.blocks_stream_to_vector_1, 0))
|
|
||||||
self.connect((self.blocks_stream_to_vector_1, 0), (self.probSigVec, 0))
|
|
||||||
|
|
||||||
def start_polling(self):
|
|
||||||
if self._prob_freq_thread is not None:
|
|
||||||
return
|
|
||||||
|
|
||||||
def _prob_freq_probe():
|
|
||||||
while not self._stop_polling.is_set():
|
|
||||||
self.set_prob_freq(self.probSigVec.level())
|
|
||||||
time.sleep(1.0 / self.poll_rate)
|
|
||||||
|
|
||||||
self._prob_freq_thread = threading.Thread(target=_prob_freq_probe, daemon=True)
|
|
||||||
self._prob_freq_thread.start()
|
|
||||||
|
|
||||||
def apply_active_frontend(self):
|
|
||||||
frontend = self.router.get_active_frontend()
|
|
||||||
self.rtlsdr_source_0.set_sample_rate(frontend['sample_rate'])
|
|
||||||
self.rtlsdr_source_0.set_gain(frontend['gain'], 0)
|
|
||||||
self.rtlsdr_source_0.set_if_gain(frontend['if_gain'], 0)
|
|
||||||
self.rtlsdr_source_0.set_bb_gain(frontend['bb_gain'], 0)
|
|
||||||
self.rtlsdr_source_0.set_bandwidth(frontend['bandwidth'], 0)
|
|
||||||
|
|
||||||
def get_prob_freq(self):
|
|
||||||
return self.prob_freq
|
|
||||||
|
|
||||||
def set_prob_freq(self, prob_freq):
|
|
||||||
self.prob_freq = prob_freq
|
|
||||||
next_center, lane_switched = self.router.route_vector(self.prob_freq)
|
|
||||||
if lane_switched:
|
|
||||||
self.active_lane = self.router.get_active_name()
|
|
||||||
self.apply_active_frontend()
|
|
||||||
if next_center != self.center_freq:
|
|
||||||
self.set_center_freq(next_center)
|
|
||||||
|
|
||||||
def get_center_freq(self):
|
|
||||||
return self.center_freq
|
|
||||||
|
|
||||||
def set_center_freq(self, center_freq):
|
|
||||||
self.center_freq = center_freq
|
|
||||||
self.rtlsdr_source_0.set_center_freq(self.center_freq, 0)
|
|
||||||
|
|
||||||
def close(self):
|
|
||||||
self._stop_polling.set()
|
|
||||||
try:
|
|
||||||
self.router.close()
|
|
||||||
finally:
|
|
||||||
self.stop()
|
|
||||||
self.wait()
|
|
||||||
|
|
||||||
|
|
||||||
def main(top_block_cls=get_center_freq, options=None):
|
|
||||||
tb = top_block_cls()
|
|
||||||
|
|
||||||
def sig_handler(sig=None, frame=None):
|
|
||||||
tb.close()
|
|
||||||
sys.exit(0)
|
|
||||||
|
|
||||||
signal.signal(signal.SIGINT, sig_handler)
|
|
||||||
signal.signal(signal.SIGTERM, sig_handler)
|
|
||||||
|
|
||||||
tb.start()
|
|
||||||
tb.start_polling()
|
|
||||||
try:
|
|
||||||
print('shared_router_active_lane:', tb.router.get_active_name())
|
|
||||||
print('shared_router_start_freq:', tb.get_center_freq())
|
|
||||||
except EOFError:
|
|
||||||
pass
|
|
||||||
tb.wait()
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
main()
|
|
||||||
@ -1,173 +0,0 @@
|
|||||||
import os
|
|
||||||
|
|
||||||
import numpy as np
|
|
||||||
import zmq
|
|
||||||
|
|
||||||
from common.runtime import load_root_env
|
|
||||||
from common.shared_stream_addrs import SHARED_868_ADDR, SHARED_915_ADDR
|
|
||||||
from core.multichannelswitcher import MultiChannel
|
|
||||||
from core.sig_n_medi_collect import Signal
|
|
||||||
|
|
||||||
|
|
||||||
load_root_env(__file__)
|
|
||||||
|
|
||||||
|
|
||||||
class Scheduler868:
|
|
||||||
def __init__(self):
|
|
||||||
self.signal_length = int(os.getenv('signal_length_868'))
|
|
||||||
self.multi_channel = MultiChannel(
|
|
||||||
[*map(float, os.getenv('f_step_868').split())],
|
|
||||||
[*map(float, os.getenv('f_bases_868').split())],
|
|
||||||
[*map(float, os.getenv('f_roofs_868').split())],
|
|
||||||
)
|
|
||||||
self.base_freq = float(self.multi_channel.init_f())
|
|
||||||
self.signal = Signal()
|
|
||||||
|
|
||||||
def get_current_freq(self):
|
|
||||||
return float(self.multi_channel.get_cur_channel())
|
|
||||||
|
|
||||||
def process(self, lvl):
|
|
||||||
current_before = self.get_current_freq()
|
|
||||||
metric = self.signal.fill_signal(lvl, self.signal_length)
|
|
||||||
if metric == 0:
|
|
||||||
return current_before, False
|
|
||||||
|
|
||||||
next_freq = float(self.multi_channel.change_channel())
|
|
||||||
self.signal.clear()
|
|
||||||
lane_complete = next_freq == self.base_freq and current_before != self.base_freq
|
|
||||||
return next_freq, lane_complete
|
|
||||||
|
|
||||||
|
|
||||||
class Scheduler915:
|
|
||||||
def __init__(self):
|
|
||||||
self.porog = float(os.getenv('POROG_915'))
|
|
||||||
self.point_amount = 100_000
|
|
||||||
self.split_size = 400_000
|
|
||||||
self.show_amount = int(0.8 * self.point_amount)
|
|
||||||
self.f_base = 0.91e9
|
|
||||||
self.f_step = 20e6
|
|
||||||
self.f_roof = 0.98e9
|
|
||||||
self.f = self.f_base
|
|
||||||
self.channel = 1
|
|
||||||
self.flag = 0
|
|
||||||
self.signal_arr = np.array([], dtype=np.complex64)
|
|
||||||
|
|
||||||
def get_current_freq(self):
|
|
||||||
return float(self.f)
|
|
||||||
|
|
||||||
def _median(self, sig):
|
|
||||||
samples = np.asarray(np.abs(np.array(sig, dtype=np.complex64)), dtype=np.float32)
|
|
||||||
sorted_samples = sorted(samples)
|
|
||||||
median = abs(float(np.median(sorted_samples[self.show_amount:])))
|
|
||||||
self.flag = 0 if self.porog > median else 1
|
|
||||||
|
|
||||||
def _advance(self):
|
|
||||||
next_freq = self.f + self.f_step
|
|
||||||
if next_freq >= self.f_roof:
|
|
||||||
self.f = self.f_base
|
|
||||||
self.channel = 1
|
|
||||||
return float(self.f), True
|
|
||||||
|
|
||||||
self.f = next_freq
|
|
||||||
self.channel += 1
|
|
||||||
return float(self.f), False
|
|
||||||
|
|
||||||
def process(self, lvl):
|
|
||||||
y = np.asarray(lvl, dtype=np.complex64).ravel()
|
|
||||||
self.signal_arr = np.concatenate((self.signal_arr, y), axis=None)
|
|
||||||
|
|
||||||
if self.flag == 0 and len(self.signal_arr) >= self.point_amount:
|
|
||||||
self._median(self.signal_arr[:self.point_amount])
|
|
||||||
self.signal_arr = np.array([], dtype=np.complex64)
|
|
||||||
if self.flag == 0:
|
|
||||||
return self._advance()
|
|
||||||
|
|
||||||
if len(self.signal_arr) >= self.split_size:
|
|
||||||
self.flag = 0
|
|
||||||
self.signal_arr = np.array([], dtype=np.complex64)
|
|
||||||
return self._advance()
|
|
||||||
|
|
||||||
return float(self.f), False
|
|
||||||
|
|
||||||
|
|
||||||
class SharedRouter868915:
|
|
||||||
def __init__(self):
|
|
||||||
self.frontends = {
|
|
||||||
'868': {
|
|
||||||
'sample_rate': 20e6,
|
|
||||||
'gain': 24,
|
|
||||||
'if_gain': 24,
|
|
||||||
'bb_gain': 100,
|
|
||||||
'bandwidth': 0,
|
|
||||||
},
|
|
||||||
'915': {
|
|
||||||
'sample_rate': 20e6,
|
|
||||||
'gain': 16,
|
|
||||||
'if_gain': 16,
|
|
||||||
'bb_gain': 0,
|
|
||||||
'bandwidth': 0,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
self.schedulers = {
|
|
||||||
'868': Scheduler868(),
|
|
||||||
'915': Scheduler915(),
|
|
||||||
}
|
|
||||||
self.context = zmq.Context.instance()
|
|
||||||
self.sockets = {
|
|
||||||
'868': self._make_socket(SHARED_868_ADDR),
|
|
||||||
'915': self._make_socket(SHARED_915_ADDR),
|
|
||||||
}
|
|
||||||
self.active_name = '868'
|
|
||||||
self.switch_counter = 0
|
|
||||||
|
|
||||||
def _make_socket(self, addr):
|
|
||||||
sock = self.context.socket(zmq.PUSH)
|
|
||||||
sock.setsockopt(zmq.SNDHWM, 64)
|
|
||||||
sock.setsockopt(zmq.LINGER, 0)
|
|
||||||
sock.setsockopt(zmq.IMMEDIATE, 1)
|
|
||||||
sock.bind(addr)
|
|
||||||
return sock
|
|
||||||
|
|
||||||
def close(self):
|
|
||||||
for sock in self.sockets.values():
|
|
||||||
try:
|
|
||||||
sock.close(0)
|
|
||||||
except Exception:
|
|
||||||
pass
|
|
||||||
|
|
||||||
def get_active_name(self):
|
|
||||||
return self.active_name
|
|
||||||
|
|
||||||
def get_active_freq(self):
|
|
||||||
return self.schedulers[self.active_name].get_current_freq()
|
|
||||||
|
|
||||||
def get_active_frontend(self):
|
|
||||||
return dict(self.frontends[self.active_name])
|
|
||||||
|
|
||||||
def get_start_freq(self):
|
|
||||||
return self.get_active_freq()
|
|
||||||
|
|
||||||
def route_vector(self, lvl):
|
|
||||||
vector = np.asarray(lvl, dtype=np.complex64).ravel()
|
|
||||||
active_name = self.active_name
|
|
||||||
|
|
||||||
try:
|
|
||||||
self.sockets[active_name].send(vector.tobytes(), zmq.NOBLOCK)
|
|
||||||
except zmq.Again:
|
|
||||||
pass
|
|
||||||
|
|
||||||
next_freq, lane_complete = self.schedulers[active_name].process(vector)
|
|
||||||
lane_switched = False
|
|
||||||
|
|
||||||
if lane_complete:
|
|
||||||
previous = self.active_name
|
|
||||||
self.active_name = '915' if self.active_name == '868' else '868'
|
|
||||||
next_freq = self.get_active_freq()
|
|
||||||
self.switch_counter += 1
|
|
||||||
lane_switched = True
|
|
||||||
print(
|
|
||||||
f'[shared-router-868-915] switch#{self.switch_counter}: '
|
|
||||||
f'{previous} -> {self.active_name}, tune={next_freq}'
|
|
||||||
)
|
|
||||||
|
|
||||||
return float(next_freq), lane_switched
|
|
||||||
@ -1,47 +0,0 @@
|
|||||||
import os
|
|
||||||
import time
|
|
||||||
from pathlib import Path
|
|
||||||
|
|
||||||
_DEFAULT_FLAG_PATH = Path(__file__).resolve().parents[2] / "runtime" / "jammer_active.flag"
|
|
||||||
_FLAG_PATH = Path(os.getenv("JAMMER_STATE_FILE", str(_DEFAULT_FLAG_PATH)))
|
|
||||||
_CACHE_TTL_SEC = float(os.getenv("JAMMER_STATE_CACHE_TTL_SEC", "0.25"))
|
|
||||||
_STALE_SEC = float(os.getenv("JAMMER_STATE_STALE_SEC", "5.0"))
|
|
||||||
|
|
||||||
_cached_value = False
|
|
||||||
_cached_checked_monotonic = 0.0
|
|
||||||
|
|
||||||
|
|
||||||
def _read_uncached() -> bool:
|
|
||||||
try:
|
|
||||||
stat = _FLAG_PATH.stat()
|
|
||||||
if time.time() - stat.st_mtime > _STALE_SEC:
|
|
||||||
return False
|
|
||||||
return _FLAG_PATH.read_text(encoding="ascii").strip() == "1"
|
|
||||||
except OSError:
|
|
||||||
return False
|
|
||||||
|
|
||||||
|
|
||||||
def is_jammer_active() -> bool:
|
|
||||||
global _cached_value
|
|
||||||
global _cached_checked_monotonic
|
|
||||||
|
|
||||||
now = time.monotonic()
|
|
||||||
if now - _cached_checked_monotonic < _CACHE_TTL_SEC:
|
|
||||||
return _cached_value
|
|
||||||
|
|
||||||
_cached_value = _read_uncached()
|
|
||||||
_cached_checked_monotonic = now
|
|
||||||
return _cached_value
|
|
||||||
|
|
||||||
|
|
||||||
def set_jammer_active(active: bool) -> None:
|
|
||||||
global _cached_value
|
|
||||||
global _cached_checked_monotonic
|
|
||||||
|
|
||||||
_FLAG_PATH.parent.mkdir(parents=True, exist_ok=True)
|
|
||||||
tmp_path = _FLAG_PATH.with_name(f"{_FLAG_PATH.name}.{os.getpid()}.tmp")
|
|
||||||
tmp_path.write_text("1" if active else "0", encoding="ascii")
|
|
||||||
os.replace(tmp_path, _FLAG_PATH)
|
|
||||||
|
|
||||||
_cached_value = bool(active)
|
|
||||||
_cached_checked_monotonic = time.monotonic()
|
|
||||||
@ -1 +0,0 @@
|
|||||||
# telemetry package
|
|
||||||
@ -1,465 +0,0 @@
|
|||||||
import asyncio
|
|
||||||
import os
|
|
||||||
import time
|
|
||||||
from collections import defaultdict, deque
|
|
||||||
from typing import Any, Deque, Dict, List, Optional
|
|
||||||
|
|
||||||
from fastapi import FastAPI, Query, WebSocket, WebSocketDisconnect
|
|
||||||
from fastapi.responses import HTMLResponse
|
|
||||||
from pydantic import BaseModel, Field
|
|
||||||
|
|
||||||
from common.runtime import load_root_env
|
|
||||||
|
|
||||||
load_root_env(__file__)
|
|
||||||
|
|
||||||
TELEMETRY_BIND_HOST = os.getenv('telemetry_bind_host', os.getenv('lochost', '0.0.0.0'))
|
|
||||||
TELEMETRY_BIND_PORT = int(os.getenv('telemetry_bind_port', os.getenv('telemetry_port', '5020')))
|
|
||||||
TELEMETRY_HISTORY_SEC = int(float(os.getenv('telemetry_history_sec', '900')))
|
|
||||||
TELEMETRY_MAX_POINTS_PER_FREQ = int(os.getenv('telemetry_max_points_per_freq', '5000'))
|
|
||||||
|
|
||||||
|
|
||||||
def _new_buffer() -> Deque[Dict[str, Any]]:
|
|
||||||
return deque(maxlen=TELEMETRY_MAX_POINTS_PER_FREQ)
|
|
||||||
|
|
||||||
|
|
||||||
app = FastAPI(title='DroneDetector Telemetry Server')
|
|
||||||
_buffers: Dict[str, Deque[Dict[str, Any]]] = defaultdict(_new_buffer)
|
|
||||||
_ws_clients: List[WebSocket] = []
|
|
||||||
_state_lock = asyncio.Lock()
|
|
||||||
|
|
||||||
|
|
||||||
class TelemetryPoint(BaseModel):
|
|
||||||
freq: str
|
|
||||||
ts: float = Field(default_factory=lambda: time.time())
|
|
||||||
dbfs_current: float
|
|
||||||
dbfs_threshold: Optional[float] = None
|
|
||||||
alarm: bool = False
|
|
||||||
channel_idx: int = 0
|
|
||||||
channels_total: int = 1
|
|
||||||
channel_values: Optional[List[float]] = None
|
|
||||||
channel_thresholds: Optional[List[Optional[float]]] = None
|
|
||||||
alarm_channels: Optional[List[int]] = None
|
|
||||||
|
|
||||||
|
|
||||||
def _prune_freq_locked(freq: str, now_ts: float) -> None:
|
|
||||||
cutoff = now_ts - TELEMETRY_HISTORY_SEC
|
|
||||||
buf = _buffers[freq]
|
|
||||||
while buf and float(buf[0].get('ts', 0.0)) < cutoff:
|
|
||||||
buf.popleft()
|
|
||||||
|
|
||||||
|
|
||||||
def _copy_series_locked(seconds: int, freq: Optional[str] = None) -> Dict[str, List[Dict[str, Any]]]:
|
|
||||||
now_ts = time.time()
|
|
||||||
cutoff = now_ts - seconds
|
|
||||||
|
|
||||||
if freq is not None:
|
|
||||||
data = [point for point in _buffers.get(freq, []) if float(point.get('ts', 0.0)) >= cutoff]
|
|
||||||
return {freq: data}
|
|
||||||
|
|
||||||
series: Dict[str, List[Dict[str, Any]]] = {}
|
|
||||||
for key, buf in _buffers.items():
|
|
||||||
series[key] = [point for point in buf if float(point.get('ts', 0.0)) >= cutoff]
|
|
||||||
return series
|
|
||||||
|
|
||||||
|
|
||||||
async def _broadcast(message: Dict[str, Any]) -> None:
|
|
||||||
dead: List[WebSocket] = []
|
|
||||||
for ws in list(_ws_clients):
|
|
||||||
try:
|
|
||||||
await ws.send_json(message)
|
|
||||||
except Exception:
|
|
||||||
dead.append(ws)
|
|
||||||
|
|
||||||
if dead:
|
|
||||||
async with _state_lock:
|
|
||||||
for ws in dead:
|
|
||||||
if ws in _ws_clients:
|
|
||||||
_ws_clients.remove(ws)
|
|
||||||
|
|
||||||
|
|
||||||
@app.post('/telemetry')
|
|
||||||
async def ingest_telemetry(point: TelemetryPoint):
|
|
||||||
payload = point.model_dump()
|
|
||||||
freq = str(payload['freq'])
|
|
||||||
now_ts = time.time()
|
|
||||||
|
|
||||||
async with _state_lock:
|
|
||||||
_buffers[freq].append(payload)
|
|
||||||
_prune_freq_locked(freq, now_ts)
|
|
||||||
|
|
||||||
await _broadcast({'type': 'point', 'data': payload})
|
|
||||||
return {'ok': True}
|
|
||||||
|
|
||||||
|
|
||||||
@app.get('/telemetry/history')
|
|
||||||
async def telemetry_history(
|
|
||||||
freq: Optional[str] = Query(default=None),
|
|
||||||
seconds: int = Query(default=300, ge=10, le=86400),
|
|
||||||
):
|
|
||||||
seconds = min(seconds, TELEMETRY_HISTORY_SEC)
|
|
||||||
async with _state_lock:
|
|
||||||
series = _copy_series_locked(seconds=seconds, freq=freq)
|
|
||||||
return {'seconds': seconds, 'series': series}
|
|
||||||
|
|
||||||
|
|
||||||
@app.websocket('/telemetry/ws')
|
|
||||||
async def telemetry_ws(websocket: WebSocket):
|
|
||||||
await websocket.accept()
|
|
||||||
async with _state_lock:
|
|
||||||
_ws_clients.append(websocket)
|
|
||||||
snapshot = _copy_series_locked(seconds=min(300, TELEMETRY_HISTORY_SEC), freq=None)
|
|
||||||
|
|
||||||
await websocket.send_json({'type': 'snapshot', 'data': snapshot})
|
|
||||||
|
|
||||||
try:
|
|
||||||
while True:
|
|
||||||
# Keepalive channel from browser; content is ignored.
|
|
||||||
await websocket.receive_text()
|
|
||||||
except WebSocketDisconnect:
|
|
||||||
pass
|
|
||||||
finally:
|
|
||||||
async with _state_lock:
|
|
||||||
if websocket in _ws_clients:
|
|
||||||
_ws_clients.remove(websocket)
|
|
||||||
|
|
||||||
|
|
||||||
MONITOR_HTML = """
|
|
||||||
<!doctype html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset=\"utf-8\" />
|
|
||||||
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />
|
|
||||||
<title>DroneDetector Telemetry</title>
|
|
||||||
<script src=\"https://cdn.plot.ly/plotly-2.35.2.min.js\"></script>
|
|
||||||
<style>
|
|
||||||
:root {
|
|
||||||
--bg: #f6f8fb;
|
|
||||||
--card: #ffffff;
|
|
||||||
--line: #d9dde5;
|
|
||||||
--text: #1c232e;
|
|
||||||
--green: #12b76a;
|
|
||||||
--red: #ef4444;
|
|
||||||
--muted: #5b6574;
|
|
||||||
}
|
|
||||||
body { margin: 0; background: var(--bg); color: var(--text); font-family: system-ui, -apple-system, Segoe UI, sans-serif; }
|
|
||||||
.wrap { max-width: 1800px; margin: 0 auto; padding: 14px; }
|
|
||||||
.head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
|
|
||||||
.meta { font-size: 13px; color: var(--muted); }
|
|
||||||
.grid { display: flex; flex-direction: column; gap: 10px; }
|
|
||||||
.card { width: 100%; background: var(--card); border: 1px solid var(--line); border-radius: 10px; padding: 8px 8px 8px; }
|
|
||||||
.title-row { display: flex; justify-content: space-between; align-items: center; margin: 4px 8px; }
|
|
||||||
.title { font-size: 20px; font-weight: 700; }
|
|
||||||
.ctrl { display: flex; align-items: center; gap: 6px; }
|
|
||||||
.ctrl label { font-size: 12px; color: var(--muted); }
|
|
||||||
.ctrl select { border: 1px solid var(--line); border-radius: 6px; padding: 2px 6px; }
|
|
||||||
.plot { height: 260px; width: 100%; }
|
|
||||||
.events-title { font-size: 12px; color: var(--muted); margin: 2px 8px 4px; }
|
|
||||||
.events { max-height: 110px; overflow-y: auto; border-top: 1px dashed var(--line); margin: 0 8px; padding-top: 4px; }
|
|
||||||
.ev { display: flex; justify-content: space-between; font-size: 12px; line-height: 1.4; color: var(--text); }
|
|
||||||
.ev-t { color: var(--muted); }
|
|
||||||
.ev-empty { color: var(--muted); font-size: 12px; }
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class=\"wrap\">
|
|
||||||
<div class=\"head\">
|
|
||||||
<div>
|
|
||||||
<h2 style=\"margin:0;\">DroneDetector Telemetry Monitor</h2>
|
|
||||||
<div class=\"meta\">Green: dBFS current, Red: channel threshold, Red dots: alarm points</div>
|
|
||||||
</div>
|
|
||||||
<div class=\"meta\" id=\"status\">connecting...</div>
|
|
||||||
</div>
|
|
||||||
<div class=\"grid\" id=\"plots\"></div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
const windowSec = 300;
|
|
||||||
const state = {}; // freq -> points[]
|
|
||||||
const selectedChannel = {}; // freq -> 'max' | channel index as string
|
|
||||||
|
|
||||||
function numericSortFreq(a, b) {
|
|
||||||
return Number(a) - Number(b);
|
|
||||||
}
|
|
||||||
|
|
||||||
function formatTime(ts) {
|
|
||||||
return new Date(Number(ts) * 1000).toLocaleTimeString('ru-RU', {hour12: false});
|
|
||||||
}
|
|
||||||
|
|
||||||
function getChannelCount(freq) {
|
|
||||||
const pts = state[freq] || [];
|
|
||||||
let maxCount = 1;
|
|
||||||
for (const p of pts) {
|
|
||||||
if (Number.isFinite(Number(p.channels_total))) {
|
|
||||||
maxCount = Math.max(maxCount, Number(p.channels_total));
|
|
||||||
}
|
|
||||||
if (Array.isArray(p.channel_values)) {
|
|
||||||
maxCount = Math.max(maxCount, p.channel_values.length);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return maxCount;
|
|
||||||
}
|
|
||||||
|
|
||||||
function ensurePlot(freq) {
|
|
||||||
if (document.getElementById(`plot-${freq}`)) return;
|
|
||||||
|
|
||||||
const card = document.createElement('div');
|
|
||||||
card.className = 'card';
|
|
||||||
card.innerHTML = `
|
|
||||||
<div class=\"title-row\">
|
|
||||||
<div class=\"title\">${freq} MHz</div>
|
|
||||||
<div class=\"ctrl\">
|
|
||||||
<label for=\"chan-${freq}\">channel</label>
|
|
||||||
<select id=\"chan-${freq}\"></select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class=\"plot\" id=\"plot-${freq}\"></div>
|
|
||||||
<div class=\"events-title\">Alarms (time -> channel)</div>
|
|
||||||
<div class=\"events\" id=\"events-${freq}\"></div>
|
|
||||||
`;
|
|
||||||
document.getElementById('plots').appendChild(card);
|
|
||||||
|
|
||||||
selectedChannel[freq] = 'max';
|
|
||||||
const sel = document.getElementById(`chan-${freq}`);
|
|
||||||
sel.addEventListener('change', () => {
|
|
||||||
selectedChannel[freq] = sel.value;
|
|
||||||
render(freq);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
function updateChannelSelector(freq) {
|
|
||||||
const sel = document.getElementById(`chan-${freq}`);
|
|
||||||
if (!sel) return;
|
|
||||||
|
|
||||||
const prev = selectedChannel[freq] ?? 'max';
|
|
||||||
const count = getChannelCount(freq);
|
|
||||||
|
|
||||||
const opts = ['max'];
|
|
||||||
for (let i = 0; i < count; i += 1) opts.push(String(i));
|
|
||||||
|
|
||||||
sel.innerHTML = '';
|
|
||||||
for (const v of opts) {
|
|
||||||
const option = document.createElement('option');
|
|
||||||
option.value = v;
|
|
||||||
option.textContent = v === 'max' ? 'max' : `ch ${v}`;
|
|
||||||
sel.appendChild(option);
|
|
||||||
}
|
|
||||||
|
|
||||||
selectedChannel[freq] = opts.includes(prev) ? prev : 'max';
|
|
||||||
sel.value = selectedChannel[freq];
|
|
||||||
}
|
|
||||||
|
|
||||||
function trimPoints(freq) {
|
|
||||||
const arr = state[freq] || [];
|
|
||||||
const cutoff = Date.now() / 1000 - windowSec;
|
|
||||||
state[freq] = arr.filter(p => Number(p.ts) >= cutoff);
|
|
||||||
}
|
|
||||||
|
|
||||||
function getPointValueForSelection(point, selection) {
|
|
||||||
if (selection === 'max') {
|
|
||||||
return {
|
|
||||||
y: point.dbfs_current ?? null,
|
|
||||||
threshold: point.dbfs_threshold ?? null,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
const idx = Number(selection);
|
|
||||||
if (!Number.isInteger(idx)) {
|
|
||||||
return {y: null, threshold: null};
|
|
||||||
}
|
|
||||||
|
|
||||||
const y = Array.isArray(point.channel_values) && idx < point.channel_values.length
|
|
||||||
? point.channel_values[idx]
|
|
||||||
: null;
|
|
||||||
const threshold = Array.isArray(point.channel_thresholds) && idx < point.channel_thresholds.length
|
|
||||||
? point.channel_thresholds[idx]
|
|
||||||
: null;
|
|
||||||
|
|
||||||
return {y, threshold};
|
|
||||||
}
|
|
||||||
|
|
||||||
function isAlarmForSelection(point, selection) {
|
|
||||||
if (point.alarm !== true) return false;
|
|
||||||
if (selection === 'max') return true;
|
|
||||||
|
|
||||||
const idx = Number(selection);
|
|
||||||
if (!Number.isInteger(idx)) return false;
|
|
||||||
|
|
||||||
if (Array.isArray(point.alarm_channels) && point.alarm_channels.length > 0) {
|
|
||||||
return point.alarm_channels.includes(idx);
|
|
||||||
}
|
|
||||||
|
|
||||||
return Number(point.channel_idx) === idx;
|
|
||||||
}
|
|
||||||
|
|
||||||
function renderAlarmEvents(freq, pts) {
|
|
||||||
const el = document.getElementById(`events-${freq}`);
|
|
||||||
if (!el) return;
|
|
||||||
|
|
||||||
const alarmPts = pts.filter(p => p.alarm === true);
|
|
||||||
if (alarmPts.length === 0) {
|
|
||||||
el.innerHTML = '<div class=\"ev-empty\">no alarms</div>';
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const rows = alarmPts.slice(-20).reverse().map((p) => {
|
|
||||||
const channels = Array.isArray(p.alarm_channels) && p.alarm_channels.length > 0
|
|
||||||
? p.alarm_channels.join(',')
|
|
||||||
: String(p.channel_idx ?? '-');
|
|
||||||
return `<div class=\"ev\"><span class=\"ev-t\">${formatTime(p.ts)}</span><span>ch ${channels}</span></div>`;
|
|
||||||
});
|
|
||||||
|
|
||||||
el.innerHTML = rows.join('');
|
|
||||||
}
|
|
||||||
|
|
||||||
function render(freq) {
|
|
||||||
ensurePlot(freq);
|
|
||||||
trimPoints(freq);
|
|
||||||
updateChannelSelector(freq);
|
|
||||||
|
|
||||||
const pts = state[freq] || [];
|
|
||||||
const sel = selectedChannel[freq] ?? 'max';
|
|
||||||
|
|
||||||
const x = [];
|
|
||||||
const y = [];
|
|
||||||
const thr = [];
|
|
||||||
const alarmX = [];
|
|
||||||
const alarmY = [];
|
|
||||||
|
|
||||||
for (const p of pts) {
|
|
||||||
const metric = getPointValueForSelection(p, sel);
|
|
||||||
if (metric.y === null || metric.y === undefined) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
const ts = new Date(Number(p.ts) * 1000);
|
|
||||||
x.push(ts);
|
|
||||||
y.push(metric.y);
|
|
||||||
thr.push(metric.threshold);
|
|
||||||
|
|
||||||
if (isAlarmForSelection(p, sel)) {
|
|
||||||
alarmX.push(ts);
|
|
||||||
alarmY.push(metric.y);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
const labelSuffix = sel === 'max' ? 'max' : `ch ${sel}`;
|
|
||||||
|
|
||||||
const traces = [
|
|
||||||
{
|
|
||||||
x,
|
|
||||||
y,
|
|
||||||
mode: 'lines',
|
|
||||||
name: `dBFS (${labelSuffix})`,
|
|
||||||
line: {color: '#12b76a', width: 2},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
x,
|
|
||||||
y: thr,
|
|
||||||
mode: 'lines',
|
|
||||||
name: `Threshold (${labelSuffix})`,
|
|
||||||
line: {color: '#ef4444', width: 2, dash: 'dash'},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
x: alarmX,
|
|
||||||
y: alarmY,
|
|
||||||
mode: 'markers',
|
|
||||||
name: 'Alarm',
|
|
||||||
marker: {color: '#ef4444', size: 6, symbol: 'circle'},
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
Plotly.react(`plot-${freq}`, traces, {
|
|
||||||
margin: {l: 40, r: 12, t: 12, b: 32},
|
|
||||||
showlegend: true,
|
|
||||||
legend: {orientation: 'h', y: 1.16},
|
|
||||||
xaxis: {
|
|
||||||
title: 'time',
|
|
||||||
tickformat: '%H:%M:%S',
|
|
||||||
hoverformat: '%H:%M:%S',
|
|
||||||
range: [new Date(Date.now() - windowSec * 1000), new Date()],
|
|
||||||
},
|
|
||||||
yaxis: {title: 'dBFS'},
|
|
||||||
}, {displayModeBar: false, responsive: true});
|
|
||||||
|
|
||||||
renderAlarmEvents(freq, pts);
|
|
||||||
}
|
|
||||||
|
|
||||||
function renderAll() {
|
|
||||||
const freqs = Object.keys(state).sort(numericSortFreq);
|
|
||||||
freqs.forEach(render);
|
|
||||||
}
|
|
||||||
|
|
||||||
async function loadInitial() {
|
|
||||||
const res = await fetch(`/telemetry/history?seconds=${windowSec}`);
|
|
||||||
const payload = await res.json();
|
|
||||||
const series = payload.series || {};
|
|
||||||
for (const [freq, points] of Object.entries(series)) {
|
|
||||||
state[freq] = points;
|
|
||||||
}
|
|
||||||
renderAll();
|
|
||||||
}
|
|
||||||
|
|
||||||
function connectWs() {
|
|
||||||
const proto = location.protocol === 'https:' ? 'wss' : 'ws';
|
|
||||||
const ws = new WebSocket(`${proto}://${location.host}/telemetry/ws`);
|
|
||||||
|
|
||||||
ws.onopen = () => {
|
|
||||||
document.getElementById('status').textContent = 'ws connected';
|
|
||||||
setInterval(() => {
|
|
||||||
if (ws.readyState === 1) ws.send('ping');
|
|
||||||
}, 20000);
|
|
||||||
};
|
|
||||||
|
|
||||||
ws.onmessage = (event) => {
|
|
||||||
const msg = JSON.parse(event.data);
|
|
||||||
if (msg.type === 'snapshot' && msg.data) {
|
|
||||||
for (const [freq, points] of Object.entries(msg.data)) {
|
|
||||||
state[freq] = points;
|
|
||||||
}
|
|
||||||
renderAll();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (msg.type !== 'point') return;
|
|
||||||
|
|
||||||
const p = msg.data;
|
|
||||||
const freq = String(p.freq);
|
|
||||||
if (!state[freq]) state[freq] = [];
|
|
||||||
state[freq].push(p);
|
|
||||||
render(freq);
|
|
||||||
};
|
|
||||||
|
|
||||||
ws.onclose = () => {
|
|
||||||
document.getElementById('status').textContent = 'ws disconnected, retrying...';
|
|
||||||
setTimeout(connectWs, 1500);
|
|
||||||
};
|
|
||||||
|
|
||||||
ws.onerror = () => {
|
|
||||||
document.getElementById('status').textContent = 'ws error';
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
setInterval(() => {
|
|
||||||
renderAll();
|
|
||||||
}, 1000);
|
|
||||||
|
|
||||||
loadInitial().then(connectWs).catch((e) => {
|
|
||||||
document.getElementById('status').textContent = `init error: ${e}`;
|
|
||||||
connectWs();
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
"""
|
|
||||||
|
|
||||||
|
|
||||||
@app.get('/', response_class=HTMLResponse)
|
|
||||||
@app.get('/monitor', response_class=HTMLResponse)
|
|
||||||
async def monitor_page():
|
|
||||||
return HTMLResponse(content=MONITOR_HTML)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
import uvicorn
|
|
||||||
|
|
||||||
uvicorn.run(app, host=TELEMETRY_BIND_HOST, port=TELEMETRY_BIND_PORT)
|
|
||||||
Loading…
Reference in New Issue