Does anyone has examples, guides and references for using the Analytics Builder to detect signal patterns. E.g. Can it be used to detect a Sine Wave signal? So it a sine wave is detected, output a “1” else “0”. If so, how can it be done. Do you have a sample model?
Error messages / full error message screenshot / log file:
NA
Question related to a free trial, or to a production (customer) instance?
signal processing will typically require custom blocks where you need to implement the signal processing logic in EPL. We have a directory of open source blocks, where you can find two subfolders:
blocks - you find some blocks for edge detection and root mean square calculation
simulation-blocks - blocks to create various signals to test your signal detection logic. It does support sine wave and approximations of it to simulate real-world signals.