Butterworth Fltering

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
JAP
Newbie
Newbie
Posts: 30
Joined: Tue Sep 17, 2013 12:00 am

Butterworth Fltering

Post by JAP » Tue Mar 11, 2014 3:17 pm

How can I apply a Butterworth filter (HP and LP) on my generated line graph which is supposedly an ECG waveform?

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Butterworth Fltering

Post by Christopher » Tue Mar 11, 2014 4:59 pm

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.
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

JAP
Newbie
Newbie
Posts: 30
Joined: Tue Sep 17, 2013 12:00 am

Re: Butterworth Fltering

Post by JAP » Tue Mar 18, 2014 2:15 am

Is that also available for TeeChart for Xamarin.Android?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Butterworth Fltering

Post by Narcís » Tue Mar 18, 2014 8:18 am

Hello JAP,

Yes, all function styles are available for Xamarin.Android too.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

JAP
Newbie
Newbie
Posts: 30
Joined: Tue Sep 17, 2013 12:00 am

Re: Butterworth Fltering

Post by JAP » Tue Mar 18, 2014 11:40 am

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Butterworth Fltering

Post by Narcís » Tue Mar 18, 2014 11:56 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply