-1

my problem is the next one: I have an input signal and an output one. i need to find a transfer function in this form H(s)=1/(as^2+bs+c). my goal is to have a,b and c.

Razvan
  • 3
  • 5
  • This question appears to be off-topic because it is about signals and systems and belongs on http://dsp.stackexchange.com – Paul R Sep 22 '14 at 09:44

1 Answers1

0

let W be the tf, I the input and O the output.

in laplace IW=O, then you just need to do O/I and simplify it to get the W in the form you want,even if it would be better and more general to write it in the bode form.

user1834153
  • 330
  • 5
  • 20