discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] on the fly set_output_multiple()


From: Activecat
Subject: [Discuss-gnuradio] on the fly set_output_multiple()
Date: Thu, 20 Feb 2014 20:46:37 +0800

Dear Sir,

I need to create a interpolator block which has a callback function to change its interpolation factor on the fly.

If this block is inherited from gr::sync_interpolator, its interpolation factor cannot be changed on the fly because the interpolation factor is an argument of its constructor.

The alternative is to inherit from gr::block instead.  If the set_output_multiple() could be called on the fly, then the problem is solved.

The problem is, the set_output_multiple() could not be changed on the fly !
http://lists.gnu.org/archive/html/discuss-gnuradio/2010-11/msg00504.html

Any solution to this?
The objective is to create an interpolator block that its interpolation factor could be changed on the fly.

Thanks in advance.

Regards,
Activecat

reply via email to

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