Rank: 11567 based on 0 downloads (last 30 days) and 0 files submitted
photo

Mohammad Abdul Awal

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Mohammad Abdul View all
Updated File Comments Rating
26 Nov 2008 rayleigh fading channel generator This function generates normalized rayleigh samples based on Inverse DFT Author: Amir Sarrafzadeh

helpful.
I think the code has little bug. It does not work if we set doppler shift (fd) is very small.
I made a small correction, and it works fine for me. just add one line.

fM=fd/fs; %normalized doppler shift
NfM=fftSize*fM;
kM=floor(NfM); %maximum freq of doppler filter in FFT samples

if (kM < 1) kM = 1; end % newly added line

% rest of the code
% ...

I am not sure though why it is like this, as I am not expert in channel analysis.

24 Nov 2008 WiMAX 802.16e PHY and MAC (beta) WiMAX Physical and MAC Layer Author: Muhammad Nadeem Khan

It is a very good module. Is there any SNR calculation in this module? Is it possible to get the SNR in runtime?

Contact us at files@mathworks.com