The enabled hold block keeps the input value when the enable signal is 0 and accepts a new input when the enable
signal is > 0. This block is needed since the fractional interval is updated by the mod-1 counter only
once per symbol but the interpolator needs it 2 times per symbol. The hold operation ensures that the
interpolator is using the proper value for the fractional interval. Simulink provides skeletal enabled subsystems: Simulink -> Ports & Subsystems -> Enabled SubsystemThe default enabled subsystem is shown below: The subsystem consists of a simple wire with the enable icon above it. This means the wire is only
active when the enable signal exceeds a predefined threshold (double click on the enable block to set
the threshold). When the enable signal is below the predefined threshold, nothing happens and the output
holds its value.
|