spectre-core 0.0.5__py3-none-any.whl → 0.0.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- spectre_core/receivers/library/test/receiver.py +1 -1
- {spectre_core-0.0.5.dist-info → spectre_core-0.0.6.dist-info}/METADATA +1 -1
- {spectre_core-0.0.5.dist-info → spectre_core-0.0.6.dist-info}/RECORD +6 -6
- {spectre_core-0.0.5.dist-info → spectre_core-0.0.6.dist-info}/LICENSE +0 -0
- {spectre_core-0.0.5.dist-info → spectre_core-0.0.6.dist-info}/WHEEL +0 -0
- {spectre_core-0.0.5.dist-info → spectre_core-0.0.6.dist-info}/top_level.txt +0 -0
@@ -43,7 +43,7 @@ class Receiver(SPECTREReceiver):
|
|
43
43
|
'window_type': str, # the window type for the STFFT
|
44
44
|
'window_kwargs': dict, # keyword arguments for scipy get window function. Must be in order as in scipy documentation.
|
45
45
|
'window_size': int, # number of samples for the window
|
46
|
-
'hop':
|
46
|
+
'hop': int, # STFFT hop shifts window by so many samples
|
47
47
|
'chunk_key': str, # tag will map to the chunk with this key
|
48
48
|
'event_handler_key': str # tag will map to event handler with this key during post processing
|
49
49
|
},
|
@@ -46,7 +46,7 @@ spectre_core/receivers/library/rspduo/gr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5
|
|
46
46
|
spectre_core/receivers/library/rspduo/gr/tuner_1_fixed.py,sha256=YaRS9oNRry-6eZPIsFjNlKcZqhNcQw3X9N8Dw877aeM,3603
|
47
47
|
spectre_core/receivers/library/rspduo/gr/tuner_1_sweep.py,sha256=0WDfR1R6uOnIEb_4aPQN-O5Gh62utZrvRukPEF3xzDU,5113
|
48
48
|
spectre_core/receivers/library/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
49
|
-
spectre_core/receivers/library/test/receiver.py,sha256=
|
49
|
+
spectre_core/receivers/library/test/receiver.py,sha256=i78ucPZmlRYVqwqrw29kiIhN_VC2KCifig8Xc0JtbRw,8137
|
50
50
|
spectre_core/receivers/library/test/gr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
51
51
|
spectre_core/receivers/library/test/gr/cosine_signal_1.py,sha256=6XgYjYMh-QNPs_UUGUQcU_VQFr6BG4OLdsW-M-RU5Ww,2943
|
52
52
|
spectre_core/receivers/library/test/gr/tagged_staircase.py,sha256=5rJHbB-3vdXjqT8DrcAGUSebaAqZ5RQtYHBWgH9iU2E,3465
|
@@ -65,8 +65,8 @@ spectre_core/watchdog/library/fixed/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQ
|
|
65
65
|
spectre_core/watchdog/library/fixed/event_handler.py,sha256=yWWS80LukB-cTrKBsF4-pRvw2obkX2MzQ5ZGytOtmAg,1387
|
66
66
|
spectre_core/watchdog/library/sweep/event_handler.py,sha256=wDISZiQXBeqLDPxgEMo0a2QAXqQVOO7fng3yhZWSR74,2188
|
67
67
|
spectre_core/web_fetch/callisto.py,sha256=874osjbp61qFwRgV584fpSp7E-xz8g1FEelbNBKhCsw,3632
|
68
|
-
spectre_core-0.0.
|
69
|
-
spectre_core-0.0.
|
70
|
-
spectre_core-0.0.
|
71
|
-
spectre_core-0.0.
|
72
|
-
spectre_core-0.0.
|
68
|
+
spectre_core-0.0.6.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
69
|
+
spectre_core-0.0.6.dist-info/METADATA,sha256=H98Gx3Db495h9gCE7ZkgfP2rUoc0VmnQYCRr4bfieAc,42149
|
70
|
+
spectre_core-0.0.6.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
71
|
+
spectre_core-0.0.6.dist-info/top_level.txt,sha256=-UsyjpFohXgZpgcZ9QbVeXhsIyF3Am8RxNFNDV_Ta2Y,13
|
72
|
+
spectre_core-0.0.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|