Home
last modified time | relevance | path

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

/dports/comms/linrad/linrad-04.02/
H A Dtxssb.c124 t2=r1*t1*tx_agc_factor*(tx_highest_bin-tx_lowest_bin+1); in tx_ssb_step3()
127 tx_agc_factor=TX_AGC_THRESHOLD/(r1*t1); in tx_ssb_step3()
129 t2=tx_agc_factor*(tx_highest_bin-tx_lowest_bin+1)*r1; in tx_ssb_step3()
1116 tx_agc_factor=tx_agc_decay*tx_agc_factor+(1-tx_agc_decay); in spproc_setup()
1117 micfft_bin_minpower=micfft_bin_minpower_ref*tx_agc_factor*tx_agc_factor; in spproc_setup()
1143 t1=20*log10(tx_agc_factor); in spproc_setup()
1145 if(tx_agc_factor < 0.1)tx_agc_factor=0.1; in spproc_setup()
1147 micagc_pix2=-log10(tx_agc_factor)*TX_BAR_SIZE; in spproc_setup()
1190 if(r2>10/tx_agc_factor)r2=10/tx_agc_factor; in spproc_setup()
H A Dtx.c775 tx_agc_factor=tx_agc_decay*tx_agc_factor+(1-tx_agc_decay); in run_tx_output()
776 micfft_bin_minpower=micfft_bin_minpower_ref*tx_agc_factor*tx_agc_factor; in run_tx_output()
777 micfft_minpower=micfft_minpower_ref*tx_agc_factor*tx_agc_factor; in run_tx_output()
787 if(tx_agc_factor < 0.1)tx_agc_factor=0.1; in run_tx_output()
802 if(r2>10/tx_agc_factor)r2=10/tx_agc_factor; in run_tx_output()
1497 tx_agc_factor=1; in init_txmem_spproc()
H A Dtxvar.c87 float tx_agc_factor; variable
H A Dtxdef.h115 extern float tx_agc_factor;