add integrations for dmr, d-star and nxdn via dsd
This commit is contained in:
@ -429,6 +429,11 @@ function demodulator_default_analog(offset_frequency,subtype)
|
||||
this.low_cut=-4000;
|
||||
this.high_cut=4000;
|
||||
}
|
||||
else if(subtype=="dmr" || subtype=="dstar" || subtype=="nxdn")
|
||||
{
|
||||
this.low_cut=-6500;
|
||||
this.high_cut=6500;
|
||||
}
|
||||
else if(subtype=="am")
|
||||
{
|
||||
this.low_cut=-4000;
|
||||
|
Reference in New Issue
Block a user