AlexandreRouma / SDRPlusPlus

Cross-Platform SDR Software
GNU General Public License v3.0
4.06k stars 557 forks source link

FM and SSB bandwith too small #392

Closed nbserver closed 3 years ago

nbserver commented 3 years ago

Hi, Great project! I am using Your APP to satellite monitoring I am having some problems with decoding signals. The problem is that the bandwith is too narrow for USB modulation, the old sdr# versions had 16kHz, the newer ones don’t have any limitations in FM and SSB. I would like to ask is it possible to increase this width for FM and SSB in SDR ++? Regards!

AlexandreRouma commented 3 years ago

If you need higher bandwidth on FM you can use WFM up to 250Khz, though i'm not quire sure why you would need that. For APT satellites I use 44KHz in NFM.

In SSB, the bandwidth is limited because of the sample rate at which the demodulator runs. I didn't see the need for over 12KHz in USB, if you need to export the IQ for another decoder use the RAW mode instead.

nbserver commented 3 years ago

Thanx for reply, in a case of ssb some new satelitties working with psk over 14kHz. I mean live pass, not iq recordings. Live decoding is not possible with 12kHz so is there any chance to not limit or broad the bandwith?

AlexandreRouma commented 3 years ago

It's not possible to increase the maximum bandwidth without wasting CPU for everyone using it at more normal bandwidths because that would require increasing the sample rate of the demodulator. If you want to live demod, use the RAW mode and use a decoder that can take IQ as input instead of sound

nbserver commented 3 years ago

OK, thanx for reply.