Fast BladeRF communication with Python.
This python file is developed to record the samples with bladeRF. It also converts the SC16_Q11 data binary format to the csv readable file. Both files will automatically be saved in your directory.
Requirements:
1- You need to check the bladerf is completely install on your system (windows and linux wiki for installing bladerf is on: https://github.com/Nuand/bladeRF/wiki ).
2- Connect the bladerf to your system
3- Check if the python bladerf libraries (bindings) are in system path of your system
How to use:
1- Enter you frequency, sampling rate, gain, number of samples, and other information in the code
2- Just run and enjoy!