Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking at the
resamp_crcf_example.c
example, I'm not getting results that I expect from the resampler block. I'm under the impression that the resampler creates an anti-aliasing LPF (windowed sinc with firdes_kaiser), and then splits that up among a polyphase filter bank. Changing nothing but the resampling rate from 1.1 to 0.75, the other defaults seem to be okay, I'm getting weird results.The tone is at 0.045, but I'm not expecting to see the massive images of the signal that are spaced 0.245 f/fs away. Even if I change the filter bandwidth to something very small, the images persist. I realize they are 60dB down, but I expect things that are present in the original signal to be attenuated by that much, not that it would create artifacts that aren't there.
Is this even aliasing? Wouldn't it have to be out-of-band for it to be considered that?
Beta Was this translation helpful? Give feedback.
All reactions