Rayleigh Fading Channel Generation

This .m file generates rayleigh channel model based on Inverse DFT method.

Al momento, stai seguendo questo contributo

This function generates normalized rayleigh samples based on Inverse DFT method as was proposed by David J. Young, and Norman C. Beaulieu "The Generation of Correlated Rayleigh Random Variates by Inverse Discrete Fourier Transform, "
Sample Use:
chan=genRayleighFading(512,ceil(10000/512),1e4,100);
chan=chan(1:10000);
where 10000=number of needed samples
parameters:
fftsize: size of fft which used
numBlocks: number of samples/fftsize
fs: sampling frequency(Hz)
fd: doppler shift(Hz)

Cita come

Arijit Ukil (2026). Rayleigh Fading Channel Generation (https://it.mathworks.com/matlabcentral/fileexchange/24318-rayleigh-fading-channel-generation), MATLAB Central File Exchange. Recuperato .

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.0.0.0