sample_config config = { 1, 8, 1, 95, 0 } ;
void printConfig()
sample_config config = { 1, 8, 1, 95, 0 } ;
void printConfig()
/**
* Setup the FPGA to listen for samples. This method downloads the FPGA bitstream
* if not already loaded, sets divisor and starts up the antenna.
/**
* Setup the FPGA to listen for samples. This method downloads the FPGA bitstream
* if not already loaded, sets divisor and starts up the antenna.
LFSetupFPGAForADC(config.divisor, activeField);
// Now call the acquisition routine
LFSetupFPGAForADC(config.divisor, activeField);
// Now call the acquisition routine
}
/**
* Initializes the FPGA for reader-mode (field on), and acquires the samples.
* @return number of bits sampled
**/
}
/**
* Initializes the FPGA for reader-mode (field on), and acquires the samples.
* @return number of bits sampled
**/