mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00: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