Re: [Discuss-gnuradio] "sample delay" in "Decimating FIR Filter" at GRC

2018-07-02 Thread CEL
Hi Ali, I went into the GRC file (in gnuradio/gr-filter/grc) and looked that up: It calls block::declare_sample_delay https://www.gnuradio.org/doc/doxygen/classgr_1_1block.html#acad5d6e62ea 885cb77d19f72451581c2 (this documentation isn't great and doesn't really say what declare_sample_delay act

[Discuss-gnuradio] "sample delay" in "Decimating FIR Filter" at GRC

2018-07-02 Thread Ali The GREAT!
hi all, I was wondering what the "Sample Delay" parameter in "Decimating FIR Filter" block in GRC does. Thanks in advance! regards, Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

[Discuss-gnuradio] Sample Delay

2013-10-15 Thread Caughran, Daniel [USA]
I am trying to delay a stream of samples coming from a USRP N210 using the 'Delay' block in GRC. Using a waterfall sink before and after the delay block I noticed that when I set the delay value the incoming signal pauses for delay * samp_rate seconds then continues while the delayed path works