Generates a signal containing a ramp pattern of samples.
Type of ramp to generate.
Name | Value | Description |
---|---|---|
Linear | 0 | Uses the linear type. |
Logarithmic | 1 | Uses the logarithmic type. |
Default: Linear
First value of the ramp. This node does not impose conditions on the relationship between start and end. Therefore, this node can generate ramp-up and ramp-down patterns.
Default: 0
Error conditions that occur before this node runs. The node responds to this input according to standard error behavior.
Default: No error
Sampling rate in samples per second.
This input is available only if you configure this node to return a waveform.
Default: 0.1
Number of samples in the signal.
Default: 128
Output ramp pattern.
This output returns a waveform or an array of double-precision, floating point numbers.
Let the sequence X represent ramp pattern. If type is Linear, the node generates the pattern according to the following equation:
for i = 0, 1, 2, …, n - 1
where
Let the sequence X represent ramp pattern. If type is Logarithmic, the node generates the pattern according to the following equation:
for i = 0, 1, 2, …, n - 1
where
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported