phased.CustomCascadeComponent
Description
The phased.CustomCascadeComponent
System object™ is used with the phased.Transmitter or phased.Receiver
System objects to implement cascade configurations. Cascade configurations let you customize
signal processing behavior. To enable a cascade configuration, set the property
Configuration="Cascade" in the phased.Transmitter or phased.Receiver
System objects.
To create and use a phased.CustomCascadeComponent
System object:
Create the
phased.CustomCascadeComponentobject 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?
Use a phased.CustomCascadeComponent together with a phased.Transmitter and phased.Receiver
System object to create cascade configurations. You can specify a behavior function, the
number of input and output channels, and its name.
Creation
Syntax
Description
creates a component = phased.customCascadeComponent()phased.CustomCascadeComponent
System object, component.
creates a component = phased.customCascadeComponent(Name=Value)phased.CustomCascadeComponent
System object
component, with the specified property Name set to the specified
Value. You can specify additional Name=Value arguments in any order as
(Name1=Value1,...,NameN=ValueN).
creates a component = phased.CustomCascadeComponent(fcn,nin,nout,Name=Value)phased.CustomCascadeComponent, component, with the
BehaviorFcn set to fcn, the
NumInputChannels property set to nin, and the
NumOutputChanels property set to nout.
Properties
Usage
Description
Input Arguments
Output Arguments
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
Version History
Introduced in R2026a







