|| On Fri, 25 Feb 2005 20:34:31 -0800
 || Eric Blossom <[EMAIL PROTECTED]> wrote: 

 eb> Thanks.

 eb> Any reason you're not using the gr.hilbert_fc block?
 eb> I combines the hilbert transformer and the delay in one block.

Eric,

Here, the data to delay and data to hilbert filter are entirely different. One 
is the
I path and the other one is the Q path, where in the gr.hilbert_fc case, it is 
the same
data input. hilbert_fc may be useful when the need to do hilbert trtansform 
occur early
in the chain, but in the method I implemented, it occurs later.

Is there a way, one can reliably do a "delay"? As I understand from Chuck's 
email quoting
earlier emails, there is no control over the buffering. I implemented the delay 
using a
filter, and it seem to do its job. Is there a better way to implement similar 
algorithms,
which occur frequently in communication systems?

Thanks
-- 
    Ramakrishnan                   http://www.hackGNU.org/
    Use Free Software -- Help stamp out Software Hoarding!


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to