-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Filter coefficient
- This topic has 8 replies, 2 voices, and was last updated 11 years, 12 months ago by HerveM1234.
-
AuthorPosts
-
November 23, 2012 at 9:52 am #8452HerveM1234Participant
Hi,
I’m trying to apply the following transfer function to FlexPro9 filter:
G(s)= 43498.1684982
——————————————————————————–
s2+213.553113553s+17857.1428571I do not really understand the way to apply these coefficient in the Filter formula. Filter(Signal,NumFilter,DenomFilter)
Thanks for your help.rv
November 23, 2012 at 9:52 am #12794HerveM1234ParticipantHi,
I’m trying to apply the following transfer function to FlexPro9 filter:
G(s)= 43498.1684982
——————————————————————————–
s2+213.553113553s+17857.1428571I do not really understand the way to apply these coefficient in the Filter formula. Filter(Signal,NumFilter,DenomFilter)
Thanks for your help.rv
November 26, 2012 at 9:34 am #9259Bernhard KantzParticipantThe coefficients to be fed into the Filter function are exactly the coefficients of the numerator / denominator polynom of the rational system function.
To apply the filter from the question, use for exampleDim b = { 43498.1684982, 0.0, 0.0 } Dim a = { 17857.1428571, 213.553113553, 1.0 } Filter(, b, a)
November 28, 2012 at 3:07 pm #9261HerveM1234ParticipantThanks for your reply,
but it doesn’t work.
In the transfer function given in example : ‘s’ is the continuous Laplace variable isn’t it ?November 28, 2012 at 3:07 pm #9262HerveM1234ParticipantThanks for your reply,
but it doesn’t work.
In the transfer function given in example : ‘s’ is the continuous Laplace variable isn’t it ?November 28, 2012 at 3:07 pm #9263HerveM1234ParticipantThanks for your reply,
but it doesn’t work.
In the transfer function given in example : ‘s’ is the continuous Laplace variable isn’t it ?November 28, 2012 at 3:07 pm #9264HerveM1234ParticipantThanks for your reply,
but it doesn’t work.
In the transfer function given in example : ‘s’ is the continuous Laplace variable isn’t it ?November 28, 2012 at 3:07 pm #9265HerveM1234ParticipantThanks for your reply,
but it doesn’t work.
In the transfer function given in example : ‘s’ is the continuous Laplace variable isn’t it ?November 28, 2012 at 3:07 pm #9266HerveM1234ParticipantThanks for your reply,
but it doesn’t work.
In the transfer function given in example : ‘s’ is the continuous Laplace variable isn’t it ? -
AuthorPosts
- You must be logged in to reply to this topic.