Execute nLog(n) algorithm in real time
Hey,I am planning an algorithm that needs to work in Real time.The system includes an ADC that samples in rate of 5Msps and the interface with the CPU is 80MHz in SPI.From primary calculation the running time Complexity is O(n log n), and the result...