GNU Radio 3.7.1 C++ API
gr::blocks::multiply_ff Class Reference

output = prod (input_0, input_1, ...) More...

#include <multiply_ff.h>

Inheritance diagram for gr::blocks::multiply_ff:

List of all members.

Public Types

typedef boost::shared_ptr
< multiply_ff
sptr

Static Public Member Functions

static sptr make (size_t vlen=1)
 Multiply streams of float values.

Detailed Description

output = prod (input_0, input_1, ...)

Multiply across all input streams.


Member Typedef Documentation


Member Function Documentation

static sptr gr::blocks::multiply_ff::make ( size_t  vlen = 1) [static]

Multiply streams of float values.

Parameters:
vlenVector length

The documentation for this class was generated from the following file: