Real Time Data processing

I’m looking for something which can handle re<l time data. I would have 100MSp/s and would need ~1000 multiplications per cycle. The Jetson would be perfect but I have no idea if it would be possible to get the latency through the board down to less than 100ns.

Do you have some sort of benchmark application you’d like to have run on a Jetson?

There’s a lot more to getting everything working together than just multiplications since there’s a lot more going on to get to that multiplication than multiplying something already in memory. More about the nature of the data would be useful, e.g., floating point versus integer, whether parallel processing is useful on the data, so on.