i am collecting data at 50 samples per second rate for 15 secs and
processing it taking each data point. the process time is very long.
the data is processed in a while loop. while loop executes more than
200k times per second then why is it taking so much time to process
750k samples? do i need to consider anything while creating the while
loop. are there any stnadard ways to increase the speed of processing
data in a loop?

Reply via email to