Example #1
0
/**************************************************************************************
** Setting up Detector parameters
***************************************************************************************/
void RadioSim::setupParams()
{
    // Our Detector is an 8 bit Detector, 100MHz frequency 1MHz bandwidth.
    SetDetectorParams(1e+6, 1.42e+9, 16, 1.0e+6, 1);

    Streamer->setPixelFormat(INDI_MONO, PrimaryDetector.getBPS());
}
Example #2
0
/**************************************************************************************
** Setting up Detector parameters
***************************************************************************************/
void RadioSim::setupParams()
{
	// Our Detector is an 8 bit Detector, 100MHz frequency 1MHz bandwidth.
	SetDetectorParams(1, 1.42e+9, 8, 1.0e+6, 1);
}
/**************************************************************************************
** Setting up Detector parameters
***************************************************************************************/
void SimpleDetector::setupParams()
{
    // Our Detector is an 8 bit Detector, 100MHz frequency 1MHz samplerate.
    SetDetectorParams(1000000.0, 100000000.0, 8);
}