Butterworth Fltering
Butterworth Fltering
How can I apply a Butterworth filter (HP and LP) on my generated line graph which is supposedly an ECG waveform?
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Butterworth Fltering
There's some information about this in the Tutorials under:JAP wrote:How can I apply a Butterworth filter (HP and LP) on my generated line graph which is supposedly an ECG waveform?
%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 |
Re: Butterworth Fltering
Is that also available for TeeChart for Xamarin.Android?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Butterworth Fltering
Hello JAP,
Yes, all function styles are available for Xamarin.Android too.
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 |
Instructions - How to post in this forum |
Re: Butterworth Fltering
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.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Butterworth Fltering
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.
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 |
Instructions - How to post in this forum |