Main Content

样品控制总线选择器

Select signals from the control signal bus used withWireless HDL Toolboxblocks

  • Library:
  • 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- 指示输入帧的末端

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

For more detail, seeSample Control Bus

Data Types:bus

Output

expand all

Start of frame, returned as aBoolean标量。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 aBoolean标量。该信号为一个时间步长1(true),对应于帧的最后有效样本。

Data Types:Boolean

Validity of samples, returned as aBoolean标量。This signal is 1 (true) on time steps that correspond to valid samples.

Data Types:Boolean

Extended Capabilities

Introduced in R2017b