This matrix crops a data matrix. A tagged stream combined with vectors as items represent a matrix. crop_x and crop_y gives the ranges which shall be pushed through. Rest of the matrix is lost.
More...
#include <crop_matrix_vcvc.h>
|
static sptr | make (int vlen, std::vector< int > crop_x, std::vector< int > crop_y, std::string len_key="packet_len") |
| Return a shared_ptr to a new instance of radar::crop_matrix_vcvc.
|
|
This matrix crops a data matrix. A tagged stream combined with vectors as items represent a matrix. crop_x and crop_y gives the ranges which shall be pushed through. Rest of the matrix is lost.
- Parameters
-
vlen | Vector length |
crop_x | Index range on x axis to crop matrix |
crop_y | Index range on y axis to crop matrix |
len_key | Packet length key for tagged stream |
◆ sptr
◆ make()
static sptr gr::radar::crop_matrix_vcvc::make |
( |
int |
vlen, |
|
|
std::vector< int > |
crop_x, |
|
|
std::vector< int > |
crop_y, |
|
|
std::string |
len_key = "packet_len" |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: