addis_a
November 7, 2014, 10:11am
1
Hi
I derive the output of a signal, both to an Interpolating FIR filter and
Rational Resampler (in parallel) and then I connect them to a Time Sink
(with 2 inputs).
I use the same interpolation factor for both blocks (interpolation = 4).
I also use in taps the same rcc filter.
In Time Sink plot I observe a time delay in these 2 signals.
Does anyone know why this happens?
Thank you
Daniel
danielb
November 7, 2014, 12:26pm
2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Daniel,
because both introduce delays and the delay of one of these is 2
samples longer.
Greetings,
Marcus
On 07.11.2014 10:07, Daniel B. wrote:
_______________________________________________ Discuss-gnuradio
mailing list [email protected]
Discuss-gnuradio Info Page
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBAgAGBQJUXKwNAAoJEAFxB7BbsDrLRXAH+wY+eHL7NaeJ3zGU4Dg438nc
zWwCf9zeOATF23UfQ3aSSmW3ZAder5nHcSdQAIGKjAMCjmPCKS1n3fBk17766Q+T
BlJUtXGdQnXBBg2bM87nlHdVZ30mfoMBCYoDN1gWp1GV9TTkDPB99epgC/JOQwaq
O0dSKun6ysIwg7MJnXYG6rf2bhc28C/cZ/mGazAPA04or4tDHXx9IIX8QTQXJppi
wfR5RJYB1u4kLYc/DZVzqW+TgqzhUlgRmMDlPPGr10SANacQpRzCzFbZaRm8uaiE
nfwFIyDQC7r7JlDs8+U8bTpqcfC/aAKFoZ/G1E6FVnvpcKOsembBATzQfdbt3Fo=
=aRAd
-----END PGP SIGNATURE-----
danielb
November 10, 2014, 9:22am
3
What is the exact meaning of the parameter mu?
http://gnuradio.org/doc/doxygen-3.6/classgr_1_1filter_1_1mmse__fir__interpolator__ff.html
I do not understand it :S
2014-11-07 12:25 GMT+01:00 Marcus Müller [email protected] :
danielb
November 10, 2014, 12:28pm
4
Hi Carlos,
this might get a little too theoretical to discuss it on the mailing
list, thus I’d like to point you at the Readme [1] file referenced by
the doxygen page, as I think it explains mu as fractional delay quite
nicely.
The readme also references the book where the idea of the MMSE
interpolator will be explained in more detail.
Best regards,
Marcus
[1]
#
# Copyright 2002 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GNU Radio is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
#
This file has been truncated. show original
danielb
November 12, 2014, 8:52am
5
Ok, thank you
2014-11-10 12:26 GMT+01:00 Marcus Müller [email protected] :