Created
February 15, 2018 16:56
-
-
Save pietern/90b87f9ae3ef9ec37caaeff1521d9b6f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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