mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 16:29:15 +02:00
now?
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
#include "constants.h"
|
#include "constants.h"
|
||||||
#include "oscillator.h"
|
#include "oscillator.h"
|
||||||
|
|
||||||
#define FIR_ORDER 21
|
#define FIR_ORDER 13
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|||||||
+2
-2
@@ -415,8 +415,8 @@ int main(int argc, char **argv) {
|
|||||||
init_preemphasis(&preemp_r, preemphasis_tau, sample_rate);
|
init_preemphasis(&preemp_r, preemphasis_tau, sample_rate);
|
||||||
|
|
||||||
FIR lpf_l, lpf_r;
|
FIR lpf_l, lpf_r;
|
||||||
init_lpf(&lpf_l, 15000/sample_rate, sample_rate);
|
init_lpf(&lpf_l, 15000, sample_rate);
|
||||||
init_lpf(&lpf_r, 15000/sample_rate, sample_rate);
|
init_lpf(&lpf_r, 15000, sample_rate);
|
||||||
|
|
||||||
signal(SIGINT, stop);
|
signal(SIGINT, stop);
|
||||||
signal(SIGTERM, stop);
|
signal(SIGTERM, stop);
|
||||||
|
|||||||
Reference in New Issue
Block a user