-
Notifications
You must be signed in to change notification settings - Fork 153
Error in line 85 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@andi-ra Thanks bro,my bug is same with you.I use the method of you, I deal with it,thanks! |
function [modulated_symbols,Mod] = mapper(b,N) % MIMO-OFDM Wireless Communications with MATLAB¢ç Yong Soo Cho, Jaekwon Kim, Won Young Yang and Chung G. Kang % http://www.wiley.com//legacy/wileychi/cho/ M=2^b; % Modulation order or Alphabet (Symbol) size |
above code is not running can you please help??? |
Matrix dimensions must agree.
Error in OFDM_basic (line 85)
Neb=Neb+sum(sum(de2bi(X_r,Nbps)~=de2bi(X,Nbps)));
I managed to find a workaround, you can find the corrected (working) file at this address:
[https://gist.github.com/andi-ra/34054a494054d6714f2a374f5738951f]
Everything seems working, feel free to reach if my solution is not correct. Thank you for that great book!!
The text was updated successfully, but these errors were encountered: