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
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -66,7 +66,7 @@ except KeyError as e:
raise
def mkcondition(pipeline, src, target_rate, instrument, psd = None, psd_fft_length = 32, ht_gate_threshold = float("inf"), veto_segments = None, nxydump_segment = None, track_psd = False, block_duration = 1 * Gst.SECOND, zero_pad = None, width = 64, statevector = None, dqvector = None, fir_whiten_reference_psd = None):
def mkcondition(pipeline, src, target_rate, instrument, psd = None, psd_fft_length = 32, ht_gate_threshold = float("inf"), veto_segments = None, nxydump_segment = None, track_psd = False, block_duration = 1 * Gst.SECOND, zero_pad = None, width = 64, statevector = None, dqvector = None, fir_whiten_reference_psd = None, track_latency = False):
"""
Build pipeline stage to whiten and downsample h(t).
@@ -356,7 +356,7 @@ def mkcondition(pipeline, src, target_rate, instrument, psd = None, psd_fft_leng
return head
def mkmultiband(pipeline, head, rates, unit_normalize = True):
def mkmultiband(pipeline, head, rates, instrument = None, unit_normalize = True):
"""
Build pipeline stage to multiband a stream.
Loading