|
From: | Nasi |
Subject: | [Discuss-gnuradio] how does Doppler shift increment in flat fading channel GNU radio |
Date: | Mon, 22 Feb 2016 17:41:37 +0300 |
#elif FASTSINCOS == 2 | |
float s_i = scale_sin*d_table.cos(2*M_PI*d_fDTs*d_m*d_table.cos(alpha_n)+d_psi[n+1]); | |
float s_q = scale_sin*d_table.cos(2*M_PI*d_fDTs*d_m*d_table.sin(alpha_n)+d_phi[n+1]); | |
#else |
[Prev in Thread] | Current Thread | [Next in Thread] |