03-21-2015 08:36 AM
hi,
i'm woring on Real-time spectrum sensing using usrp with labview. i would like to know how to plot the usrp baseband spectral info as a 3D spectrogram over the time interval of sensing.
04-27-2015 10:17 AM
You can use the 3D graph from the 3D graph palette in LabVIEW.
You can use shift registers in a loop to catenate each new spectrum measurement (array) to Z matrix (which is the values matrix). This will create a kind of flow effect.