pifmrds at 20khz lowpass and install pifmrds

This commit is contained in:
F5OEO
2024-03-11 11:34:45 +01:00
parent f0da813fe7
commit 554ef920c4
2 changed files with 3 additions and 2 deletions

View File

@@ -107,4 +107,5 @@ install: all
install -m 0755 ../rpitx $(INSTALL_DIR)
install -m 0755 ../pift8 $(INSTALL_DIR)
install -m 0755 ../sendook $(INSTALL_DIR)
install -m 0755 ../dvbrf $(INSTALL_DIR)
install -m 0755 ../dvbrf $(INSTALL_DIR)
install -m 0755 ../pifmrds $(INSTALL_DIR)

View File

@@ -117,7 +117,7 @@ int fm_mpx_open(char *filename, size_t len) {
}
// Choose a cutoff frequency for the low-pass FIR filter
float cutoff_freq = 15700;
float cutoff_freq = 20000;
//float cutoff_freq = 3000; //For NBFM
if(in_samplerate/2 < cutoff_freq) cutoff_freq = in_samplerate/2 * .8;