Simulating transfer functions in MATLAB?
31 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Greetings again!
Another feat I am trying to accomplish is to simulate a simple transfer function design given one signal that over samples another. Is there any way to do this is MATLAB? If so, how can this be done, and what information needs to be known before I start?
Thanks!
0 comentarios
Respuestas (2)
Fangjun Jiang
el 21 de Sept. de 2011
Not sure what is "given one signal that over samples another". Use tf() to define a transfer function, use step() to see the step response. From help tf and help step, you'll find many other functions through "See also".
4 comentarios
Fangjun Jiang
el 21 de Sept. de 2011
No! You can try-and-error, which means you guess a transfer function, plot its output to see if it matches and then you re-fine your guess. But there is no built-in function that can help you. The remotely related topic is the System Identification Toolbox. But that still requires you have a rough idea what the transfer function is like. The toolbox can help you to figure out the coefficients.
Sean
el 21 de Sept. de 2011
Hello Jesse,
Are the lines you are looking at linear? If they are sampled at different intervals/points, you could still do a linear regression to get the equations for each line. Then you could divide the equations to get a linear transfer function.
If they aren't linear, I think you could still do it, but it would be a lot more ornery. :)
0 comentarios
Ver también
Categorías
Más información sobre Correlation Models en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!