File: fsk_fft_api

package info (click to toggle)
codec2 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 21,628 kB
  • sloc: ansic: 58,934; makefile: 841; objc: 826; asm: 331; python: 209; sh: 74
file content (24 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: install fmfsk.h
Author: A. Maitland Bottoms <bottoms@debian.org>

--- a/src/fsk.h
+++ b/src/fsk.h
@@ -30,7 +30,7 @@
 #define __C2FSK_H
 #include <stdint.h>
 #include "comp.h"
-#include "kiss_fftr.h"
+#include "kiss_fft.h"
 #include "modem_stats.h"
 
 #define MODE_2FSK 2
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -241,6 +241,7 @@
     codec2_cohpsk.h
     codec2_fm.h
     codec2_ofdm.h
+    fmfsk.h
     fsk.h
     codec2_fifo.h
     comp.h