mirror of
https://github.com/brmlab/kalibrate-rtl.git
synced 2025-08-03 06:33:37 +02:00
add win32 support
Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
parent
ed733cc952
commit
482dd05ecd
10 changed files with 140 additions and 16 deletions
|
@ -65,8 +65,8 @@ public:
|
|||
unsigned int x_purge(unsigned int);
|
||||
|
||||
private:
|
||||
static const double GSM_RATE = 1625000.0 / 6.0;
|
||||
static const unsigned int FFT_SIZE = 1024;
|
||||
#define GSM_RATE (1625000.0 / 6.0)
|
||||
#define FFT_SIZE 1024
|
||||
|
||||
unsigned int m_w_len,
|
||||
m_D,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue