FFE tap weights, specified as a row vector in volts. The length of the vector
specifies the number of taps. The vector element value specifies the strength of the tap
at that element position. The tap with the largest magnitude is the main tap and
therefore defines the number of pre- and post-cursor taps.
You can use a valid MATLAB expression to evaluate the Initial tap weights
(V) row vector.
Example: set_param(gcb,'TapWeights',"zeros[(1,4) 1 zeros(1,15)]")
creates an FFE with 20 taps where the fifth tap is the main tap.
Programmatic Use
Use get_param(gcb,'TapWeights')
to view the current FFE
Tap weights.
Use set_param(gcb,'TapWeights',value)
to set FFE to a
specific Tap weights vector.
Data Types: double