Overview
Buffers the input into larger block sizes. Non-overlapping
Discussion
This module is the interface between small block processing and large block processing. The module buffers up small blocks of data into larger non-overlapping blocks. The larger blocks are executed in a lower priority thread compared to the smaller blocks. The module works on any 32-bit data type including integer, fract32, and floating-point.
...
Note, not all targets support this. Check the target documentation to see how many levels of audio processing are supported.
Type Definition
-Not Shown-
Pins
Input Pins
Name: in
Description: audio input
...
Complex support: Real and Complex
Output Pins
Name: out
Description: audio output
Data type: {float, int, fract32}
MATLAB Usage
File Name: buffer_up_subsystem.m
...