mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 04:43:52 +01:00
this works now
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "lib.h"
|
#include "lib.h"
|
||||||
#include "rds.h"
|
#include "rds.h"
|
||||||
#include "waveforms.h"
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#define GROUP_LENGTH 4
|
#define GROUP_LENGTH 4
|
||||||
#define BITS_PER_GROUP (GROUP_LENGTH * (BLOCK_SIZE + POLY_DEG))
|
#define BITS_PER_GROUP (GROUP_LENGTH * (BLOCK_SIZE + POLY_DEG))
|
||||||
#define RDS_SAMPLE_RATE 4750
|
#define RDS_SAMPLE_RATE 4750
|
||||||
|
#define FILTER_SIZE 4 // RDS_SAMPLE_RATE/1187.5, or the inverse i dont remember
|
||||||
|
|
||||||
#define STREAMS 2
|
#define STREAMS 2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user