gqrx-sdr / gqrx

Software defined radio receiver powered by GNU Radio and Qt.
http://gqrx.dk
GNU General Public License v3.0
3.08k stars 543 forks source link

Remember filter settings on startup #473

Closed g7uhn closed 1 year ago

g7uhn commented 7 years ago

A request for filter settings to be remembered on gqrx startup (ideally editable in config file). Ideally all filter settings but my intended use is to recall settings for NOAA APT weather satellite reception e.g.

Demod = NFM Deviation = APT (25 kHz) Tau = off Filter bandwidth ~ 38 kHz

Specifying these in the config file would allow me to launch gqrx for any of the given three satellites by choosing from three different config files (which correspond to the three different downlink frequencies).

Many thanks for all the hard work that goes into gqrx!

pinkavaj commented 1 year ago

@g7uhn I have tested it and it seems it is implemented in latest version can you confirm?

vladisslav2011 commented 1 year ago

Current master does not save/restore the filter shape and AM/AM sync DCR setting and maybe some other settings...

argilo commented 1 year ago

Everything mentioned in the original issue is now saved. It looks like the missing pieces were deviation (added in 5a9e04d432f0c9c34424fc0cb553749a4dbfcb7d) and de-emphasis (added in 52dd3daac558598d60e1d1e1640449bd17823504). So I think it makes sense to close this issue.