Skip to content

Start/Stop FFT between copying... #776

Answered by pschatzmann
gcopeland asked this question in Q&A
Discussion options

You must be logged in to vote

Yes that should work!

Fragmentation might only be an issue if you allocate/deallocate memory by some other processes after stopping and the system can't allocate the same memory again.

However I would also expect that it might just be good enough to stop and start calling copy() maybe by using a flag.

Also note that one copy() is not good enough! You will need to call copy() for some short period, until you get a stable result. I guess 5 to 15 seconds might be reasonable.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@gcopeland
Comment options

@pschatzmann
Comment options

@gcopeland
Comment options

Answer selected by pschatzmann
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants