serdes.PassThrough
Propagates baseband signal without modification
Description
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?
Creation
Description
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
)
Example: SatAmp = serdes.PassThrough('Modulation',4)
returns a
PassThrough object with PAM4 modulation scheme.
Properties
Object Functions
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)
Examples
Extended Capabilities
Version History
Introduced in R2019a
See Also
serdes.FFE
| FFE | serdes.CTLE
| CTLE | DFECDR | serdes.DFECDR