Propagates baseband signal without modification
The serdes.PassThrough
System object™ passes the input signal without any modification. This System object is used as a place holder within a SerDes system and as a template for
user-authored system objects for use in SerDes Toolbox™.
To propagate the signal through a serdes.PassThrough
:
Create the serdes.PassThrough
object and set its properties.
Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?.
returns an
empty pass through object that returns the input signal unchanged.PassThrough
= serdes.PassThrough
sets properties using one or more name-value pairs. Enclose each property name in quotes.
Unspecified properties have default values.PassThrough
= serdes.PassThrough(Name
,Value
)
SatAmp = serdes.PassThrough('Modulation',4)
returns a
PassThrough object with PAM4 modulation scheme.To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj
, use
this syntax:
release(obj)
CTLE | DFECDR | FFE | serdes.CTLE
| serdes.DFECDR
| serdes.FFE