I want plot a very fast signal that came from USB3.0 port (it is actually signal of a sensor that transferred to my computer via FTDI:FT601 with 50MHz data rate) in a C# program. the program should be able to show real time data. the bandwidth of signal that is important for me is about 4kHz-200kHz.
I have tried several libraries for plotting real time data such as: OpenGL, C# MSChart, ZedGraph library. but the highest speed I've got so far from these different method is something about 100Hz for plot and THIS IS NOT ENOUGH to show the impulse responses that my sensor detects.
Is there any method that helps me to show my signal faster?