Home
last modified time | relevance | path

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

/dports/comms/fldigi/fldigi-4.1.20/src/throb/
H A Dthrob.cxx93 if (rxtone[i]) delete [] rxtone[i]; in ~throb()
238 rxtone[i] = mk_rxtone(freqs[i], txpulse, symlen); in throb()
431 rxword[i] = cmac(rxtone[i], symbol, symptr + 1, rxsymlen); in rx()
447 z2 = cmac(rxtone[maxtone], symbol, symptr + 2, rxsymlen); in rx()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dthrob.h82 cmplx *rxtone[55]; variable