Page 1 of 1

Tuning a signal and getting the signal strength and quality

Posted: Tue Oct 02, 2007 10:54 pm
by qwert1515
I would like to tune a frequency and get the signal strength and signal quality and log it to a file, how can I tune a signal and get the quality using c++?

Thanks.

Posted: Thu Oct 04, 2007 12:01 pm
by rel
by using DDMODAPI_SET_TUNER

use a pointer to TSetTunerParams structure as parameter

Posted: Fri Oct 05, 2007 1:29 pm
by qwert1515
Thanks for that API command, I will try that.