Exemple #1
0
 public void stop()
 {
     ctrlSDR.stop();
     controlGenerator.stop();
     ctrlSDR          = null;
     sdrCATCommand    = null;
     controlGenerator = null;
 }
Exemple #2
0
        public void startWithoutSignal()
        {
            _stop = false;

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

            initializeSDRProgram();

            measureNoiseFloor();

            writeToFile();
        }