Skip to content

← spectral package

LombScargleSpectrum

Calculate the power spectrum of the given data using the Lomb-Scargle method, which is intended for unevently sampled data.

More Info... Version 1.1.0

Ports/Properties

data

Data to process.

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

normalize

Compute normalized periodogram.

  • verbose name: Normalize
  • default value: False
  • port type: BoolPort
  • value type: bool (can be None)

pre_center

Pre-center amplitudes by subtracting the mean.

  • verbose name: Pre Center
  • default value: False
  • port type: BoolPort
  • value type: bool (can be None)

n_out

Number of data points in frequency array.

  • verbose name: Data Points
  • default value: 1000
  • port type: IntPort
  • value type: int (can be None)

min_freq

Minimum frequency of frequency array in Hertz.

  • verbose name: Minimum Frequency (Hz)
  • default value: 0.01
  • port type: FloatPort
  • value type: float (can be None)

max_freq

Maximum frequency of frequency array in Hertz.

  • verbose name: Maximum Frequency (Hz)
  • default value: 100
  • port type: FloatPort
  • value type: float (can be None)

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)