Class SLHighPass.TSLHighPass
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 11: | Line 11: | ||
'''Unit:''' [[Unit SLHighPass|SLHighPass]]  | '''Unit:''' [[Unit SLHighPass|SLHighPass]]  | ||
| − | '''Inherits:''' [[Class   | + | '''Inherits:''' [[Class SLFrequencyFilter.TSLFrequencyFilter|TSLFrequencyFilter]]  | 
== Syntax ==  | == Syntax ==  | ||
=== Delphi: ===  | === Delphi: ===  | ||
<code>  | <code>  | ||
| − | '''type''' TSLHighPass = '''class'''( [[Class   | + | '''type''' TSLHighPass = '''class'''( [[Class SLFrequencyFilter.TSLFrequencyFilter|TSLFrequencyFilter]] )  | 
</code>  | </code>  | ||
=== C++ Builder: ===  | === C++ Builder: ===  | ||
<code>  | <code>  | ||
| − | '''class''' TSLHighPass : '''public''' [[Class   | + | '''class''' TSLHighPass : '''public''' [[Class SLFrequencyFilter.TSLFrequencyFilter|TSLFrequencyFilter]]  | 
</code>  | </code>  | ||
=== Visual C++ (MFC): ===  | === Visual C++ (MFC): ===  | ||
<code>  | <code>  | ||
| − | '''class''' CTSLHighPass : '''public''' [[Class   | + | '''class''' CTSLHighPass : '''public''' [[Class SLFrequencyFilter.TSLFrequencyFilter|CTSLFrequencyFilter]]  | 
</code>  | </code>  | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class''' TSLHighPass : [[Class   | + | '''public ref class''' TSLHighPass : [[Class SLFrequencyFilter.TSLFrequencyFilter|Mitov.SignalLab.FrequencyFilter]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
| Line 36: | Line 36: | ||
Use this component to perform a HighPass filter over the  | Use this component to perform a HighPass filter over the  | ||
input signal.  | input signal.  | ||
| + | |||
| + | |||
| + | |||
| + | <b>Diagram:</b>  | ||
| + | |||
| + | [[Image:SLHighPass_Preview.png]]  | ||
| Line 47: | Line 53: | ||
=== Published ===  | === Published ===  | ||
*[[Property SLHighPass.TSLHighPass.Frequency|Frequency]] - Cutoff frequency.    | *[[Property SLHighPass.TSLHighPass.Frequency|Frequency]] - Cutoff frequency.    | ||
| + | |||
| + | == From [[Class SLFrequencyFilter.TSLFrequencyFilter|TSLFrequencyFilter]] ==  | ||
| + | |||
| + | == Properties ==  | ||
| + | |||
| + | === Published ===  | ||
| + | *[[Property SLFrequencyFilter.TSLFrequencyFilter.Frequency|Frequency]] - Cutoff frequency.   | ||
== From [[Class SLSimpleFilter.TSLSimpleFilter|TSLSimpleFilter]] ==  | == From [[Class SLSimpleFilter.TSLSimpleFilter|TSLSimpleFilter]] ==  | ||
| Line 65: | Line 78: | ||
=== Public ===  | === Public ===  | ||
| − | |||
*[[Property SLCommonFilter.TSLCommonTapsFilter.FrequencyResponse|FrequencyResponse]]  | *[[Property SLCommonFilter.TSLCommonTapsFilter.FrequencyResponse|FrequencyResponse]]  | ||
| + | *[[Property SLCommonFilter.TSLCommonTapsFilter.SampleRate|SampleRate]]  | ||
== From [[Class SLCommonFilter.TSLCommonRealFilter|TSLCommonRealFilter]] ==  | == From [[Class SLCommonFilter.TSLCommonRealFilter|TSLCommonRealFilter]] ==  | ||
| Line 87: | Line 100: | ||
=== Published ===  | === Published ===  | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]  | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]  | ||
| − | |||
| − | |||
| − | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==  | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==  | ||
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.
Package: SignalLabPkg
Unit: SLHighPass
Inherits: TSLFrequencyFilter
Syntax
Delphi:
type TSLHighPass = class( TSLFrequencyFilter )
C++ Builder:
class TSLHighPass : public TSLFrequencyFilter
Visual C++ (MFC):
class CTSLHighPass : public CTSLFrequencyFilter
C# (.NET):
public ref class TSLHighPass : Mitov.SignalLab.FrequencyFilter
Summary
Performs a HighPass filter over the input signal.
Description
Use this component to perform a HighPass filter over the input signal.
Diagram:
Example:
Properties
Published
- Frequency - Cutoff frequency.
 
From TSLFrequencyFilter
Properties
Published
- Frequency - Cutoff frequency.
 
From TSLSimpleFilter
Properties
Published
- NumTaps - Number of Taps(Coefficients).
 - WindowType - Windowing function to be used when calculating the filters of the Filter.
 - Alpha - Adjustable parameter associated with some of the windowing equations.
 
Public
- Taps - Returns the calculated filter tap.
 

