mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 18:45:22 +02:00
Added preset system for FM IF NR
This commit is contained in:
@ -13,6 +13,13 @@ enum DeemphasisMode {
|
||||
_DEEMP_MODE_COUNT
|
||||
};
|
||||
|
||||
enum IFNRPreset {
|
||||
IFNR_PRESET_NOAA_APT,
|
||||
IFNR_PRESET_VOICE,
|
||||
IFNR_PRESET_NARROW_BAND,
|
||||
IFNR_PRESET_BROADCAST
|
||||
};
|
||||
|
||||
namespace demod {
|
||||
class Demodulator {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user