Package SignalLabPkg
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 12: | Line 12: | ||
== Requires == | == Requires == | ||
*[[Package SignalLabBasicPkg]] | *[[Package SignalLabBasicPkg]] | ||
− | |||
− | |||
== Description == | == Description == | ||
Line 19: | Line 17: | ||
== Components == | == Components == | ||
+ | *[[Image:BIGSLMinMax.gif]] [[Image:SLMinMax.gif]] [[Image:NETSLMinMax.gif]] [[Class SLMinMax.TSLMinMax|TSLMinMax]] - Finds the minimal and maximal values in the buffer. | ||
+ | *[[Image:BIGSLMean.gif]] [[Image:SLMean.gif]] [[Image:NETSLMean.gif]] [[Class SLMean.TSLMean|TSLMean]] - Performs a Median Filter. | ||
+ | *[[Image:BIGSLSnippetTrigger.gif]] [[Image:SLSnippetTrigger.gif]] [[Image:NETSLSnippetTrigger.gif]] [[Class SLSnippetTrigger.TSLSnippetTrigger|TSLSnippetTrigger]] - Detects passing trough a level and takes a data snippet around it. | ||
+ | *[[Image:BIGSLPatternDetector.gif]] [[Image:SLPatternDetector.gif]] [[Image:NETSLPatternDetector.gif]] [[Class SLPatternDetector.TSLPatternDetector|TSLPatternDetector]] - Detects patterns in the buffers. | ||
*[[Image:BIGSLSubtractComplex.gif]] [[Image:SLSubtractComplex.gif]] [[Image:NETSLSubtractComplex.gif]] [[Class SLSubtractComplex.TSLSubtractComplex|TSLSubtractComplex]] - Combines two input complex signals by performing Subtract operation. | *[[Image:BIGSLSubtractComplex.gif]] [[Image:SLSubtractComplex.gif]] [[Image:NETSLSubtractComplex.gif]] [[Class SLSubtractComplex.TSLSubtractComplex|TSLSubtractComplex]] - Combines two input complex signals by performing Subtract operation. | ||
*[[Image:BIGSLMultiplyComplex.gif]] [[Image:SLMultiplyComplex.gif]] [[Image:NETSLMultiplyComplex.gif]] [[Class SLMultiplyComplex.TSLMultiplyComplex|TSLMultiplyComplex]] - Combines multiple input complex signals by performing Multiply operation. | *[[Image:BIGSLMultiplyComplex.gif]] [[Image:SLMultiplyComplex.gif]] [[Image:NETSLMultiplyComplex.gif]] [[Class SLMultiplyComplex.TSLMultiplyComplex|TSLMultiplyComplex]] - Combines multiple input complex signals by performing Multiply operation. | ||
Line 81: | Line 83: | ||
== Units == | == Units == | ||
+ | *[[Unit SLMinMax|SLMinMax]] - Contains the code for the [[Class SLMinMax.TSLMinMax|TSLMinMax]] component. | ||
+ | *[[Unit SLMean|SLMean]] - Contains the code for the [[Class SLMean.TSLMean|TSLMean]] component. | ||
+ | *[[Unit SLSnippetTrigger|SLSnippetTrigger]] - Contains the code for the [[Class SLSnippetTrigger.TSLSnippetTrigger|TSLSnippetTrigger]] component. | ||
+ | *[[Unit SLPatternDetector|SLPatternDetector]] - Contains the code for the [[Class SLPatternDetector.TSLPatternDetector|TSLPatternDetector]] component. | ||
*[[Unit SLSubtractComplex|SLSubtractComplex]] - Contains the code for the [[Class SLSubtractComplex.TSLSubtractComplex|TSLSubtractComplex]] component. | *[[Unit SLSubtractComplex|SLSubtractComplex]] - Contains the code for the [[Class SLSubtractComplex.TSLSubtractComplex|TSLSubtractComplex]] component. | ||
*[[Unit SLMultiplyComplex|SLMultiplyComplex]] - Contains the code for the [[Class SLMultiplyComplex.TSLMultiplyComplex|TSLMultiplyComplex]] component. | *[[Unit SLMultiplyComplex|SLMultiplyComplex]] - Contains the code for the [[Class SLMultiplyComplex.TSLMultiplyComplex|TSLMultiplyComplex]] component. | ||
Line 131: | Line 137: | ||
*[[Unit SLAbs|SLAbs]] - Contains the code for the [[Class SLAbs.TSLAbs|TSLAbs]] component. | *[[Unit SLAbs|SLAbs]] - Contains the code for the [[Class SLAbs.TSLAbs|TSLAbs]] component. | ||
*[[Unit SLRemoveDC|SLRemoveDC]] - Contains the code for the [[Class SLRemoveDC.TSLRemoveDC|TSLRemoveDC]] component. | *[[Unit SLRemoveDC|SLRemoveDC]] - Contains the code for the [[Class SLRemoveDC.TSLRemoveDC|TSLRemoveDC]] component. | ||
+ | *[[Unit SLBasicAnalysis|SLBasicAnalysis]] - Contains the code for the [[Class SLBasicAnalysis.TSLBasicAnalysis|TSLBasicAnalysis]] class. | ||
+ | *[[Unit SLFrequencyFilter|SLFrequencyFilter]] - Contains the code for the [[Class SLFrequencyFilter.TSLFrequencyFilter|TSLFrequencyFilter]] base class. | ||
*[[Unit SLBandFilter|SLBandFilter]] - Contains the code for the [[Class SLBandFilter.TSLBandFilter|TSLBandFilter]] base class. | *[[Unit SLBandFilter|SLBandFilter]] - Contains the code for the [[Class SLBandFilter.TSLBandFilter|TSLBandFilter]] base class. | ||
− | *[[Unit SLSimpleFilter|SLSimpleFilter]] - Contains the code for the [[Class SLSimpleFilter.TSLSimpleFilter|TSLSimpleFilter]] | + | *[[Unit SLSimpleFilter|SLSimpleFilter]] - Contains the code for the [[Class SLSimpleFilter.TSLSimpleFilter|TSLSimpleFilter]] class. |
− | + | ||
*[[Unit SLCommonIirFilter|SLCommonIirFilter]] - Contains the code for the TSLCommonIirFlter base class. | *[[Unit SLCommonIirFilter|SLCommonIirFilter]] - Contains the code for the TSLCommonIirFlter base class. | ||
*[[Unit SLGenericComplex|SLGenericComplex]] - Contains the code for the [[Class SLGenericComplex.TSLGenericComplex|TSLGenericComplex]] component. | *[[Unit SLGenericComplex|SLGenericComplex]] - Contains the code for the [[Class SLGenericComplex.TSLGenericComplex|TSLGenericComplex]] component. | ||
Line 141: | Line 148: | ||
== Classes == | == Classes == | ||
+ | *[[Class SLMinMax.TSLMinMax|TSLMinMax]] - Finds the minimal and maximal values in the buffer. | ||
+ | *[[Class SLMean.TSLMean|TSLMean]] - Performs a Median Filter. | ||
+ | *[[Class SLSnippetTrigger.TSLSnippetTriggerData|TSLSnippetTriggerData]] - Trigger data class. | ||
+ | *[[Class SLSnippetTrigger.TOWSLTriggerSourcePin|TOWSLTriggerSourcePin]] - Trigger data Source Pin. | ||
+ | *[[Class SLSnippetTrigger.TOWSLTriggerSinkPin|TOWSLTriggerSinkPin]] - Trigger data Sink Pin. | ||
+ | *[[Class SLSnippetTrigger.TSLDataSnippet|TSLDataSnippet]] - Class for the data snippet properties and settings. | ||
+ | *[[Class SLSnippetTrigger.TSLTrigger|TSLTrigger]] - Class for the triggering properties and settings. | ||
+ | *[[Class SLSnippetTrigger.TSLSnippetTrigger|TSLSnippetTrigger]] - Detects passing trough a level and takes a data snippet around it. | ||
+ | *[[Class SLPatternDetector.TSLDetectedPatternItem|TSLDetectedPatternItem]] - Detected pattern item class. | ||
+ | *[[Class SLPatternDetector.TSLDetectedPattern|TSLDetectedPattern]] - Detected pattern class. | ||
+ | *[[Class SLPatternDetector.TSLPatternItem|TSLPatternItem]] - Pattern item class. | ||
+ | *[[Class SLPatternDetector.TSLPatterns|TSLPatterns]] - Collection of pattern items. | ||
+ | *[[Class SLPatternDetector.TSLPatternDetector|TSLPatternDetector]] - Detects patterns in the buffers. | ||
*[[Class SLSubtractComplex.TSLSubtractComplex|TSLSubtractComplex]] - Combines two input complex signals by performing Subtract operation. | *[[Class SLSubtractComplex.TSLSubtractComplex|TSLSubtractComplex]] - Combines two input complex signals by performing Subtract operation. | ||
*[[Class SLMultiplyComplex.TSLMultiplyComplex|TSLMultiplyComplex]] - Combines multiple input complex signals by performing Multiply operation. | *[[Class SLMultiplyComplex.TSLMultiplyComplex|TSLMultiplyComplex]] - Combines multiple input complex signals by performing Multiply operation. | ||
Line 210: | Line 230: | ||
*[[Class SLAbs.TSLAbs|TSLAbs]] - Converts the values of the buffers to absolute values. | *[[Class SLAbs.TSLAbs|TSLAbs]] - Converts the values of the buffers to absolute values. | ||
*[[Class SLRemoveDC.TSLRemoveDC|TSLRemoveDC]] - Removes the DC component from the signal. | *[[Class SLRemoveDC.TSLRemoveDC|TSLRemoveDC]] - Removes the DC component from the signal. | ||
+ | *[[Class SLBasicAnalysis.TSLBasicAnalysis|TSLBasicAnalysis]] - Base abstract class for analysis components. | ||
+ | *[[Class SLBasicAnalysis.TSLTypedBasicAnalysis|TSLTypedBasicAnalysis]] - Base abstract class for typed analysis components. | ||
+ | *[[Class SLBasicAnalysis.TSLBasicRealAnalysis|TSLBasicRealAnalysis]] - Base abstract class for real data analysis components. | ||
+ | *[[Class SLFrequencyFilter.TSLFrequencyFilter|TSLFrequencyFilter]] - Base abstract class for low and high pass filters. | ||
*[[Class SLBandFilter.TSLBandFilter|TSLBandFilter]] - Base abstract class for Band filters. | *[[Class SLBandFilter.TSLBandFilter|TSLBandFilter]] - Base abstract class for Band filters. | ||
*[[Class SLSimpleFilter.TSLSimpleFilter|TSLSimpleFilter]] - Base abstract class for [[Class SLLowPass.TSLLowPass|TSLLowPass]], [[Class SLHighPass.TSLHighPass|TSLHighPass]] and Band filters. | *[[Class SLSimpleFilter.TSLSimpleFilter|TSLSimpleFilter]] - Base abstract class for [[Class SLLowPass.TSLLowPass|TSLLowPass]], [[Class SLHighPass.TSLHighPass|TSLHighPass]] and Band filters. | ||
Line 223: | Line 247: | ||
== Enums == | == Enums == | ||
+ | *[[Enum SLSnippetTrigger.TSLTriggerEdge|TSLTriggerEdge]] - Trigger edge types. | ||
*[[Enum SLPlayer.TSLPlayerMode|TSLPlayerMode]] - Modes for the [[Class SLPlayer.TSLPlayer|TSLPlayer]] component after the end of the file. | *[[Enum SLPlayer.TSLPlayerMode|TSLPlayerMode]] - Modes for the [[Class SLPlayer.TSLPlayer|TSLPlayer]] component after the end of the file. | ||
*[[Enum SLSignalGen.TSLSignalType|TSLSignalType]] - Signal types for the [[Class SLSignalGen.TSLSignalGen|TSLSignalGen]] component. | *[[Enum SLSignalGen.TSLSignalType|TSLSignalType]] - Signal types for the [[Class SLSignalGen.TSLSignalGen|TSLSignalGen]] component. | ||
Line 231: | Line 256: | ||
== Types == | == Types == | ||
+ | *[[Type SLSnippetTrigger.TSLTriggerEvent|TSLTriggerEvent]] - Event type for triggers. | ||
+ | *[[Type SLPatternDetector.TSLPatternDetectedEvent|TSLPatternDetectedEvent]] - Event type for detected patterns. | ||
*[[Type SLNoiseStats.TSLBinMaskOpportunityEvent|TSLBinMaskOpportunityEvent]] - Event type to provide an opportunity to mask certain bins after the initial FFT but before statistic calculation. | *[[Type SLNoiseStats.TSLBinMaskOpportunityEvent|TSLBinMaskOpportunityEvent]] - Event type to provide an opportunity to mask certain bins after the initial FFT but before statistic calculation. | ||
*[[Type SLNoiseStats.TSLNoiseStatsNotifyEvent|TSLNoiseStatsNotifyEvent]] - Event type to supply client with the results of statistic calculations. See property OnStatsAvaliable and class TSLNoiseStatsResults. | *[[Type SLNoiseStats.TSLNoiseStatsNotifyEvent|TSLNoiseStatsNotifyEvent]] - Event type to supply client with the results of statistic calculations. See property OnStatsAvaliable and class TSLNoiseStatsResults. | ||
Line 236: | Line 263: | ||
*[[Type SLFourier.TSLFrequencyEvent|TSLFrequencyEvent]] - Event type for the OnFrequencyResult of the FFT components. | *[[Type SLFourier.TSLFrequencyEvent|TSLFrequencyEvent]] - Event type for the OnFrequencyResult of the FFT components. | ||
*[[Type SLGoertzOne.TSLComplexNotifyEvent|TSLComplexNotifyEvent]] - Event type for the OnClaculate of the [[Class SLGoertzOne.TSLGoertzOne|TSLGoertzOne]] component. | *[[Type SLGoertzOne.TSLComplexNotifyEvent|TSLComplexNotifyEvent]] - Event type for the OnClaculate of the [[Class SLGoertzOne.TSLGoertzOne|TSLGoertzOne]] component. | ||
− | |||
*[[Type SLGenericComplex.TSLProcessComplexNotify|TSLProcessComplexNotify]] - Event type for [[Class SLGenericComplex.TSLGenericComplex|TSLGenericComplex]].OnProcessData event. | *[[Type SLGenericComplex.TSLProcessComplexNotify|TSLProcessComplexNotify]] - Event type for [[Class SLGenericComplex.TSLGenericComplex|TSLGenericComplex]].OnProcessData event. | ||
*[[Type SLGenericInt.TSLProcessIntegerNotify|TSLProcessIntegerNotify]] - Event type for TSLGenericInteger.OnProcessData event. | *[[Type SLGenericInt.TSLProcessIntegerNotify|TSLProcessIntegerNotify]] - Event type for TSLGenericInteger.OnProcessData event. |
Revision as of 20:30, 10 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Contents |
Belongs to
- SignalLab - Signal Processing Library.
Requires
Description
Controls
Components
- TSLMinMax - Finds the minimal and maximal values in the buffer.
- TSLMean - Performs a Median Filter.
- TSLSnippetTrigger - Detects passing trough a level and takes a data snippet around it.
- TSLPatternDetector - Detects patterns in the buffers.
- TSLSubtractComplex - Combines two input complex signals by performing Subtract operation.
- TSLMultiplyComplex - Combines multiple input complex signals by performing Multiply operation.
- TSLDivideComplex - Combines two input complex signals by performing Divide operation.
- TSLAddComplex - Combines multiple input signals by performing Add operation over complex data.
- TSLRMSMeter - RMS (Root Mean Square) Meter.
- TSLCombFilter - Performs a Comb filter over the input signal.
- TSLNoiseStats - Calculates the noise stats of a signal.
- TSLSwitch - Enables or disables the data to go trough.
- TSLSnapshot - Takes a snapshot of the data.
- TSLIir - Performs an Arbitrary IIR filter over the input signal.
- TSLBandPass - Performs a BandPass filter over the input signal.
- TSLBandStop - Performs a BandStop filter over the input signal.
- TSLFir - Performs a FIR filter over the input signal.
- TSLFourier - Performs Fast Fourier Transformation (FFT).
- TSLInverseFourier - Performs Real Inverse Fast Fourier Transformation (Inverse FFT).
- TSLInverseComplexFourier - Performs Complex Inverse Fast Fourier Transformation (Inverse FFT).
- TSLGaussGen - Generates Gaussian distribution pseudo-random samples.
- TSLHighPass - Performs a HighPass filter over the input signal.
- TSLLogger - Records the signal to file.
- TSLLowPass - Performs a LowPass filter over the input signal.
- TSLPlayer - Plays signal from file.
- TSLRandomGen - Generates pseudo-random Real(double) dta samples.
- TSLSignalGen - Generates Tone(Sine Wave), Triangle, Rectangle, Ramp or DC signal.
- TSLMultiply - Combines multiple input real signals by performing Multiply operation.
- TSLAdd - Combines multiple input signals by performing Add operation over real data.
- TSLSubtract - Combines two input real signals by performing Subtract operation.
- TSLDivide - Combines two input real signals by performing Divide operation.
- TSLComplexToReal - Converts Complex buffer to Real and Imaginary buffers.
- TSLRealToComplex - Converts Real and Imaginary buffers to a Complex buffer.
- TSLApplyComplexConst - Applies a Complex constant to each sample.
- TSLApplyIntConst - Applies a Integer constant to each sample.
- TSLApplyRealConst - Applies a Real constant to each sample.
- TSLRealToInt - Converts Real data to Integer.
- TSLIntToReal - Converts Integer data to Real.
- TSLCartToPolar - Converts the elements of a complex signal to polar coordinate form.
- TSLPolarToCart - Converts the polar form magnitude/phase pairs stored in input signals to Cartesian coordinate form.
- TSLHilbert - Performs a Hilbert transform.
- TSLApplyWindow - Applies a window function over the input signal.
- TSLMedian - Performs a Median Filter.
- TSLToSquare - Converts the input signal to a square signal.
- TSLBiQuadIir - Performs a BiQuad IIR filter over the input signal.
- TSLDft - Performs Discrete Fourier Transformation (DFT).
- TSLInverseDft - Performs Real Inverse Discrete Fourier Transformation (Inverse DFT).
- TSLInverseComplexDft - Performs Complex Inverse Discrete Fourier Transformation (Inverse DFT).
- TSLDct - Performs Discrete Cosine Transform (DCT).
- TSLInverseDct - Performs Inverse Discrete Cosine Transform (Inverse DCT).
- TSLGoertzOne - Computes the Discrete Fourier Transform ( Goertzel DFT ) for a given frequency.
- TSLHaar - Performs Forward single-level discrete wavelet Haar transformation.
- TSLInverseHaar - Performs Inverse single-level discrete wavelet Haar transformation.
- TSLPowerSpectrum - Computes the Power Spectrum or the Magnitude of a Real Buffer.
- TSLConjugate - Performs Conjugater conversion.
- TSLRepack - Rearranges the samples into buffers with a specified size.
- TSLRealTodB - Converts real data to dB format.
- TSLDelayLine - Delays the signal.
- TSLAbs - Converts the values of the buffers to absolute values.
- TSLRemoveDC - Removes the DC component from the signal.
- TSLGenericComplex - User defined filter for Complex data.
- TSLGenericInt - User defined filter for Integer data.
- TSLGenericComplexGen - User defined generator for Complex data.
- TSLGenericIntGen - User defined generator for Integer data.
Units
- SLMinMax - Contains the code for the TSLMinMax component.
- SLMean - Contains the code for the TSLMean component.
- SLSnippetTrigger - Contains the code for the TSLSnippetTrigger component.
- SLPatternDetector - Contains the code for the TSLPatternDetector component.
- SLSubtractComplex - Contains the code for the TSLSubtractComplex component.
- SLMultiplyComplex - Contains the code for the TSLMultiplyComplex component.
- SLDivideComplex - Contains the code for the TSLDivideComplex component.
- SLAddComplex - Contains the code for the TSLAddComplex component.
- SLRMSMeter - Contains the code for the TSLRMSMeter component.
- SLCombFilter - Contains the code for the TSLCombFilter component.
- SLNoiseStats - Contains the code for the TSLNoiseStats component.
- SLSwitch - Contains the code for the TSLSwitch component.
- SLSnapshot - Contains the code for the TSLSnapshot component.
- SLIir - Contains the code for the TSLIir component.
- SLBandPass - Contains the code for the TSLBandPass component.
- SLBandStop - Contains the code for the TSLBandStop component.
- SLFir - Contains the code for the TSLFir component.
- SLFourier - Contains the code for the TSLFourier component.
- SLGaussGen - Contains the code for the TSLGausGen component.
- SLHighPass - Contains the code for the TSLHighPass component.
- SLLogger - Contains the code for the TSLLogger component.
- SLLowPass - Contains the code for the TSLLowPass component.
- SLPlayer - Contains the code for the TSLPlayer component.
- SLRandomGen - Contains the code for the TSLRandomGen component.
- SLSignalGen - Contains the code for the TSLSignalGen component.
- SLMultiply - Contains the code for the TSLMultiply component.
- SLAdd - Contains the code for the TSLAdd component.
- SLSubtract - Contains the code for the TSLSubtract component.
- SLDivide - Contains the code for the TSLDivide component.
- SLComplexToReal - Contains the code for the TSLComplexToReal component.
- SLRealToComplex - Contains the code for the TSLRealoComplex component.
- SLApplyComplexConst - Contains the code for the TSLApplyComplexConst component.
- SLApplyIntConst - Contains the code for the TSLApplyIntConst component.
- SLApplyRealConst - Contains the code for the TSLApplyRealConst component.
- SLRealToInt - Contains the code for the TSLRealToInt component.
- SLIntToReal - Contains the code for the TSLIntToReal component.
- SLCartToPolar - Contains the code for the TSLCartToPolar component.
- SLPolarToCart - Contains the code for the TSLPolarToCart component.
- SLHilbert - Contains the code for the TSLHilbert component.
- SLApplyWindow - Contains the code for the TSLApplyWindow component.
- SLMedian - Contains the code for the TSLMedian component.
- SLToSquare - Contains the code for the TSLToSquare component.
- SLBiQuadIir - Contains the code for the TSLBiQuadIir component.
- SLDft - Contains the code for the TSLDft component.
- SLDct - Contains the code for the TSLDct component.
- SLGoertzOne - Contains the code for the TSLGoertzOne component.
- SLHaar - Contains the code for the TSLHaar component.
- SLPowerSpectrum - Contains the code for the TSLPowerSpectrum component.
- SLConjugate - Contains the code for the TSLConjugate component.
- SLRepack - Contains the code for the TSLRepack component.
- SLRealTodB - Contains the code for the TSLRealTodB component.
- SLDelayLine - Contains the code for the TSLDelayLine component.
- SLAbs - Contains the code for the TSLAbs component.
- SLRemoveDC - Contains the code for the TSLRemoveDC component.
- SLBasicAnalysis - Contains the code for the TSLBasicAnalysis class.
- SLFrequencyFilter - Contains the code for the TSLFrequencyFilter base class.
- SLBandFilter - Contains the code for the TSLBandFilter base class.
- SLSimpleFilter - Contains the code for the TSLSimpleFilter class.
- SLCommonIirFilter - Contains the code for the TSLCommonIirFlter base class.
- SLGenericComplex - Contains the code for the TSLGenericComplex component.
- SLGenericInt - Contains the code for the TSLGenericInt component.
- SLGenericComplexGen - Contains the code for the TSLGenericComplexGen component.
- SLGenericIntGen - Contains the code for the TSLGenericIntGen component.
Classes
- TSLMinMax - Finds the minimal and maximal values in the buffer.
- TSLMean - Performs a Median Filter.
- TSLSnippetTriggerData - Trigger data class.
- TOWSLTriggerSourcePin - Trigger data Source Pin.
- TOWSLTriggerSinkPin - Trigger data Sink Pin.
- TSLDataSnippet - Class for the data snippet properties and settings.
- TSLTrigger - Class for the triggering properties and settings.
- TSLSnippetTrigger - Detects passing trough a level and takes a data snippet around it.
- TSLDetectedPatternItem - Detected pattern item class.
- TSLDetectedPattern - Detected pattern class.
- TSLPatternItem - Pattern item class.
- TSLPatterns - Collection of pattern items.
- TSLPatternDetector - Detects patterns in the buffers.
- TSLSubtractComplex - Combines two input complex signals by performing Subtract operation.
- TSLMultiplyComplex - Combines multiple input complex signals by performing Multiply operation.
- TSLDivideComplex - Combines two input complex signals by performing Divide operation.
- TSLAddComplex - Combines multiple input signals by performing Add operation over complex data.
- TSLRMSMeter - RMS (Root Mean Square) Meter.
- TSLCombFilter - Performs a Comb filter over the input signal.
- TSLBinMask - Array of Count integers holding the values of bins to be masked from statistic calculations.
- TSLHarmonicBinResults - Supplied as a parameter in the OnBinMaskOpportunity event.
- TSLNoiseStatResults - Supplied as a parameter class in the OnBinMaskOpportunity event.
- TSLNoiseStats - Calculates the noise stats of a signal.
- TSLSwitch - Enables or disables the data to go trough.
- TSLSnapshot - Takes a snapshot of the data.
- TSLDualReals - Array of Dual Real(double) values.
- TSLIir - Performs an Arbitrary IIR filter over the input signal.
- TSLBandPass - Performs a BandPass filter over the input signal.
- TSLBandStop - Performs a BandStop filter over the input signal.
- TSLReals - Array of Real(double) values.
- TSLFir - Performs a FIR filter over the input signal.
- TSLFourierComponent - Base abstract class for FFT components.
- TSLFourierBaseComponent - Base abstract class for FFT components.
- TSLFourierBase - Base abstract class for FFT components.
- TSLFourier - Performs Fast Fourier Transformation (FFT).
- TSLBasicInverseFourierComponent - Base abstract class for inverse FFT components.
- TSLBasicInverseFourier - Base abstract class for inverse FFT components.
- TSLInverseFourier - Performs Real Inverse Fast Fourier Transformation (Inverse FFT).
- TSLInverseComplexFourier - Performs Complex Inverse Fast Fourier Transformation (Inverse FFT).
- TSLGaussGen - Generates Gaussian distribution pseudo-random samples.
- TSLHighPass - Performs a HighPass filter over the input signal.
- TSLLogger - Records the signal to file.
- TSLLowPass - Performs a LowPass filter over the input signal.
- TSLPlayer - Plays signal from file.
- TSLRandomGen - Generates pseudo-random Real(double) dta samples.
- TSLSignalGen - Generates Tone(Sine Wave), Triangle, Rectangle, Ramp or DC signal.
- TSLMultiply - Combines multiple input real signals by performing Multiply operation.
- TSLAdd - Combines multiple input signals by performing Add operation over real data.
- TSLSubtract - Combines two input real signals by performing Subtract operation.
- TSLDivide - Combines two input real signals by performing Divide operation.
- TSLBasicComplexInputFilter - Base abstract class for complex input components.
- TSLComplexToReal - Converts Complex buffer to Real and Imaginary buffers.
- TSLRealToComplex - Converts Real and Imaginary buffers to a Complex buffer.
- TSLApplyComplexConst - Applies a Complex constant to each sample.
- TSLApplyIntConst - Applies a Integer constant to each sample.
- TSLApplyRealConst - Applies a Real constant to each sample.
- TSLRealToInt - Converts Real data to Integer.
- TSLIntToReal - Converts Integer data to Real.
- TSLCartToPolar - Converts the elements of a complex signal to polar coordinate form.
- TSLPolarToCart - Converts the polar form magnitude/phase pairs stored in input signals to Cartesian coordinate form.
- TSLHilbert - Performs a Hilbert transform.
- TSLApplyWindow - Applies a window function over the input signal.
- TSLMedian - Performs a Median Filter.
- TSLToSquare - Converts the input signal to a square signal.
- TSLBiQuads - Array of cascades of BiQuads to be used as Taps for the IIR filters.
- TSLBiQuadIir - Performs a BiQuad IIR filter over the input signal.
- TSLDft - Performs Discrete Fourier Transformation (DFT).
- TSLBasicInverseDFTComponent - Base abstract class for inverse DFT components.
- TSLInverseDft - Performs Real Inverse Discrete Fourier Transformation (Inverse DFT).
- TSLInverseComplexDft - Performs Complex Inverse Discrete Fourier Transformation (Inverse DFT).
- TSLDct - Performs Discrete Cosine Transform (DCT).
- TSLInverseDct - Performs Inverse Discrete Cosine Transform (Inverse DCT).
- TSLGoertzOne - Computes the Discrete Fourier Transform ( Goertzel DFT ) for a given frequency.
- TSLHaar - Performs Forward single-level discrete wavelet Haar transformation.
- TSLInverseHaar - Performs Inverse single-level discrete wavelet Haar transformation.
- TSLPowerSpectrum - Computes the Power Spectrum or the Magnitude of a Real Buffer.
- TSLConjugate - Performs Conjugater conversion.
- TSLRepack - Rearranges the samples into buffers with a specified size.
- TSLRealTodB - Converts real data to dB format.
- TSLDelayLine - Delays the signal.
- TSLAbs - Converts the values of the buffers to absolute values.
- TSLRemoveDC - Removes the DC component from the signal.
- TSLBasicAnalysis - Base abstract class for analysis components.
- TSLTypedBasicAnalysis - Base abstract class for typed analysis components.
- TSLBasicRealAnalysis - Base abstract class for real data analysis components.
- TSLFrequencyFilter - Base abstract class for low and high pass filters.
- TSLBandFilter - Base abstract class for Band filters.
- TSLSimpleFilter - Base abstract class for TSLLowPass, TSLHighPass and Band filters.
- TSLCommonIirFilter - Base abstract class for all the IIR filters.
- TSLGenericComplex - User defined filter for Complex data.
- TSLGenericInt - User defined filter for Integer data.
- TSLGenericComplexGen - User defined generator for Complex data.
- TSLGenericIntGen - User defined generator for Integer data.
Structures
Interfaces
Enums
- TSLTriggerEdge - Trigger edge types.
- TSLPlayerMode - Modes for the TSLPlayer component after the end of the file.
- TSLSignalType - Signal types for the TSLSignalGen component.
- TSLComplexApplyOperation - Defines the type of operation to be performed between a Complex buffer and a complex constant.
- TSLIntApplyOperation - Defines the type of operation to be performed between a Integer buffer and a Integer constant.
- TSLRealApplyOperation - Defines the type of operation to be performed between a Real(double) buffer and a Real(double) constant.
- TSLdBMode - dB calculation modes enumeration.
Types
- TSLTriggerEvent - Event type for triggers.
- TSLPatternDetectedEvent - Event type for detected patterns.
- TSLBinMaskOpportunityEvent - Event type to provide an opportunity to mask certain bins after the initial FFT but before statistic calculation.
- TSLNoiseStatsNotifyEvent - Event type to supply client with the results of statistic calculations. See property OnStatsAvaliable and class TSLNoiseStatsResults.
- TSLSnapshotEvent - Event type to be used by the TSLSnapshot component.
- TSLFrequencyEvent - Event type for the OnFrequencyResult of the FFT components.
- TSLComplexNotifyEvent - Event type for the OnClaculate of the TSLGoertzOne component.
- TSLProcessComplexNotify - Event type for TSLGenericComplex.OnProcessData event.
- TSLProcessIntegerNotify - Event type for TSLGenericInteger.OnProcessData event.
- TSLComplexBufferGenEvent - Event type to be used by the TSLGenericComplexGen.
- TSLIntegerBufferGenEvent - Event type to be used by the TSLGenericIntGen.