Skip to content

Instantly share code, notes, and snippets.

@schneider42
Created February 8, 2016 17:03
Show Gist options
  • Save schneider42/7d22c709241d5b0dccb4 to your computer and use it in GitHub Desktop.
Save schneider42/7d22c709241d5b0dccb4 to your computer and use it in GitHub Desktop.
250 ksps, fft, complex128:
Samplerate: 2000000, Signals: 10000
set_data: 0.004 (0.004)
set_center_freq: 0.004 (0.003)
dst.reset: 0.000 (0.000)
xlating_filter: 0.004 (0.002)
get_data: 0.000 (0.000)
misc: 0.000 (0.000)
signal_start: 0.001 (0.001)
fft: 0.001 (0.000)
shift_fft: 0.000 (0.000)
complex_sync_search: 0.006 (0.005)
shift_css: 0.000 (0.000)
shift_phase: 0.000 (0.000)
filter_rrc: 0.000 (0.000)
total: 0.020 (0.017)
real: 0.020 (0.017)
--------------------------------
500 ksps, xlating_fft, complex128:
Samplerate: 2000000, Signals: 1000
set_data: 0.005 (0.002)
set_center_freq: 0.004 (0.003)
dst.reset: 0.000 (0.000)
xlating_filter: 0.003 (0.002)
get_data: 0.001 (0.002)
misc: 0.000 (0.000)
signal_start: 0.001 (0.001)
fft: 0.001 (0.002)
shift_fft: 0.001 (0.002)
complex_sync_search: 0.009 (0.012)
shift_css: 0.001 (0.001)
shift_phase: 0.000 (0.000)
filter_rrc: 0.001 (0.001)
total: 0.027 (0.026)
real: 0.027 (0.026)
--------------------------------
500 ksps, xlating_fft, complex64:
Samplerate: 2000000, Signals: 1000
set_data: 0.005 (0.007)
set_center_freq: 0.004 (0.007)
dst.reset: 0.000 (0.000)
xlating_filter: 0.003 (0.004)
get_data: 0.001 (0.001)
misc: 0.000 (0.000)
signal_start: 0.001 (0.000)
fft: 0.001 (0.001)
shift_fft: 0.001 (0.001)
complex_sync_search: 0.009 (0.007)
shift_css: 0.001 (0.001)
shift_phase: 0.000 (0.000)
filter_rrc: 0.001 (0.001)
total: 0.027 (0.030)
real: 0.027 (0.030)
--------------------------------
500 ksps, numpy, complex64:
Samplerate: 2000000, Signals: 1000
create_shift_signal: 0.006 (0.005)
shift: 0.000 (0.000)
filter: 0.006 (0.004)
decimate: 0.000 (0.000)
misc: 0.000 (0.000)
signal_start: 0.001 (0.001)
fft: 0.001 (0.002)
shift_fft: 0.001 (0.002)
complex_sync_search: 0.005 (0.006)
shift_css: 0.001 (0.001)
shift_phase: 0.000 (0.000)
filter_rrc: 0.001 (0.001)
total: 0.021 (0.021)
real: 0.022 (0.021)
--------------------------------
numpy, complex64:
Input Samplerate: 2000000, Output Samplerate: 250000, Signals: 1000
create_shift_signal: 0.006 (0.009)
shift: 0.000 (0.000)
filter: 0.006 (0.007)
decimate: 0.000 (0.000)
misc: 0.000 (0.000)
signal_start: 0.001 (0.001)
fft: 0.001 (0.000)
shift_fft: 0.001 (0.001)
complex_sync_search: 0.006 (0.007)
shift_css: 0.000 (0.000)
shift_phase: 0.000 (0.000)
filter_rrc: 0.000 (0.000)
total: 0.021 (0.026)
real: 0.021 (0.026)
--------------------------------
numpy, complex64:
Input Samplerate: 4000000, Output Samplerate: 500000, Signals: 1000
create_shift_signal: 0.010 (0.006)
shift: 0.000 (0.000)
filter: 0.011 (0.006)
decimate: 0.000 (0.000)
misc: 0.000 (0.000)
signal_start: 0.001 (0.001)
fft: 0.001 (0.001)
shift_fft: 0.001 (0.001)
complex_sync_search: 0.008 (0.009)
shift_css: 0.001 (0.001)
shift_phase: 0.000 (0.000)
filter_rrc: 0.001 (0.001)
total: 0.033 (0.025)
real: 0.033 (0.025)
--------------------------------
xlating_fft, complex64:
Input Samplerate: 4000000, Output Samplerate: 500000, Signals: 1000
set_data: 0.009 (0.006)
set_center_freq: 0.003 (0.003)
dst.reset: 0.000 (0.000)
xlating_filter: 0.004 (0.004)
get_data: 0.001 (0.001)
misc: 0.000 (0.000)
signal_start: 0.001 (0.001)
fft: 0.001 (0.002)
shift_fft: 0.001 (0.001)
complex_sync_search: 0.009 (0.008)
shift_css: 0.001 (0.001)
shift_phase: 0.000 (0.000)
filter_rrc: 0.001 (0.001)
total: 0.031 (0.028)
real: 0.031 (0.028)
--------------------------------
numpy, complex64:
Input Samplerate: 10000000, Output Samplerate: 500000, Signals: 1000
create_shift_signal: 0.031 (0.036)
shift: 0.002 (0.002)
filter: 0.054 (0.053)
decimate: 0.000 (0.000)
misc: 0.000 (0.000)
signal_start: 0.001 (0.001)
fft: 0.001 (0.001)
shift_fft: 0.001 (0.002)
complex_sync_search: 0.008 (0.008)
shift_css: 0.001 (0.001)
shift_phase: 0.000 (0.000)
filter_rrc: 0.001 (0.001)
total: 0.101 (0.104)
real: 0.101 (0.104)
--------------------------------
xlating_fft, complex64:
Input Samplerate: 10000000, Output Samplerate: 500000, Signals: 1000
set_data: 0.024 (0.021)
set_center_freq: 0.003 (0.003)
dst.reset: 0.000 (0.000)
xlating_filter: 0.006 (0.008)
get_data: 0.001 (0.001)
misc: 0.000 (0.000)
signal_start: 0.001 (0.001)
fft: 0.001 (0.001)
shift_fft: 0.001 (0.001)
complex_sync_search: 0.008 (0.007)
shift_css: 0.001 (0.001)
shift_phase: 0.000 (0.000)
filter_rrc: 0.001 (0.001)
total: 0.047 (0.045)
real: 0.047 (0.045)
--------------------------------
xlating_fft, complex128:
Input Samplerate: 10000000, Output Samplerate: 500000, Signals: 1000
set_data: 0.025 (0.022)
set_center_freq: 0.003 (0.003)
dst.reset: 0.000 (0.000)
xlating_filter: 0.006 (0.004)
get_data: 0.001 (0.001)
misc: 0.000 (0.000)
signal_start: 0.001 (0.001)
fft: 0.001 (0.001)
shift_fft: 0.001 (0.001)
complex_sync_search: 0.008 (0.007)
shift_css: 0.001 (0.001)
shift_phase: 0.000 (0.000)
filter_rrc: 0.001 (0.001)
total: 0.048 (0.041)
real: 0.049 (0.041)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment