I was looking for something like the DSA that can measure amplifier noise floor and was wondering what options are out there?
I was thinking the same. Couldn't find anything I like in the market, so I decided to roll my own. I ordered a AD4630-24 eval board (back ordered till late Nov unfortunately) to pair it with a beefy Zynq ultrascale dev board I already have, so the hardware should be plug n play.
It will take the AD4630-24 32.768ms to collect 65536 samples at 2 MSPS. Vivado estimates the zynq chip can do 2 channel, 30 bit input, 65536 bin FFT in roughly 1.5ms, so it should be no problem at all to have 32768 lines FFT resolution and 1MHz real time bandwidth. The AD4630-24 has 105.7 dB typical dynamic range as stated in the datesheet.
For context, the SRS785 cost 14k USD, can only do 800 line FFT, 102.4 kHz real time bandwidth, 90 dB typical FFT dynamic range. The zynq dev board I have cost around 1k USD (massively overkill for the job), and the AD4630-24 eval board is 200 USD. All in all, the cobbled together solution should beat the pants off the SRS785.
Of course, talk is cheap, and I haven't written a single line of code for the project yet, so don't have your hopes set high for now