rf-funcitons-py 0.1.0__py3-none-any.whl → 0.1.2__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.
rafpy/logic.py CHANGED
@@ -3,7 +3,7 @@ def id_signal_candidates(fig_num, observed, current_fs, filter_range=None, show_
3
3
  #filter_range: tuple (f_min, f_max)
4
4
 
5
5
  candidates =[]
6
- f_nyquist = fs /2
6
+ f_nyquist = current_fs /2
7
7
 
8
8
  #logic for finding frequency within filter range
9
9
  match = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rf_funcitons_py
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: First package from a notebook
5
5
  Author-email: Avery Books <abooks104@gmail.com>
6
6
  Requires-Python: >3.8
@@ -0,0 +1,6 @@
1
+ rafpy/__init__.py,sha256=YJ7WwLTtUPL2cl7hNS_I75dwn4MiCSuXmjbPVYw0c60,39
2
+ rafpy/logic.py,sha256=_bjpKKMS93SO8UpJDEoPCUWyM8Fn8pXO4GjLnIQ8qKA,3974
3
+ rf_funcitons_py-0.1.2.dist-info/METADATA,sha256=EM5qzvPt6if5KUdEZ4Cl9IKlSjl5FP3E6W2PWW3FNJc,306
4
+ rf_funcitons_py-0.1.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
5
+ rf_funcitons_py-0.1.2.dist-info/top_level.txt,sha256=4q_MXcdbMykJYGFjd_1IVwHk_V3unZSegNAYAUumMnw,6
6
+ rf_funcitons_py-0.1.2.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- rafpy/__init__.py,sha256=YJ7WwLTtUPL2cl7hNS_I75dwn4MiCSuXmjbPVYw0c60,39
2
- rafpy/logic.py,sha256=OQKlZ-AGGbQu1u-yBSdLdUJrrTVUWcYV897HBbMVJ-s,3966
3
- rf_funcitons_py-0.1.0.dist-info/METADATA,sha256=ygy2KIe3bJPRDcTwMWUCl9itozjc-Zr9wcZyH9cIFR4,306
4
- rf_funcitons_py-0.1.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
5
- rf_funcitons_py-0.1.0.dist-info/top_level.txt,sha256=4q_MXcdbMykJYGFjd_1IVwHk_V3unZSegNAYAUumMnw,6
6
- rf_funcitons_py-0.1.0.dist-info/RECORD,,