DSheirer / sdrtrunk

A cross-platform java application for decoding, monitoring, recording and streaming trunked mobile and related radio protocols using Software Defined Radios (SDR). Website:
GNU General Public License v3.0
1.57k stars 255 forks source link

Create AM Squelch Control #35

Closed DSheirer closed 1 year ago

DSheirer commented 8 years ago

Create a squelch control for the AM decoder

ah1102 commented 4 years ago

I would also like to see in the program noise reduction for analog FM and AM. I also noticed an echo in NFM.

The program may be more universal. With hackrf, it would be possible to have multichannel reception on the air or amateur radio.

ah1102 commented 1 year ago

Dear developer! Enter squelch for AM. It is not difficult to add it for AM, taking it from the NBFM mode. Just add a similar feature for AM.

DSheirer commented 1 year ago

AM squelch control implemented in branch. AM & FM now share common squelch control code. Need to add dynamic channel noise floor monitoring to auto-adjust squelch threshold and change the squelch threshold to be a value that's added to the current noise floor. 20230502_074623_screen_capture

DSheirer commented 1 year ago

Closed via PR.