Skip to content
Snippets Groups Projects

Plot horizon distance from ranking statistics

Merged ChiWai Chan requested to merge plot_psd_horizon into master
1 unresolved thread
1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
@@ -271,10 +271,7 @@ class Bank_SNR(object):
tseries.data.data = array
return tseries
class SNRTrackerMixin(object):
#def __init__(self, *arg, **kwargs):
# ...
class SNRTrackerMixin:
def on_snr_buffer(self, buf):
"""Callback function for SNR appsink."""
with self.lock:
Loading