Reference

Components
Signal Analyser
Description
The Signal Analyser allows you to analyse the signal that would be produced by a section of Poly components. The Analyser simply runs the
Poly code section for a defined number of samples. The output is an array containing the calculated samples. You can then plot this on a
graph or use it for some other calculation.
The other outputs from the Signal Analyser are a String containing the compiled code for the attached Poly section and an array of the
number of cpu cycles used for each calculated sample.
NOTE: You cannot connect an Analyser into a section of code that contains a Poly to Mono component.
Connectors
Inputs Type Outputs Type
Section of Poly components
to analyse
Poly Array of calculated
samples
Float Array
The number of
samples to calculate
Int The compiled code for
the attached Poly
section
String
Trigger to recalculate Trigger Array of cpu cycles
used for each sample
Float Array
380 of 494