Skip to content

← signal_processing package

AlignStreams

Aligns multiple streams in the time domain.

Aligns multiple streams by comparing timestamps between streams and trimming the streams to be of equal length. Trims data before the latest start time and after the earliest end time. All streams will be as long as the shortest stream. Version 1.0.1

Ports/Properties

data1

Input data 1.

  • verbose name: Data1
  • default value: None
  • port type: DataPort
  • value type: Packet (can be None)
  • data direction: IN

data2

Input data 2.

  • verbose name: Data2
  • default value: None
  • port type: DataPort
  • value type: Packet (can be None)
  • data direction: IN

data3

Input data 3.

  • verbose name: Data3
  • default value: None
  • port type: DataPort
  • value type: Packet (can be None)
  • data direction: IN

data4

Input data 4.

  • verbose name: Data4
  • default value: None
  • port type: DataPort
  • value type: Packet (can be None)
  • data direction: IN

data5

Input data 5.

  • verbose name: Data5
  • default value: None
  • port type: DataPort
  • value type: Packet (can be None)
  • data direction: IN

data6

Input data 6.

  • verbose name: Data6
  • default value: None
  • port type: DataPort
  • value type: Packet (can be None)
  • data direction: IN

data7

Input data 7.

  • verbose name: Data7
  • default value: None
  • port type: DataPort
  • value type: Packet (can be None)
  • data direction: IN

data8

Input data 8.

  • verbose name: Data8
  • default value: None
  • port type: DataPort
  • value type: Packet (can be None)
  • data direction: IN

data9

Input data 9.

  • verbose name: Data9
  • default value: None
  • port type: DataPort
  • value type: Packet (can be None)
  • data direction: IN

data10

Input data 10.

  • verbose name: Data10
  • default value: None
  • port type: DataPort
  • value type: Packet (can be None)
  • data direction: IN

dataN

Additional input data.

  • verbose name: Datan
  • default value: None
  • port type: DataPort
  • value type: list (can be None)
  • data direction: IN

outdata

Output data.

  • verbose name: Outdata
  • default value: None
  • port type: DataPort
  • value type: Packet (can be None)
  • data direction: OUT

set_breakpoint

Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.

  • verbose name: Set Breakpoint (Debug Only)
  • default value: False
  • port type: BoolPort
  • value type: bool (can be None)

metadata

User-definable meta-data associated with the node. Usually reserved for technical purposes.

  • verbose name: Metadata
  • default value: {}
  • port type: DictPort
  • value type: dict (can be None)