phi_mark          134 src/fsk.c      	double					phi_mark, phi_space;
phi_mark          169 src/fsk.c      	phi_mark = 2. * M_PI / ((double) attr->sample_rate / (double) handle->downsampling_count / (double) fsk_modem_definitions[FSK_BELL202].freq_mark);
phi_mark          173 src/fsk.c      		handle->correlates[0][i] = sin(phi_mark * (double) i);
phi_mark          174 src/fsk.c      		handle->correlates[1][i] = cos(phi_mark * (double) i);