Home
last modified time | relevance | path

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

/dports/comms/linrad/linrad-04.02/
H A Dfft2var.c40 int hg_floatypix; variable
H A Dfft2def.h59 extern int hg_floatypix;
H A Dhires_graph.c624 hg.blanker_ston_fft1=(float)pow(10.,HG_STON_RANGE*k/hg_floatypix); in make_blanker_ston1()
636 hg.blanker_ston_fft2=(float)pow(10.,HG_STON_RANGE*k/hg_floatypix); in make_blanker_ston2()
1005 hg_floatypix=hg_ston_y0-hg.ytop-2*text_height; in make_hires_graph()
1006 hg_ston1_y=hg_ston_y0-(int)(hg_floatypix*log10(hg.blanker_ston_fft1)/HG_STON_RANGE); in make_hires_graph()
1007 hg_ston2_y=hg_ston_y0-(int)(hg_floatypix*log10(hg.blanker_ston_fft2)/HG_STON_RANGE); in make_hires_graph()