0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00
This commit is contained in:
2025-03-10 20:06:05 +01:00
parent c40ad89721
commit 58ea85072d
4 changed files with 7 additions and 7 deletions

View File

@@ -17,8 +17,8 @@
*/
/* MPX */
#define NUM_MPX_FRAMES_IN 256
#define NUM_MPX_FRAMES_OUT (NUM_MPX_FRAMES_IN * 4)
#define NUM_MPX_FRAMES_IN 512
#define NUM_MPX_FRAMES_OUT (NUM_MPX_FRAMES_IN * 2)
/*
* The sample rate at which the MPX generation runs at
*/

View File

@@ -28,9 +28,9 @@
#define GROUP_LENGTH 4
#define BITS_PER_GROUP (GROUP_LENGTH * (BLOCK_SIZE + POLY_DEG))
#define RDS_SAMPLE_RATE 95000
#define SAMPLES_PER_BIT 80
#define FILTER_SIZE 439
#define RDS_SAMPLE_RATE 190000
#define SAMPLES_PER_BIT 160
#define FILTER_SIZE 1120
#define SAMPLE_BUFFER_SIZE (SAMPLES_PER_BIT + FILTER_SIZE)
/* Text items

File diff suppressed because one or more lines are too long

View File

@@ -4,4 +4,4 @@
Released under the GNU GPL v3 license.
*/
extern float waveform_biphase[439];
extern float waveform_biphase[1120];