Compare commits

...

2 Commits

Author SHA1 Message Date
LittleSam129
f3a11b29b3 Merge branch 'repair/project-layout' 2026-07-22 14:20:11 +03:00
LittleSam129
1ff04b12b9 Repair project layout and fix Lab024B spectrum detection 2026-07-21 13:51:41 +03:00
109 changed files with 8270 additions and 8221 deletions

6
.gitignore vendored
View File

@@ -6,11 +6,14 @@
# Python: скомпилированные и временные файлы
__pycache__/
*.py[cod]
*.pyc
*.pyo
*$py.class
# Кэш инструментов проверки и тестирования
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
# Spyder
@@ -26,6 +29,9 @@ __pycache__/
venv/
env/
# Необработанные данные и IQ-записи
data/raw/
# Временные файлы редакторов
*.tmp
*.temp

View File

@@ -1,8 +0,0 @@
frequency_hz,frequency_mhz,relative_power_db,prominence_db
98840137.685,98.840138,-16.363,14.939
99201367.853,99.201368,-8.578,21.049
99603613.612,99.603614,-5.852,194.148
100099316.323,100.099316,-0.641,27.938
100498925.365,100.498925,0.000,200.000
100896483.628,100.896484,-2.662,25.928
101159569.346,101.159569,-11.137,18.231
1 frequency_hz frequency_mhz relative_power_db prominence_db
2 98840137.685 98.840138 -16.363 14.939
3 99201367.853 99.201368 -8.578 21.049
4 99603613.612 99.603614 -5.852 194.148
5 100099316.323 100.099316 -0.641 27.938
6 100498925.365 100.498925 0.000 200.000
7 100896483.628 100.896484 -2.662 25.928
8 101159569.346 101.159569 -11.137 18.231

View File

@@ -1,19 +0,0 @@
Lab024B. Усреднённый спектр Pluto+ методом Уэлча
URI: ip:192.168.2.1
Центральная частота: 100.000 МГц
Частота дискретизации: 2.400 Мвыб/с
Полоса RX: 2.000 МГц
Количество IQ-сэмплов: 1048576
Размер сегмента Уэлча: 8192
Перекрытие сегментов: 4096
Найдено кандидатов: 7
01. 98.840138 МГц, уровень -16.36 дБ, выраженность 14.94 дБ
02. 99.201368 МГц, уровень -8.58 дБ, выраженность 21.05 дБ
03. 99.603614 МГц, уровень -5.85 дБ, выраженность 194.15 дБ
04. 100.099316 МГц, уровень -0.64 дБ, выраженность 27.94 дБ
05. 100.498925 МГц, уровень 0.00 дБ, выраженность 200.00 дБ
06. 100.896484 МГц, уровень -2.66 дБ, выраженность 25.93 дБ
07. 101.159569 МГц, уровень -11.14 дБ, выраженность 18.23 дБ

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 91 KiB

View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 129 KiB

View File

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 144 KiB

View File

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

View File

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

View File

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB

View File

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 154 KiB

View File

Before

Width:  |  Height:  |  Size: 314 KiB

After

Width:  |  Height:  |  Size: 314 KiB

View File

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 162 KiB

View File

Before

Width:  |  Height:  |  Size: 203 KiB

After

Width:  |  Height:  |  Size: 203 KiB

View File

Before

Width:  |  Height:  |  Size: 206 KiB

After

Width:  |  Height:  |  Size: 206 KiB

View File

Before

Width:  |  Height:  |  Size: 253 KiB

After

Width:  |  Height:  |  Size: 253 KiB

View File

Before

Width:  |  Height:  |  Size: 260 KiB

After

Width:  |  Height:  |  Size: 260 KiB

View File

@@ -0,0 +1,6 @@
frequency_hz,frequency_mhz,relative_power_db,prominence_db
99198731.136,99.198731,-5.071,30.671
99595703.462,99.595703,-2.354,32.308
100099316.323,100.099316,0.000,35.017
100479882.413,100.479882,-1.155,32.127
100895604.722,100.895605,-7.043,27.121
1 frequency_hz frequency_mhz relative_power_db prominence_db
2 99198731.136 99.198731 -5.071 30.671
3 99595703.462 99.595703 -2.354 32.308
4 100099316.323 100.099316 0.000 35.017
5 100479882.413 100.479882 -1.155 32.127
6 100895604.722 100.895605 -7.043 27.121

View File

@@ -0,0 +1,17 @@
Lab024B. Усреднённый спектр Pluto+ методом Уэлча
URI: ip:192.168.2.1
Центральная частота: 100.000 МГц
Частота дискретизации: 2.400 Мвыб/с
Полоса RX: 2.000 МГц
Количество IQ-сэмплов: 1048576
Размер сегмента Уэлча: 8192
Перекрытие сегментов: 4096
Найдено кандидатов: 5
01. 99.198731 МГц, уровень -5.07 дБ, выраженность 30.67 дБ
02. 99.595703 МГц, уровень -2.35 дБ, выраженность 32.31 дБ
03. 100.099316 МГц, уровень 0.00 дБ, выраженность 35.02 дБ
04. 100.479882 МГц, уровень -1.15 дБ, выраженность 32.13 дБ
05. 100.895605 МГц, уровень -7.04 дБ, выраженность 27.12 дБ

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 99 KiB

View File

Before

Width:  |  Height:  |  Size: 793 KiB

After

Width:  |  Height:  |  Size: 793 KiB

View File

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 81 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Some files were not shown because too many files have changed in this diff Show More