[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Signal Package pwelch
From: |
Thomas D. Dean |
Subject: |
Signal Package pwelch |
Date: |
Tue, 13 Aug 2019 13:32:54 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
I have a application using the signal package pwelch function that seems
to produce an incorrect plot.
[s, f] = pwelch(iq,[], overlap=0, NFFT=2048, Fs=sample_rate,
detrend='none', range='shift', plot_type = 'dB')
iq is read from an rtl-sdr
knowing the location of some signals, like the Hydrogen line, and,
comparing this to python, pwelch puts the "hydrogen bump" about .3MHz
too high.
pwelch(iq,[], overlap=0, NFFT=2048, Fs=sample_rate, detrend='none',
range='shift', plot_type = 'dB');
How do I upload an image to show this?
Tom Dean
- Signal Package pwelch,
Thomas D. Dean <=