mirror of
https://github.com/F5OEO/rpitx.git
synced 2026-03-10 10:27:01 +01:00
pifmrds at 20khz lowpass and install pifmrds
This commit is contained in:
@@ -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)
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user