Magnitude or absolute value block

Hello,

Does GNURadio have a magnitude or absolute value block? I found one
mentioned in the archives but don’t see it in any of the documentation.

Thanks,
~Chris~

Robert R. wrote:

Does GNURadio have a magnitude or absolute value block? I found one
mentioned in the archives but don’t see it in any of the documentation.

gr.complex_to_mag()

It takes a stream of complex samples and outputs a 1 for 1 stream of
floats.

-Johnathan