Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use np.fft.rfftfreq to get 1-sided periodogram freqs
This is to fix issue nipy#191 Also noticed that `np.fft.rfftfreq(N)` gives different results as `scipy.fftpack.rfftfreq(N`). The former gives the positive freqs.
- Loading branch information