Hello,

I found a bug in  digital.sd_psk_2_0x1.    There should not be brackets around 
x_re = x.real.

Regards,
Eugene

----------------------------------------
def sd_psk_2_0x1(x, Es=1):
    '''
    1 | 0
    '''
-    x_re = [x.real,]
+    x_re =[x.real
    dist = Es*numpy.sqrt(2)
    return -dist*x_re
---------------------------------------


________________________

Eugene Grayver, Ph.D.
Aerospace Corp., Sr. Eng. Spec.
Tel: 310.336.1274
________________________
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to