| Contents | Index |
y = pskmod(x,M)
y = pskmod(x,M,ini_phase)
y = pskmod(x,M,ini_phase,symbol_order)
Warning This function is obsolete and may be removed in the future. We strongly recommend that you use the comm.PSKModulator System object instead. |
y = pskmod(x,M) outputs the complex envelope y of the modulation of the message signal x using phase shift keying modulation. M is the alphabet size and must be an integer power of 2. The message signal must consist of integers between 0 and M-1. The initial phase of the modulation is zero. If x is a matrix with multiple rows and columns, the function processes the columns independently.
y = pskmod(x,M,ini_phase) specifies the initial phase of the modulation in radians.
y = pskmod(x,M,ini_phase,symbol_order) specifies how the function assigns binary words to corresponding integers. If symbol_order is set to 'bin' (default), the function uses a natural binary-coded ordering. If symbol_order is set to 'gray', it uses a Gray constellation ordering.
The examples in Create Scatter Plot for PSK Constellation with 16 Points and on the reference page for pskdemod use this function.
dpskdemod | dpskmod | modnorm | pamdemod | pammod | pskdemod | qamdemod | qammod

Learn how to apply early verification to your development process through these technical resources.
How much time do you spend on testing to ensure implementation meets system-level requirements?
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |