No BSD License  

Highlights from
Developing custom modulation schemes

image thumbnail
from Developing custom modulation schemes by Marta
Performing Custom Modulation and Demodulation using Agilent Instruments, MATLAB, and Simulink

showSolutionDemod(par, sampleRate, iq)
function showSolutionDemod(par, sampleRate, iq)


symbols = computeSymbolsFromParams(par, sampleRate, iq);
%%
plot(symbols, 'b.', 'MarkerSize', 16);
title('Separated symbols')
xlabel('In-Phase')
ylabel('Quadrature')

Contact us at files@mathworks.com