sdr
Here are 468 public repositories matching this topic...
... and the docstring is inappropriate too, therefore.
Either fix by removing argument, or implement decimation.
Probably just replacing the 1 in
self.fft_filter_xxx_3 = filter.fft_filter_fff(1, stereo_carrier_filter_coeffs_0, 1)
with audio_decimation + writing a test case.
-
Updated
Oct 2, 2020
-
Updated
Sep 17, 2020 - Python
-
Updated
Nov 4, 2020 - JavaScript
-
Updated
Nov 10, 2020 - C++
-
Updated
Aug 19, 2020 - Python
-
Updated
May 30, 2018 - Python
-
Updated
Dec 5, 2018 - Python
-
Updated
Jan 29, 2020 - C
-
Updated
Nov 8, 2020 - C++
Improve this page
Add a description, image, and links to the sdr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sdr topic, visit your repo's landing page and select "manage topics."
A common protocol structure is to have a header containing a
lengthfield, followed by data oflengthbytes, followed by additional protocol fields such as a CRC. If the length field is variable, the position of subsequent URH-specified protocol fields defined by fixed position will not be in the correct location.I do not know the best way to address this, but quick and easy way to support