You are here: Symbol Reference > SignalProcessing Namespace > Classes > TSignalFilter Class > TSignalFilter Members
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalFilter Members

The following tables list the members exposed by TSignalFilter.

 
Name 
Description 
 
This is DelayFilterState, a member of class TSignalFilter. 
 
The record holds the initialized FIR filter ready to be passed to FirFilter routine.  
 
The record holds the initialized IIR filter ready to be passed to FirFilter routine.  
 
The record holds the initialized Median filter ready to be passed to MedianFilter routine.  
 
Name 
Description 
 
Appends Sample to the end of the signal. 
 
Copy 
Copies signal Data and sampling frequency information. 
 
Compute the CREST parameter. 
 
Init 
Initialize streaming filter with Taps.  
 
If all Inputs[i] are dirty the function returns true. 
 
When called, the method will pass Update requests recursively to all connected objects. 
 
Notifies all connected components that this component has fresh data. 
 
Load the component from stream.  
 
Convert marks to strings. 
 
Find minimum and maximum amplitude and store the result in the MinAmplt and MaxAmplt properties. 
 
The method can be assigned to some other component even handler, as a notification that a parameter has changed and that Self should consider a recalculation. 
 
Peak 
Find the maximum deviation of the signal from its mean value. 
 
Recursively processes all connected components backward and calls Reset method. 
 
Prepare the defined filter for streaming.  
 
Filter data in Src and place the result in Dst.  
 
This is the overview for the ProcessSample method overload. 
 
Pull 
Request recalculation of the entire chain of all connected components. 
 
Calls Pull until pipeEnd is returned.  
 
Same as setting Prepared to false. Reinitializes the delay lines.  
 
Save the component state to stream.  
 
Size 
Assign the size of the signal from Src. 
 
Returns the currently designed IIR filter in state space form.  
 
Returns the currently designed IIR filter in zero pole form.  
 
Request recalculation of the data and place the result in Self. 
 
Call this method only, if SuspendNotifyUpdate is True. 
 
Convert values to strings. 
 
Returns the currently designed IIR filter in zero pole form.  
 
Name 
Description 
 
Returns the upper bandwidth edge of the signal. 
 
Returns the lower bandwidth edge of the signal. 
 
Default property to access values of a complex signal. 
 
Dt 
Time between two consecutive samples. 
 
Frequency resolution obtained, if an FFT algorithm would be run on the data. 
 
Number to label the object when it is an item in the List. 
 
Stores the time stamps and amplitude of selected samples. 
 
Stores the maximum amplitude of the signal found by the MinMax method. 
 
MaxX 
Use the MaxX property to store the time stamp (in seconds) of the right most sample. 
 
Stores the minimum amplitude of the signal found by the MinMax method. 
 
MinX 
Use the MinX property to store the time stamp of the left-most sample. 
 
Returns the state of the pipe after the last update. 
 
Returns true, if the filter has been succesfully initialized.  
 
The length of the signal in seconds. 
 
Set this property to True, to prevent calling OnNotifyUpdate from the Update Method. 
 
Set it to True to indicate, that valid signals will be connected to the Input or Inputs properties. 
 
Default property to access values of a real signal. 
 
Name 
Description 
 
Set active to false to suppress the propagation of the Pull request and the subsequent call to the Update method. 
 
If True, the Order/FirLength of the IIR/FIR filters will be automatically estimed.  
 
Return the bandwidth of the signal. 
 
Beta 
Beta is the parameter for the Kaiser window. 
 
Get or set the number of channels multiplexed in the data property. 
 
Set this property to true, to request computation using complex numbers.  
 
If True, the component will pass on the udpate request to the connected component. 
 
Data 
Stores the result of the processing. 
 
The phase delay (must be less then DownSample) used by the multi-rate FIR filter.  
 
The downsample factor used by the multi-rate FIR filter.  
 
Set this property to True, if you have defined your own filter response and have placed the taps in the Taps property.  
 
Holds a list of defined filters.  
 
Defines the length of the FIR/Median filter, if the AutoFilterOrder property is false.  
 
Specifies the FIR filter design method to be used.  
 
may not have default to allow switching of default precision 
 
Set this property to true to lock changes to FloatPrecision property.  
 
Defines the combined fractional delay of the input signal (integer + fraction).  
 
Defines the FIR filter properties used for fractional delay filtering.  
 
Grid density used by the remez exchange algorithm for optimal FIR filter design.  
 
Set it to True, if you want to explicitelly define the Beta parameter for the Kaiser window, when designing a FIR filter windowed with a Kaiser window.  
 
Specifies the IIR frequency transformation method to use.  
 
Specifies the IIR filter design method to be used.  
 
Must be "Hidden" unless it is published 
 
may not have default to allow switching of default precision 
 
Get or set the length of the signal in samples. 
 
The value of the normalized frequency used when defining multiband filters.  
 
The event is triggered after the call to the Update method. 
 
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. 
 
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".  
 
Defines the order of the IIR filters, if AutoFilterOrder is false.  
 
Specifies the type of the filter, to be designed.  
 
Defines the sampling frequency of the signal. 
 
Defines the factor by which to multiply the input signal.  
 
Taps 
Holds the taps for the filter.  
 
The phase delay (must be less then UpSample) used by the multi-rate FIR filter.  
 
The upsample factor used by the multi-rate FIR filter.  
 
True, if you want to normalize the frequency of the defined bands.  
 
Set the wavelet to be used for wavelete decomposition.  
 
Selects the result of wavelet decomposition.  
 
Defines the first wavelet parameter (if required).  
 
Defines the second wavelet parameter (if required.)  
 
Specifies the window type to be used when designing windowed FIR filters.  
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!