Commit cae6a9740517e23d2c437b24d454920181d4f82e
1 parent
fcf9ba9224
Exists in
master
add credit
Showing 1 changed file with 8 additions and 2 deletions Side-by-side Diff
mapping.m
View file @
cae6a97
1 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
2 | +% Code file provided from ECE 257B SP2018 % | |
3 | +% Instructor: Dinesh Bharadia, Manu Seth % | |
4 | +% Department of Electrical and Computer Engineering, % | |
5 | +% University in San Diego, California, USA % | |
6 | +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
7 | + | |
1 | 8 | function [map_out]=mapping(data,mode,scale) |
2 | 9 | |
3 | 10 | % mode : Modulation order in power of 2 (1/2/4/6 = BSPK/QPSK/16-QAM/64-QAM) |