Forum FlexPro – Discuss your topic!

Filter coefficient

Home > Community > General > Filter coefficient

Ansicht von 9 Beiträgen - 1 bis 9 (von insgesamt 9)
  • Autor
    Beiträge
  • #8452
    HerveM1234HerveM1234
    Teilnehmer

    Hi,

    I’m trying to apply the following transfer function to FlexPro9 filter:

    G(s)= 43498.1684982
    ——————————————————————————–
    s2+213.553113553s+17857.1428571

    I do not really understand the way to apply these coefficient in the Filter formula. Filter(Signal,NumFilter,DenomFilter)
    Thanks for your help.

    rv

    #12794
    HerveM1234HerveM1234
    Teilnehmer

    Hi,

    I’m trying to apply the following transfer function to FlexPro9 filter:

    G(s)= 43498.1684982
    ——————————————————————————–
    s2+213.553113553s+17857.1428571

    I do not really understand the way to apply these coefficient in the Filter formula. Filter(Signal,NumFilter,DenomFilter)
    Thanks for your help.

    rv

    #9259
    Bernhard KantzBernhard Kantz
    Teilnehmer

    The 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 example

    Dim b = { 43498.1684982, 0.0, 0.0 }
    Dim a = { 17857.1428571, 213.553113553, 1.0 }
    
    Filter(, b, a)
    #9261
    HerveM1234HerveM1234
    Teilnehmer

    Thanks for your reply,
    but it doesn’t work.
    In the transfer function given in example : ‘s’ is the continuous Laplace variable isn’t it ?

    #9262
    HerveM1234HerveM1234
    Teilnehmer

    Thanks for your reply,
    but it doesn’t work.
    In the transfer function given in example : ‘s’ is the continuous Laplace variable isn’t it ?

    #9263
    HerveM1234HerveM1234
    Teilnehmer

    Thanks for your reply,
    but it doesn’t work.
    In the transfer function given in example : ‘s’ is the continuous Laplace variable isn’t it ?

    #9264
    HerveM1234HerveM1234
    Teilnehmer

    Thanks for your reply,
    but it doesn’t work.
    In the transfer function given in example : ‘s’ is the continuous Laplace variable isn’t it ?

    #9265
    HerveM1234HerveM1234
    Teilnehmer

    Thanks for your reply,
    but it doesn’t work.
    In the transfer function given in example : ‘s’ is the continuous Laplace variable isn’t it ?

    #9266
    HerveM1234HerveM1234
    Teilnehmer

    Thanks for your reply,
    but it doesn’t work.
    In the transfer function given in example : ‘s’ is the continuous Laplace variable isn’t it ?

Ansicht von 9 Beiträgen - 1 bis 9 (von insgesamt 9)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.