RENEWLab
1.1.0
RENEW project
|
Functions | |
switch (MOD_ORDER) case 2 % BPSK data | |
demod_fcn_16qam, syms | arrayfun () |
Variables | |
function | data |
function Inc Distributed under the WARP License | http |
function Inc Distributed under the WARP License Rice University RENEW OPEN SOURCE | LICENSE |
demod_fcn_qpsk = @(x) double(2*(real(x)>0) + 1*(imag(x)>0)) | |
demod_fcn_16qam = @(x) (8*(real(x)>0)) + (4*(abs(real(x))<0.6325)) + (2*(imag(x)>0)) + (1*(abs(imag(x))<0.6325)) | |
demod_fcn_64qam | |
|
virtual |
switch | ( | MOD_ORDER | ) |
case QPSK data |
demod_fcn_16qam = @(x) (8*(real(x)>0)) + (4*(abs(real(x))<0.6325)) + (2*(imag(x)>0)) + (1*(abs(imag(x))<0.6325)) |
demod_fcn_64qam |
function Inc Distributed under the WARP License http |
function Inc Distributed under the WARP License Rice University RENEW OPEN SOURCE LICENSE |