Home
last modified time | relevance | path

Searched refs:N_total (Results 1 – 1 of 1) sorted by relevance

/babblesim_ext_2G4_phy_v1-3.4.0/src/
Dp2G4_channel_and_modem.c242 double N_total = N_ana + N_ISI; //we assume the noise sources are uncorrelated gausian noise in combine_SNR() local
243 rx_status->SNR_total = -10*log10(N_total); in combine_SNR()