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

The following tables list the members exposed by TSpectrogram.

 
Name 
Description 
 
Add 
Add amplitude and phase of the ASpectrum to the current spectrum. 
 
This is the overview for the AmpltEst method overload. 
 
Compute amplitude spectrum from X. 
 
Flip the frequency spectrum on the frequency axis. 
 
This is the overview for the ConvergeToMaximum method overload. 
 
Copy 
Copy ASpectrum to the calling spectrum. 
 
Copies all amplitude spectrums as rows to the destination matrix.  
 
This is the overview for the CopyAmpltTransposed method overload. 
 
Copies all phase spectrums as rows to the destination matrix.  
 
Delete the spectrum at index i.  
 
Differentiate the signal in the frequency domain. 
 
Divide the calling the spectrum with ASpectrum. 
 
Copies marked values from spectrogram to the Trace property.  
 
Filter the peak at Marks position Index from the signal and recalculate the spectrum. 
 
Computes range checked array indexes in the spectrum from frequency values. 
 
If all Inputs[i] are dirty the function returns true. 
 
Insert spectrum at index.  
 
Integrate the signal in the frequency domain. 
 
When called, the method will pass Update requests recursively to all connected objects. 
 
Notifies all connected components that this component has fresh data. 
 
This is IsNumericalInterpolationSupported, a member of class TSpectrum. 
 
Compute the logarithm of the amplitude spectrum and convert to dB. 
 
Convert marks to strings. 
 
Calls MinMaxAmplt and MinMaxPhase. 
 
Find minimum and maximum value of the Amplt spectrum. 
 
Find minimum and maximum value of the Phase spectrum. 
 
Move 
Move spectrum from SrcIdx to DstIdx index.  
 
Mul 
Multiply the calling the spectrum with ASpectrum. 
 
NF 
Calculates the average of the noise. 
 
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. 
 
Return the peak closest to the Freq frequency. 
 
This is the overview for the PhaseEst method overload. 
 
Compute phase spectrum from X. 
 
Recursively processes all connected components backward and calls Reset method. 
 
Compute power spectrum from X. 
 
Pull 
Request recalculation of the entire chain of all connected components. 
 
Calls Pull until pipeEnd is returned.  
 
Reset the spectrogram and delete the stored data.  
 
RMS 
Returns the RMS of the spectrum.  
 
Compute RMS spectrum from X. 
 
Rotate spectrums down or up in the list.  
 
Scale the calling spectrum with Factor. 
 
Initialize spectrum to zero. 
 
SFDR 
Spurious-free-dynamic-range computes the ratio of the largest marked peak towards the second largest. 
 
Signal-to-noise-and-distortion calculates the the ratio of the maximum mark towards the rest (noise). 
 
Size 
Assign Length, Complex and SamplingFrequency properties. 
 
SNR 
Calculates the signal-to-noise ratio. 
 
Sqr 
Square the Amplt and Phase of the ASpectrum and copy it to self. 
 
Subtract ASpectrum from the calling spectrum. 
 
THD 
Returns the ratio of RMS of the marked peaks, excluding the first, towards the first marked peak and returns the result in [%]. 
 
THDN 
The total-harmonic-distortion-and-noise computes the sum of sqares of the rest towards the maximum marked peak. 
 
Request recalculation of the data and place the result in Self. 
 
Updates marks for all spectrums then calls FetchTraces.  
 
Call this method only, if SuspendNotifyUpdate is True. 
 
Propagates settings of Peaks and Bands properties to all spectrums.  
 
Convert values to strings. 
 
Name 
Description 
 
Used to store the number of averages made. 
 
Returns the upper bandwidth edge of the signal.  
 
Returns the lower bandwidth edge of the signal. 
 
If True, the conjugate symmetric part of the frequency spectrum is to be computed. 
 
If True, the conjugate symmetric part of the frequency spectrum will be placed in 0.5..1.0 Fs (as returned by the FFT), and not between -0.5..0.0 Fs. 
 
Specifies the number of the spectrums in the list.  
 
This is Descriptor, a member of class TStaticSpectrumAnalyzer. 
 
Returns true, if the descendant class is derived from TSpectrumAnalyzer.  
 
Number to label the object when it is an item in the List. 
 
Stores the frequency, amplitude and phase of selected frequency bins. 
 
Stores the maximum value of the Amplt spectrum found by the MinMaxAmplt method. 
 
Holds the index at which the maximum amplitude was found by the MinMaxAmplt method. 
 
Stores the maximum value of the Phase spectrum found by the MinMaxPhase method. 
 
Stores the minimum value of the Amplt spectrum found by the MinMaxAmplt method. 
 
Stores the minimum value of the Phase spectrum found by the MinMaxPhase method. 
 
Returns the state of the pipe after the last update. 
 
Total length in seconds between the first and the last spectrum.  
 
Time in seconds at which the spectrogram starts.  
 
Returns spectrum at index i.  
 
Set this property to True, to prevent calling OnNotifyUpdate from the Update Method. 
 
Containes parameters and results for individual traces.  
 
Set it to True to indicate, that valid signals will be connected to the Input or Inputs properties. 
 
Name 
Description 
 
Set active to false to suppress the propagation of the Pull request and the subsequent call to the Update method. 
 
Stores the amplitude of the spectrum. 
 
Holds the parameters for the frequency bands.  
 
Returns the bandwidth of the spectrum in [Hz]. 
 
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. 
 
Dt 
Returns the distance in seconds between two consecutive samples of the signal on which the frequency spectrum is based. 
 
may not have default to allow switching of default precision 
 
Set this property to true to lock changes to FloatPrecision property.  
 
Defines number of harmonics to be used when calculating statistical parameters from the amplitude spectrum. 
 
Returns the frequency resolution in Hz. 
 
Specifies Input for the data to the component.  
 
may not have default to allow switching of default precision 
 
Defines the length of the spectrum.  
 
If true, the stored spectrums will be converted to Logarithmic scale.  
 
Defines the span of the logarithmic spectrum in dB.  
 
Defines the width of the main lobe. Each frequency component in the frequency spectrum should theoretically be infinitely thin. 
 
Maximum number of spectrums up to which the spectrogram will grow.  
 
Specify value other than 0 to indicate the final frequency of the reduce bandwidth.  
 
Specify value other than 0 to indicate the start of the reduced bandwidth.  
 
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.  
 
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".  
 
If assigned, this event will be called instead of a call to Peaks.Update method.  
 
Pointer to the component that manages peak analysis.  
 
Stores the phase of the spectrum.  
 
This property determines how to handle the phase of the frequency spectrum. 
 
Specify the range of the phase spectrum. 
 
Defines the units of phase. (radian, degrees). 
 
Holds the parameters needed to generate a spectrum analysis report. Requires that the descriptor property is properly filled up.  
 
Defines the sampling frequency of the signal on which the frequency spectrum is based. 
 
Defines the length of the signal on which the frequency spectrum is based in seconds. 
 
Time in seconds between consecutive spectrums.  
 
Sampling frequency with which the spectrums are being sampled. When setting this property Dt is automatically updated.  
 
Specifies to track only marked peaks without entire spectrums.  
 
Defines the level of zero padding of the source signal. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!