discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] coding bug in gr-channels/lib/flat_fader_impl.cc


From: qin 1921
Subject: [Discuss-gnuradio] coding bug in gr-channels/lib/flat_fader_impl.cc
Date: Thu, 24 Apr 2014 11:57:28 +0800

I believe there is a bug in file gr-channels/lib/flat_fader_impl.cc, line 67

according to Eq.4 of paper "Improved Models for the Generation of Multiple Uncorrelated Rayleigh Fading Waveforms" published on IEEE COMMUNICATIONS LETTERS, VOL. 6, NO. 6, JUNE 2002, 

that line should be changed from:

         float alpha_n = (2*M_PI*n - M_PI + d_theta)/4*d_N;

to:
       
        float alpha_n = (2*M_PI*n - M_PI + d_theta)/(4*d_N);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]