Page 1 of 1
Butterworth Fltering
Posted: Tue Mar 11, 2014 3:17 pm
by 17366988
How can I apply a Butterworth filter (HP and LP) on my generated line graph which is supposedly an ECG waveform?
Re: Butterworth Fltering
Posted: Tue Mar 11, 2014 4:59 pm
by Christopher
JAP wrote:How can I apply a Butterworth filter (HP and LP) on my generated line graph which is supposedly an ECG waveform?
There's some information about this in the Tutorials under:
%Program Files%\Steema Software\Steema TeeChart for .NET 2014 4.1.2014.02240\Docs\TeeChart for .Net Tutorials.chm
If you have a look at "Tutorial 7 - Working with Functions" you can see that there's a link to "Deriving Custom Functions" which I'm sure will be of some help to you.
Re: Butterworth Fltering
Posted: Tue Mar 18, 2014 2:15 am
by 17366988
Is that also available for TeeChart for Xamarin.Android?
Re: Butterworth Fltering
Posted: Tue Mar 18, 2014 8:18 am
by narcis
Hello JAP,
Yes, all function styles are available for Xamarin.Android too.
Re: Butterworth Fltering
Posted: Tue Mar 18, 2014 11:40 am
by 17366988
Do you have any recommendations what function(s) here is/are to be used in filtering my generated graph since I'm dealing with signals, specifically an ECG signal.
Re: Butterworth Fltering
Posted: Tue Mar 18, 2014 11:56 am
by narcis
Hello JAP,
The only function I can think of is the custom function with its calculate event as I posted
here. If that's not enough you may create your own function deriving from
Steema.TeeChart.Functions.Function base class, for example. An alternative would be using a third party component to calculate that, for example
DewResearch's DSP Master which calculates Butterworth filter and integrates with TeeChart. If you are interested we should check with them if DSP Master works fine with Xamarin.Android.