Why np.fft.rfftfreq only returns up to Nyqvist?
31 Aug
2016
31 Aug
'16
12:14 p.m.
What’s the reasonability of np.fft.rfftfreq returning frequencies only up to Nyquist, rather than for the full sample rate?
31 Aug
31 Aug
12:22 p.m.
New subject: Why np.fft.rfftfreq only returns up to Nyqvist?
On Wed, Aug 31, 2016 at 1:14 PM, Matti Viljamaa <mviljamaa@kapsi.fi> wrote:
What’s the reasonability of np.fft.rfftfreq returning frequencies only up
to Nyquist, rather than for the full sample rate? The answer to the question that you asked is that np.fft.rfft() only computes values for frequencies only up to Nyquist, so np.fft.rfftfreq() must give you the frequencies to match. I'm not sure if there is another misunderstanding lurking that needs to be clarified. -- Robert Kern
2962
Age (days ago)
2962
Last active (days ago)
1 comments
2 participants
participants (2)
-
Matti Viljamaa
-
Robert Kern