Notes from – pskmod: Modulate signal using M-PSK method https://au.mathworks.com/help/comm/ref/pskmod.html The pskmod function performs M-ary Phase Shift Keying (M-PSK) modulation, converting input symbols (X) into a complex baseband signal (Y). Key Syntax data = randi([0 M-1], 1000, 1); txSig = pskmod(data, M, pi/M); Adding fading to simulation models a more complex and realistic wireless channel ...
Read More