ha7ilm / smallrx

:radio: amateur radio receiver in <100 code lines
GNU Affero General Public License v3.0
72 stars 11 forks source link

You should decimate in two steps. #4

Open Matyooo opened 5 years ago

Matyooo commented 5 years ago

One step before demodulation, decimation factor is samp_rate / amfm_bw Other step is after demodulation, factor is amfm_bw / output_rate. Linear interpolation should be used in second step instead of decimation

krishnaanand1896 commented 2 years ago

Respected Sir I would like to know whether you obtained the demodulated output. I tried with a downloaded file FMcapture1.dat with sampling frequency 2.5 mhz centre frequency 100.122 mhz and receiver frequency 100.3 mhz. How to modify amfm bw and decimation transition bandwidth according to the file.If you have tried with any file can you let me know which one is it. Also your comment was to perform decimation in 2 steps,one before and one after demodulation,after demodulation,where to use this decimation, Waiting for your valuable respinse. Thank you