Thursday, February 4, 2016

Re: [Discuss-gnuradio] Fractional Resampler discards samples

I've figured out why the samples are 'dropped'.

Using this set [0] of filter taps and performing a convolution with my input
sample stream. The first three samples are always multiplied with zero and are
ignored in the sum.

This behaviour seems inherent and not like a bug. But I think this behaviour
isn't not obvious if using the channel model block.

Regards,
Andrej

[0] { 0.00000e+00, 0.00000e+00, 0.00000e+00, 0.00000e+00, 1.00000e+00,
0.00000e+00, 0.00000e+00, 0.00000e+00 }, // 0/128

No comments:

Post a Comment