Main Content

Sample Control Bus Creator

Create control signal bus for use withWireless HDL Toolboxblocks

  • 库:
  • Wireless HDL Toolbox / Utilities

  • Sample Control Bus Creator block

Description

TheSample Control Bus Creatorblock creates asamplecontrolbus for modeling streaming control signals in communication systems for hardware. SeeSample Control Bus.

The block is an implementation of the Simulink®Bus Creatorblock. SeeBus Creatorfor more information.

Ports

Input

expand all

Start of frame, specified as aBooleanscalar. This signal is 1 (true) for one time step, corresponding to the first valid sample of the frame.

Data Types:Boolean

End of frame, specified as aBooleanscalar. This signal is 1 (true) for one time step, corresponding to the last valid sample of the frame.

Data Types:Boolean

Validity of samples, specified as aBooleanscalar. This signal is 1 (true) on time steps that correspond to valid samples.

Data Types:Boolean

Output

expand all

Control signals accompanying the sample stream, returned as asamplecontrolbus. The bus includes thestart,end, andvalidcontrol signals, which indicate the boundaries of the frame and the validity of the samples.

  • start— Indicates the start of the output frame

  • end— Indicates the end of the output frame

  • valid— Indicates that the data on the outputdataport is valid

For more details, seeSample Control Bus.

Data Types:bus

Extended Capabilities

Version History

Introduced in R2017b