You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stores each rlrmrnt of the FftBuf in the individual ThresholdFilter
Config example
fn VaFft:
enable: const bool true # optional, default truesend-to: /AppTest/MultiQueue.in-queueconf point Fft: # Conf for Point's to be exported full name will be: /App/Task/Fft.freqtype: 'Real'# Double / Real / Intinput: point string /AppTest/Exitfreq: 300000# Sampling freqlen: 30000# Length of the FFT sequence processing at a time, also defining number of frequencies returned from the FFTwindow: 512filter: # Filter conf, for each frequency to be filtered on flythreshold: 0.5# absolute threshold deltafactor: 1.5# multiplier for absolute threshold delta - in this case the delta will be accumulated
The text was updated successfully, but these errors were encountered:
Threshold filtering on the FFT results
Config example
The text was updated successfully, but these errors were encountered: