You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TCrossSpectrumAnalyzer Class > TCrossSpectrumAnalyzer Members
Dew Signal for .NET
ContentsIndexHome
TCrossSpectrumAnalyzer Members Public Events
Public Events
 
Name 
Description 
 
Event triggered just after the average has been applied.  
 
Event triggered just after complex spectrum has been computed, but before averaging in the complex domain.  
 
The event is triggered after the call to the Update method. 
 
If assigned, this event will be called instead of a call to Bands.Update method.  
 
Event triggered just before the average is applied.  
 
Event triggered just before spectrum type is aplied, but after averaging in the complex domain.  
 
The event is triggered just before the call to the Update method. 
 
The event is triggered after the OnAfterUpdate event. Use this event to update any associated charts or graphs or result tables. 
 
If the Input property is not assigned, the component will call OnGetInput
 
Event returning the custom computed frequency spectrum to be used for computation of the input spectrum.  
 
Assign the event returning the custom computed frequency spectrum to be used for computation of the output spectrum.  
 
The event is called after a call to InternalUpdate, OnAfterUpdate and OnDisplayUpdate from within the Update method. 
 
The event is triggered when ParamUpdate method is called. The ParamUpdate method is usually called by component editors when a value was changed by the user and the editor was "Live".  
 
If assigned, this event will be called instead of a call to Peaks.Update method.  
 
This event is called from the UpdateSpectrum routine. The event is called after the spectrum data is updated and before the chart is updated.  
Copyright (c) 1999-2024 by Dew Research. All rights reserved.