rtl-sdr-scanner-cpp icon indicating copy to clipboard operation
rtl-sdr-scanner-cpp copied to clipboard

12,5khz step error

Open havranec opened this issue 1 year ago • 1 comments

Hi friends,

I would like to ask you for help in setting the parameters fft and sample rate.

If I want to search an area with a frequency width of 12.5khz, i.e. channels 150,000 - 150,0125 - 150,0250,

I set :

      "start": 150000000,
      "stop": 173987500,
      "fft": 200,
      "sample_rate": 2500000

I try too :

      "start": 150000000,
      "stop": 173987500,
      "fft": 16384,
      "sample_rate": 2048000

But all settings give me some problems .... What is right setting for 12.5khz, i.e. channels (150,000 - 150,0125 - 150,0250).

Thank you much

Mirek

havranec avatar Aug 12 '24 08:08 havranec

Check out the new release https://github.com/shajen/sdr-hub it's much simpler!

shajen avatar Oct 29 '25 19:10 shajen