Feature Request: Make "stop at" option in the RTA unconditional, and allow numbers starting from 1

KSTR

New Member
Thread Starter
Joined
Jun 7, 2019
Posts
52
When analyzing files or real-time date with the RTA, it would be nice if one could stop the acquisition at a certain frame, starting from 1 (not 2). Also allow stopping unconditionally, not just for averages.
That would make the "stop at" option quite a bit more useful for me, for example reducing external preprocessing (like trimming data to one exact FFT length).
 
That isn't possible for live data as initial samples are discarded to allow for buffers to flush through. For processing files set the overlap to 0% and the RTA will only process complete FFT lengths of data, any left over samples at the end of the file are ignored.
 
Back
Top