Community Profile

photo

aparna mishra


Last seen: 4 years ago Active since 2020

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


i have written a code for BER v/s SNR calculation for AWGN channel with pilot insertion.why i m not getting feasible results
M=2; N=64; Np=4; Nframes=1000; D = round((M-1)*rand((N-Np),Nframes)); data=D'; data=data(:); Mod=pskmod(D,M); ...

4 years ago | 0 answers | 0

0

answers

Question


i m getting 'subscript assignment dimension mismatch' in my code in 'line 18'
M=2; N=64; Np=4; Nframes=1000; D = round((M-1)*rand((N-Np),Nframes)); Mod=pskmod(D,M); Mod=Mod'; pilot=3+3j; pilotdata=z...

4 years ago | 1 answer | 0

1

answer