|
| From: | George Nychis |
| Subject: | Re: [Discuss-gnuradio] how to learn of decimation rate in general_work() ? |
| Date: | Tue, 7 Feb 2012 17:37:26 -0500 |
Hey George,You can use the relative_rate data member of the blocks. Setting the decimation actually sets the relative_rate to 1.0/decimation. You can get this value with the accessor function "relative_rate()".
| [Prev in Thread] | Current Thread | [Next in Thread] |