Skip to content

Instantly share code, notes, and snippets.

@pietern
Created February 15, 2018 16:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pietern/90b87f9ae3ef9ec37caaeff1521d9b6f to your computer and use it in GitHub Desktop.
Save pietern/90b87f9ae3ef9ec37caaeff1521d9b6f to your computer and use it in GitHub Desktop.
pi@goes16:~ $ ./benchmark
AGC (block size=131072)
Time spent in work(): 3.994s
Time per block: 1844784ns
Samples per second: 71.050M
Costas (block size=131072)
Time spent in work(): 3.998s
Time per block: 6500052ns
Samples per second: 20.165M
FIR (N=31, block size=131072)
Time spent in work(): 4.008s
Time per block: 12723638ns
Samples per second: 10.301M
Clock recovery (block size=131072)
Time spent in work(): 4.001s
Time per block: 7814958ns
Samples per second: 16.772M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment