Phase Trellis Plot for Digital Communication Systems

版本 1.0.1 (1.3 KB) 作者: Gautam Chettiar
Plotting given binary data into a Phase Trellis Plot. Code flexible for any limit of binary digits, and has limits -pi to pi.
21.0 次下载
更新时间 2021/12/14

查看许可证

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.

引用格式

Gautam Chettiar (2024). 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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2021b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.1

Added small bug fix and tags.

1.0.0