Skip to content

Commit 5c52f18

Browse files
authored
Merge pull request #66 from gentilkiwi/feature/hydrasdr
HydraSDR lib 1.0.2
2 parents 882ba69 + f49b9ea commit 5c52f18

File tree

4 files changed

+227
-139
lines changed

4 files changed

+227
-139
lines changed

src/nfc-lib/lib-ext/hydrasdr/src/main/c/filters.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ THE SOFTWARE.
2727

2828
#include <stdint.h>
2929

30-
#define HYDRASDR_HB_KERNEL_FLOAT_LEN 47
30+
#define HB_KERNEL_FLOAT_LEN 47
3131

32-
const float HYDRASDR_HB_KERNEL_FLOAT[HYDRASDR_HB_KERNEL_FLOAT_LEN] =
32+
const float HB_KERNEL_FLOAT[HB_KERNEL_FLOAT_LEN] =
3333
{
3434
-0.000998606272947510,
3535
0.000000000000000000,
@@ -80,9 +80,9 @@ const float HYDRASDR_HB_KERNEL_FLOAT[HYDRASDR_HB_KERNEL_FLOAT_LEN] =
8080
-0.000998606272947510
8181
};
8282

83-
#define HYDRASDR_HB_KERNEL_INT16_LEN 47
83+
#define HB_KERNEL_INT16_LEN 47
8484

85-
const int16_t HYDRASDR_HB_KERNEL_INT16[HYDRASDR_HB_KERNEL_INT16_LEN] =
85+
const int16_t HB_KERNEL_INT16[HB_KERNEL_INT16_LEN] =
8686
{
8787
-33,
8888
0,

0 commit comments

Comments
 (0)