Class SLCommonFilter.TSLCommonTapsFilter
From Mitov Wiki Doc
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: Mitov.BasicLab
Unit: SLCommonFilter
Inherits: TSLCommonRealFilter
Contents |
Syntax
Delphi:
type TSLCommonTapsFilter = class( TSLCommonRealFilter )
C++ Builder:
class TSLCommonTapsFilter : public TSLCommonRealFilter
Visual C++ (MFC):
class CTSLCommonTapsFilter : public CTSLCommonRealFilter
C# (.NET):
public ref class CommonTapsFilter : Mitov.SignalLab.CommonRealFilter
Summary
Basic abstract class for taps filters.
Description
Defines basic abstract class for taps filters.
Properties
Public
- FrequencyResponse - Frequency response of the filter.
- SampleRate
From TSLCommonRealFilter
Pins
- OutputPin - The Real(double) data output pin of the filter.
- InputPin - The Real(double) Input Pin of the filter.
From TSLCommonFilter
Properties
Public
- SampleRate - The current sample rate.
From TSLBasicThreadedEnableFilter
Properties
Published
- Enabled - Enables/Disables the filter.
From TSLBasicThreadedFilter
Properties
Published
- Threading - Specifies the desired threading settings for the filtering.