SignalLab
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				|  (Automated Syncronization with Documentation) |  (Automated Syncronization with Documentation) | 
Revision as of 13:49, 26 October 2012
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 | 
Description
Signal Processing Library
Packages
- Package SignalLabAdditionalPkg - Contains the additional signal processing components and classes.
- Package SignalLabBasicPkg - Contains the basic components and classes for all the products.
- Package SignalLabPkg - Contains the Digital Signal Processing(DSP) components and classes for SignalLab.
- Package SignalLabScopePkg - Contains the Scope and Waterfall components.
- Package TimingLabBasicPkg - Contains the basic components and classes for the basic TimingLab components.
Components
From Package SignalLabAdditionalPkg
     TSLGenericRealValueGen - User defined generator for Real values. TSLGenericRealValueGen - User defined generator for Real values.
     TSLGenericRealValue - User defined filter for Real values. TSLGenericRealValue - User defined filter for Real values.
     TSLDetectLevels - Detects levels in the input signal. TSLDetectLevels - Detects levels in the input signal.
     TSLChangeRange - Changes the output range of the signal. TSLChangeRange - Changes the output range of the signal.
From Package SignalLabBasicPkg
     TSLPair - Pairs multiple data buffers together. TSLPair - Pairs multiple data buffers together.
     TSLGenericReal - User defined filter for Real data. TSLGenericReal - User defined filter for Real data.
     TSLGenericFilter - User defined filter for Binary data. TSLGenericFilter - User defined filter for Binary data.
     TSLGenericGen - User defined generator for Binary data. TSLGenericGen - User defined generator for Binary data.
     TSLGenericRealGen - User defined generator for Real data. TSLGenericRealGen - User defined generator for Real data.
     TSLGenericRealMatrix - User defined generator for Real matrix data. TSLGenericRealMatrix - User defined generator for Real matrix data.
From Package SignalLabPkg
     TSLSubtractComplex - Combines two input complex signals by performing Subtract operation. TSLSubtractComplex - Combines two input complex signals by performing Subtract operation.
     TSLMultiplyComplex - Combines multiple input complex signals by performing Multiply operation. TSLMultiplyComplex - Combines multiple input complex signals by performing Multiply operation.
     TSLDivideComplex - Combines two input complex signals by performing Divide operation. TSLDivideComplex - Combines two input complex signals by performing Divide operation.
     TSLAddComplex - Combines multiple input signals by performing Add operation over complex data. TSLAddComplex - Combines multiple input signals by performing Add operation over complex data.
     TSLRMSMeter - RMS (Root Mean Square) Meter. TSLRMSMeter - RMS (Root Mean Square) Meter.
     TSLCombFilter - Performs a Comb filter over the input signal. TSLCombFilter - Performs a Comb filter over the input signal.
     TSLNoiseStats - Calculates the noise stats of a signal. TSLNoiseStats - Calculates the noise stats of a signal.
     TSLSwitch - Enables or disables the data to go trough. TSLSwitch - Enables or disables the data to go trough.
     TSLSnapshot - Takes a snapshot of the data. TSLSnapshot - Takes a snapshot of the data.
     TSLIir - Performs an Arbitrary IIR filter over the input signal. TSLIir - Performs an Arbitrary IIR filter over the input signal.
     TSLBandPass - Performs a BandPass filter over the input signal. TSLBandPass - Performs a BandPass filter over the input signal.
     TSLBandStop - Performs a BandStop filter over the input signal. TSLBandStop - Performs a BandStop filter over the input signal.
     TSLFir - Performs a FIR filter over the input signal. TSLFir - Performs a FIR filter over the input signal.
     TSLFourier - Performs Fast Fourier Transformation (FFT). TSLFourier - Performs Fast Fourier Transformation (FFT).
     TSLInverseFourier - Performs Real Inverse Fast Fourier Transformation (Inverse FFT). TSLInverseFourier - Performs Real Inverse Fast Fourier Transformation (Inverse FFT).
     TSLInverseComplexFourier - Performs Complex Inverse Fast Fourier Transformation (Inverse FFT). TSLInverseComplexFourier - Performs Complex Inverse Fast Fourier Transformation (Inverse FFT).
     TSLGaussGen - Generates Gaussian distribution pseudo-random samples. TSLGaussGen - Generates Gaussian distribution pseudo-random samples.
     TSLHighPass - Performs a HighPass filter over the input signal. TSLHighPass - Performs a HighPass filter over the input signal.
     TSLLogger - Records the signal to file. TSLLogger - Records the signal to file.
     TSLLowPass - Performs a LowPass filter over the input signal. TSLLowPass - Performs a LowPass filter over the input signal.
     TSLPlayer - Plays signal from file. TSLPlayer - Plays signal from file.
     TSLRandomGen - Generates pseudo-random Real(double) dta samples. TSLRandomGen - Generates pseudo-random Real(double) dta samples.
     TSLSignalGen - Generates Tone(Sine Wave), Triangle, Rectangle, Ramp or DC signal. TSLSignalGen - Generates Tone(Sine Wave), Triangle, Rectangle, Ramp or DC signal.
     TSLMultiply - Combines multiple input real signals by performing Multiply operation. TSLMultiply - Combines multiple input real signals by performing Multiply operation.
     TSLAdd - Combines multiple input signals by performing Add operation over real data. TSLAdd - Combines multiple input signals by performing Add operation over real data.
     TSLSubtract - Combines two input real signals by performing Subtract operation. TSLSubtract - Combines two input real signals by performing Subtract operation.
     TSLDivide - Combines two input real signals by performing Divide operation. TSLDivide - Combines two input real signals by performing Divide operation.
     TSLComplexToReal - Converts Complex buffer to Real and Imaginary buffers. TSLComplexToReal - Converts Complex buffer to Real and Imaginary buffers.
     TSLRealToComplex - Converts Real and Imaginary buffers to a Complex buffer. TSLRealToComplex - Converts Real and Imaginary buffers to a Complex buffer.
     TSLApplyComplexConst - Applies a Complex constant to each sample. TSLApplyComplexConst - Applies a Complex constant to each sample.
     TSLApplyIntConst - Applies a Integer constant to each sample. TSLApplyIntConst - Applies a Integer constant to each sample.
     TSLApplyRealConst - Applies a Real constant to each sample. TSLApplyRealConst - Applies a Real constant to each sample.
     TSLRealToInt - Converts Real data to Integer. TSLRealToInt - Converts Real data to Integer.
     TSLIntToReal - Converts Integer data to Real. TSLIntToReal - Converts Integer data to Real.
     TSLCartToPolar - Converts the elements of a complex signal to polar coordinate form. 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. TSLPolarToCart - Converts the polar form magnitude/phase pairs stored in input signals to Cartesian coordinate form.
     TSLHilbert - Performs a Hilbert transform. TSLHilbert - Performs a Hilbert transform.
     TSLApplyWindow - Applies a window function over the input signal. TSLApplyWindow - Applies a window function over the input signal.
     TSLMedian - Performs a Median Filter. TSLMedian - Performs a Median Filter.
     TSLToSquare - Converts the input signal to a square signal. TSLToSquare - Converts the input signal to a square signal.
     TSLBiQuadIir - Performs a BiQuad IIR filter over the input signal. TSLBiQuadIir - Performs a BiQuad IIR filter over the input signal.
     TSLDft - Performs Discrete Fourier Transformation (DFT). TSLDft - Performs Discrete Fourier Transformation (DFT).
     TSLInverseDft - Performs Real Inverse Discrete Fourier Transformation (Inverse DFT). TSLInverseDft - Performs Real Inverse Discrete Fourier Transformation (Inverse DFT).
     TSLInverseComplexDft - Performs Complex Inverse Discrete Fourier Transformation (Inverse DFT). TSLInverseComplexDft - Performs Complex Inverse Discrete Fourier Transformation (Inverse DFT).
     TSLDct - Performs Discrete Cosine Transform (DCT). TSLDct - Performs Discrete Cosine Transform (DCT).
     TSLInverseDct - Performs Inverse Discrete Cosine Transform (Inverse DCT). TSLInverseDct - Performs Inverse Discrete Cosine Transform (Inverse DCT).
     TSLGoertzOne - Computes the Discrete Fourier Transform ( Goertzel DFT ) for a given frequency. TSLGoertzOne - Computes the Discrete Fourier Transform ( Goertzel DFT ) for a given frequency.
     TSLHaar - Performs Forward single-level discrete wavelet Haar transformation. TSLHaar - Performs Forward single-level discrete wavelet Haar transformation.
     TSLInverseHaar - Performs Inverse 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. TSLPowerSpectrum - Computes the Power Spectrum or the Magnitude of a Real Buffer.
     TSLConjugate - Performs Conjugater conversion. TSLConjugate - Performs Conjugater conversion.
     TSLRepack - Rearranges the samples into buffers with a specified size. TSLRepack - Rearranges the samples into buffers with a specified size.
     TSLRealTodB - Converts real data to dB format. TSLRealTodB - Converts real data to dB format.
     TSLDelayLine - Delays the signal. TSLDelayLine - Delays the signal.
     TSLAbs - Converts the values of the buffers to absolute values. TSLAbs - Converts the values of the buffers to absolute values.
     TSLRemoveDC - Removes the DC component from the signal. TSLRemoveDC - Removes the DC component from the signal.
     TSLGenericComplex - User defined filter for Complex data. TSLGenericComplex - User defined filter for Complex data.
     TSLGenericInt - User defined filter for Integer data. TSLGenericInt - User defined filter for Integer data.
     TSLGenericComplexGen - User defined generator for Complex data. TSLGenericComplexGen - User defined generator for Complex data.
     TSLGenericIntGen - User defined generator for Integer data. TSLGenericIntGen - User defined generator for Integer data.
From Package SignalLabScopePkg
     TSLScope - Visible Scope/Plot component for representing floating point data. TSLScope - Visible Scope/Plot component for representing floating point data.
     TSLWaterfall - Visible waterfall for representing Real(double) data. TSLWaterfall - Visible waterfall for representing Real(double) data.
From Package TimingLabBasicPkg
     TTLWatchDogTimer - Implements a Watch Dog Timer. TTLWatchDogTimer - Implements a Watch Dog Timer.
     TTLMainThredEvent - Allows other threads to generate main thread notifications. TTLMainThredEvent - Allows other threads to generate main thread notifications.
     TTLClockGen - Provides clock for other components. TTLClockGen - Provides clock for other components.
Layers
From Package SignalLabScopePkg
 TSLScopeLayer - A scope drawing layer. See Also Defines a scope drawing layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a scope. Example: <image ScopeLayerSample> TSLScopeLayer - A scope drawing layer. See Also Defines a scope drawing layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a scope. Example: <image ScopeLayerSample>
 TSLWaterfallLayer - A waterfall draw layer. See Also Defines a waterfall draw layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a waterfall. Example: <image WaterfallLayerSample> TSLWaterfallLayer - A waterfall draw layer. See Also Defines a waterfall draw layer. You can add this layer to any drawing component such as TVLDraw to render a video layer containing a waterfall. Example: <image WaterfallLayerSample>
Elements
From Package SignalLabScopePkg
 TSLExternalScopeElement - A scope component element. TSLExternalScopeElement - A scope component element.
 TSLExternalWaterfallElement - A waterfall component element. TSLExternalWaterfallElement - A waterfall component element.
Matrix Layers
From Package SignalLabScopePkg
 TSLExternalScopeMatrixLayer - A scope matrix component layer. TSLExternalScopeMatrixLayer - A scope matrix component layer.
 TSLExternalWaterfallMatrixLayer - A waterfall matrix component layer. TSLExternalWaterfallMatrixLayer - A waterfall matrix component layer.
