Ejemplo n.º 1
0
 public void stop()
 {
     ctrlSDR.stop();
     controlGenerator.stop();
     ctrlSDR          = null;
     sdrCATCommand    = null;
     controlGenerator = null;
 }
Ejemplo n.º 2
0
 public void stop()
 {
     ctrlSDR.stop();
     controlGenerator.stop();
     ctrlSDR = null;
     sdrCATCommand = null;
     controlGenerator = null;
 }
Ejemplo n.º 3
0
        public void startWithoutSignal()
        {
            _stop = false;

            ctrlSDR       = new ControlPowerSDR();
            sdrCATCommand = new SDRCATCommand();

            initializeSDRProgram();

            measureNoiseFloor();
        }
Ejemplo n.º 4
0
        public void startWithoutSignal()
        {
            _stop = false;

            ctrlSDR = new ControlPowerSDR();
            sdrCATCommand = new SDRCATCommand();

            initializeSDRProgram();

            measureNoiseFloor();
        }