2

I would like to study how a system responds to a step input of 3V.

My idea was to use Laplace transform. So I need to get an LTI system of my system which is not linear. To make it linear I need to go into small signal analysis. As around a DC point I can say that it is linear if the coming input of the system is small.

And then to get the response of the system, I transform the step input with Laplace and then multiply the transfer function of my LTI system and the step into the laplace domain to get response of my system into the Laplace Domain. Then I used the inverse laplace to get it in time domain.

What is strange to me is that a step input is not a small signal ? it is rather a large signal ? So how can the response could be correct ?

(Suppose a step input of 3V cannot not be considered as small signal for the system. In other word the system will not react linearly to this step input)

Thank you :)

Jess
  • 2,978
  • 2
  • 24
  • 56
  • What prevents you from making a very small step signal? I.e. a 1mV step, or even 1µV if you wanted. – Jonathan S. Jan 20 '23 at 16:40
  • A step is as big as you want it to be. The resulting output will be scaled in line with the step amplitude. – Andy aka Jan 20 '23 at 16:55
  • @JonathanS. You re right ! I will edit the post for saying that I want a step input of let's say 3V :D – Jess Jan 20 '23 at 17:58
  • @Andyaka I am not sure to understand what you say. I do not think that all system will react according to the small signal transfer function to a large step input – Jess Jan 20 '23 at 18:03
  • @Jess then you can't realistically apply Laplace to the problem because of non-linearities. – Andy aka Jan 20 '23 at 18:06
  • Ok ... I take so much time to understand it ... – Jess Jan 20 '23 at 18:22
  • Andy do you want to make an anwer ? Otherwise I will give the answer to VoltageSpike ! – Jess Jan 20 '23 at 18:23
  • If the step response that you want cannot be considered "small signal" for your system, then your title is incorrect -- "large signal" analysis pretty much means that you have to take the nonlinearities into account, while the "L" in "LTI" stands for "linear". – TimWescott Jan 20 '23 at 23:24

1 Answers1

1

What is strange to me is that a step input is not a small signal ? it is rather a large signal ? So how can the response could be correct ?

What you are doing is called system identification. There are many ways to do this, the first thing is deciding what order of the LTI system (and poles an zeros) you want to fit to, for simple systems that are first order this is easy to do and can be done in by hand or using regression. Most systems are first or second order. Higher order systems will probably need a computational package, and there are many system identification packages available for different programming languages.

Whatever the response is you want it to be linear, small signal keeps the output linear in a system that might be non-linear, such as a transistor amplifier. You can check this by fitting the model and then looking at the difference (residual).

Voltage Spike
  • 82,181
  • 41
  • 84
  • 220