Generate Signal Table

../../../../_images/signal.svg

Generates a table with signals like sinus, cosinus, etc.

ref. nodes:Generate Signal Tables

Ports:

Outputs:

port0:

table

Signal Table

Configuration:

column_entries
The number of column entries to be generated.
column_length
The length of columns to be generated.
signal_type
The signal to be generated.
amplitude
The amplitude of the signal to be generated.
frequency
The frequency of the signal to be generated.
period
The period of the signal to be generated.
use_period
Use Period [Checked] or Frequency [Unchecked] to generate the signal.
phase_offset
The phase offset of the signal to be generated.
add_noise
If random noise should be added to the signals.
noise_amplitude
The amplitude of the noise.
index_column
Add an index column to the beginning of the table.

To generate data fast and easy is valuable when you want to test the functionality of nodes or during the development process of nodes. In Sympathy random data can be generated for both Tables and ADAFs, both a single object or as a list with several objects. The random data consists of random floats in the half-open interval [0.0, 1.0). The Generate Signal Nodes allow the generation of sinus, cosines or tangent signals with or without added random noise.

The properties of the outgoing objects are specified in the configuration of the nodes. For example for ADAFs, it is possible to specify the number of signals in the various containers, how many attributes will be connected to each signal or the number of elements in the signals. Similar properties can be specified for Tables, where far less alternatives are given.

class node_generate.GenerateSignalTable[source]