discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] How to "declare_sample_delay" in C++?


From: khalid.el-darymli
Subject: [Discuss-gnuradio] How to "declare_sample_delay" in C++?
Date: Fri, 22 May 2015 15:56:12 -0230

Hi list,

I am doing some (polyphase) decimation with GNURadio in C++. I constructed my filters, I wrote some wrapper, and my script compiles perfectly. However, I am a bit unclear about "declare_sample_delay".

Assume that I have the block: pfb_decimator_ccf_0_5. To set the sample delay for this block to 0, in python, one uses:

self.pfb_decimator_ccf_0_5.declare_sample_delay(0)


What is the proper way to do the same command in C++?


Thanks in advance.

Best wishes,
Khalid


reply via email to

[Prev in Thread] Current Thread [Next in Thread]