Help with a Matlab Code for Wimax 802.16 simulation, OFDM, MCCDMA

2 views (last 30 days)
Hello,
I have recently found this master thesis, with a code that simulates Wimax 802.16 OFDM and MC-CDMA. I have downloaded it as PDF file, tried to copy the master code and all the functions in to matlab files. The problem is the code is written for Matlab 7.3 and i could only try it on Matlab 7.1 and Matlab 2009b. I have received diferent errors with both versions. With matlab 7.1 i have received error at line 178 "chan = ricianchan(Ts,fd,k,tau,P_db); %construct the channelobject object". I have tried to fix it by copy the exact syntax suggested by Matlab but it continue with the same error. When i tried to run the code with Matlab 2009b i have received diferent error "n_e=sum(N_errors_T);l=length(data_T);ber_t=n_e./l; error calculation%%%%%%%"-Error using ==> Untitled6 at 346 calculation.
Now i need to make this code work as a part of a course project, the problem is I am not that advanced to correct those errors. I have tried to contact the author on the e-mail provided in the PDF file, but no luck.
What i am asking is, if there is someone who is interested to try and run the code and see if it works at all, and if it does i would appreciate if you help me run the program as well. Thank you in advance.

Answers (1)

Harsha Vardhan Rao  Avunoori
Can you please re-format your question and post the exact error messages in two versions ?

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!