Transfer function of frequency shifted signal

laplace transformtransfer function

I have a system controlled by the function \$i(t)\$ and described by
this time-domain equation:

$$l(t)=A+\frac{Pi(t)}{CK}-\frac{Pi(t)-CK(O-A)}{CK}e^{-Kt}$$

Taking the Laplace transform I get this:

$$L(s)=\frac{A}{s}+\frac{P}{CK}\left[I(s)-I(s+K)\right]+\frac{O-A}{s+K}$$

How can I express this like \$L(s)=H(s)I(s)\$, with \$H(s)\$ being the transfer function? I mean, what is the transfer funtion here? I got stuck because I had never seen a system in which something like \$I(s+K)\$ appeared. Can I rewrite it in terms of \$I(s)\$?

Interestingly $$\frac{I(s)-I(s+K)}{K}$$ looks like it could be \$-\frac{d}{ds}I(s)\$ in some kind of approximation but I'm still confused.

Best Answer

How can I express this like \$L(s)=H(s)I(s)\$?

The first thing that jumps out at me is that \$l(t)\$ is not a linear or time invariant function of \$i(t)\$.

Now, \$H(s)\$ is the transform of the impulse response \$h(t)\$ which is just \$l(t)\$ when \$i(t) = \delta(t)\$:

\$h(t) = A+\dfrac{P}{CK}\delta(t)-\dfrac{P\delta(t)-CK(O-A)}{CK}e^{-Kt} = A(1 + e^{-Kt}) - Oe^{-Kt} \$

\$H(s) = A\dfrac{2s+ K}{s(s+K)} - O\dfrac{1}{s+K}\$

But, we can write \$L(s) = H(s)I(s)\$ only if \$l(t) = h(t) * i(t)\$ which is clearly not the case here.