public void stop() { ctrlSDR.stop(); controlGenerator.stop(); ctrlSDR = null; sdrCATCommand = null; controlGenerator = null; }
public void startWithoutSignal() { _stop = false; ctrlSDR = new ControlPowerSDR(); sdrCATCommand = new SDRCATCommand(); initializeSDRProgram(); measureNoiseFloor(); writeToFile(); }