Phase Trellis Plot for Digital Communication Systems

Plotting given binary data into a Phase Trellis Plot. Code flexible for any limit of binary digits, and has limits -pi to pi.

You are now following this Submission

Algorithm:
1) If input is 1, add pi/2 to the previous value and append to output if the output is above pi, else subtract by 2pi.
2) If input is 0, subtract pi/2 from the previous value and append to output if the output is below pi, else increase by 2pi.

Cite As

Gautam Chettiar (2026). Phase Trellis Plot for Digital Communication Systems (https://www.mathworks.com/matlabcentral/fileexchange/103285-phase-trellis-plot-for-digital-communication-systems), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.1

Added small bug fix and tags.

1.0.0