Main Content

样品控制总线选择器

Select signals from the control signal bus used withWireless HDL Toolboxblocks

  • 库:
  • Wireless HDL Toolbox / Utilities

  • 样品控制总线选择器block

Description

The样品控制总线选择器block selects signals from thesamplecontrolbus. This bus is used for modeling streaming control signals in communication systems for hardware. SeeSample Control Bus.

The block is an implementation of the Simulink®Bus Selectorblock. SeeBus Selectorfor more information.

Ports

Input

expand all

Control signals accompanying the sample stream, specified 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 input frame

  • end— Indicates the end of the input frame

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

For more details, seeSample Control Bus.

Data Types:bus

Output

expand all

Start of frame, returned 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, returned 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, returned as aBooleanscalar. This signal is 1 (true) on time steps that correspond to valid samples.

Data Types:Boolean

Extended Capabilities

Version History

Introduced in R2017b