commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 02/05: channel: normalize to avg power 1


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/05: channel: normalize to avg power 1
Date: Sun, 14 Feb 2016 16:33:14 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch next
in repository gnuradio.

commit 004e4af89fabedb9f75d7881503a175d6ad2645e
Author: Bastian Bloessl <address@hidden>
Date:   Wed Feb 10 14:44:44 2016 -0800

    channel: normalize to avg power 1
---
 gr-channels/lib/flat_fader_impl.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-channels/lib/flat_fader_impl.cc 
b/gr-channels/lib/flat_fader_impl.cc
index 0b4cab2..29b3dda 100644
--- a/gr-channels/lib/flat_fader_impl.cc
+++ b/gr-channels/lib/flat_fader_impl.cc
@@ -48,7 +48,7 @@ namespace gr {
 
         d_table(8*1024),
 
-        scale_sin(sqrtf(2.0/d_N)),
+        scale_sin(sqrtf(1.0/d_N)),
         scale_los(sqrtf(d_K)/sqrtf(d_K+1)),
         scale_nlos(1/sqrtf(d_K+1))
     {



reply via email to

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