| 42 | == Update 04/20/17 == |
| 43 | Our main desired feature is AWGN generation, at some specified power level, bandwidth, and center frequency. Unfortunately, NI-RFSG does not support this natively. Instead, we must build a RFSG driver extension, to add the capability to the existing FPGA image. |
| 44 | |
| 45 | Building FPGA images is not supported under windows 10, due to xilinx depreciating the ISE toolkit. We can run such programs, if the bitfiles are compiled elsewhere. |
| 46 | |
| 47 | As a short stop, we have created a labview VI that pre-generates appropriate noise, and replays it in a loop, of duration 0.1 second. This will properly interfere with things, but will not be properly uncorrelated. |
| 48 | |
| 49 | Current roadblock for streaming: RFSG driver extension requires RFSG source code, which is only available through labview beta program. Link is currently broken, must ask NI support how to continue. |