프로그램 사용/rtl-sdr
sdr noaa 준비
구차니
2021. 12. 21. 19:11
decimation 기본값은 None 인데
이경우 input rate 값 그대로 sample rate가 나온다.
decimation을 32로 하면 input rate / decimation 해서
sample rate가 3.2MSPS 에서 0.1MSPS = 100KSPS로 설정된다.
So with a 32x decimation, we should increase 2.5 Bits ( log 32 in base 4 ) in the ADC Resolution.
[링크 : https://lucasteske.dev/2016/02/recording-noaa-apt-signals-with-gqrx-and-rtl-sdr-on-linux/]
decimation 혹은 다운샘플링이라고 한다.