You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TBiAnalyzer Class > TBiAnalyzer Properties > TBiAnalyzer.Recursive Property
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TBiAnalyzer.Recursive Property

If True, bicoherence or bispectrum will be calculated on every call to TBispectrumAnalyzer.Update.

Syntax
C#
Visual Basic
public bool Recursive;

When using runing averaging this allows you to view bicoherence and bispectrum in real time. When analyzing data off-line, this would uneccessarily slow down the routine. If you are interested in the final result only, set Recursive to false. When averaging has finished and Recursive was false, you have to call the Update method to compute the actuall bicoherence/bispectrum. Recursive is True by default.

Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!