Skip to content

HydraSDR lib 1.0.2 #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/nfc-lib/lib-ext/hydrasdr/src/main/c/filters.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ THE SOFTWARE.

#include <stdint.h>

#define HYDRASDR_HB_KERNEL_FLOAT_LEN 47
#define HB_KERNEL_FLOAT_LEN 47

const float HYDRASDR_HB_KERNEL_FLOAT[HYDRASDR_HB_KERNEL_FLOAT_LEN] =
const float HB_KERNEL_FLOAT[HB_KERNEL_FLOAT_LEN] =
{
-0.000998606272947510,
0.000000000000000000,
Expand Down Expand Up @@ -80,9 +80,9 @@ const float HYDRASDR_HB_KERNEL_FLOAT[HYDRASDR_HB_KERNEL_FLOAT_LEN] =
-0.000998606272947510
};

#define HYDRASDR_HB_KERNEL_INT16_LEN 47
#define HB_KERNEL_INT16_LEN 47

const int16_t HYDRASDR_HB_KERNEL_INT16[HYDRASDR_HB_KERNEL_INT16_LEN] =
const int16_t HB_KERNEL_INT16[HB_KERNEL_INT16_LEN] =
{
-33,
0,
Expand Down
Loading