Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 23 |
Nodes: | 6 (0 / 6) |
Uptime: | 54:28:32 |
Calls: | 583 |
Files: | 1,139 |
D/L today: |
179 files (27,921K bytes) |
Messages: | 111,799 |
Hi, I'm trying to work slowly through the great Op Amp book by Roberge et al that was recommended earlier. I downloaded the 2nd edition v. 1.8.1. I'm finding it enlightening to slowly process the paragraphs and take notes
on the diagrams and equations.
Something I'm getting hung up on though is they dive early on into
transfer functions, and that hasn't been covered yet in my introductory
DE book. I've been trying to cram in some quick Internet research on
laplace transforms and such but it has been a bumpy ride.
In chapter one (equation 1.21) they gave the transfer function of an integrator, i.e., an op amp with resistor and capacitor feedback
network, as -1/(RCs). I found that if I replaced s with 2 pi f, I could predict the gain from a steady sinusoidal signal of matching frequency,
and when I tried this out with my real integrators, I got matching
results.
My questions:
(1) so, if I replace s with a complex number, one that has both a real
and an imaginary part, what does that mean? Is that the same as
calculating the gain for a sinusoidal input of a particular amplitude
and frequency?
(2) How do I use/apply this transfer function if I've got some
nonsinusoidal continuous input, like say a steady voltage, or a linear ramping voltage?
Hi, I'm trying to work slowly through the great Op Amp book by Roberge et al >that was recommended earlier. I downloaded the 2nd edition v. 1.8.1. I'm >finding it enlightening to slowly process the paragraphs and take notes
on the diagrams and equations.
Something I'm getting hung up on though is they dive early on into
transfer functions, and that hasn't been covered yet in my introductory
DE book. I've been trying to cram in some quick Internet research on
laplace transforms and such but it has been a bumpy ride.
In chapter one (equation 1.21) they gave the transfer function of an >integrator, i.e., an op amp with resistor and capacitor feedback
network, as -1/(RCs). I found that if I replaced s with 2 pi f, I could >predict the gain from a steady sinusoidal signal of matching frequency,
and when I tried this out with my real integrators, I got matching
results.
My questions:
(1) so, if I replace s with a complex number, one that has both a real
and an imaginary part, what does that mean? Is that the same as
calculating the gain for a sinusoidal input of a particular amplitude
and frequency?
(2) How do I use/apply this transfer function if I've got some
nonsinusoidal continuous input, like say a steady voltage, or a linear >ramping voltage?
On Mon, 11 Aug 2025 09:07:01 -0800, Christopher Howard <christopher@librehacker.com> wrote:
Hi, I'm trying to work slowly through the great Op Amp book by Roberge et al >> that was recommended earlier. I downloaded the 2nd edition v. 1.8.1. I'm
finding it enlightening to slowly process the paragraphs and take notes
on the diagrams and equations.
Something I'm getting hung up on though is they dive early on into
transfer functions, and that hasn't been covered yet in my introductory
DE book. I've been trying to cram in some quick Internet research on
laplace transforms and such but it has been a bumpy ride.
In chapter one (equation 1.21) they gave the transfer function of an
integrator, i.e., an op amp with resistor and capacitor feedback
network, as -1/(RCs). I found that if I replaced s with 2 pi f, I could
predict the gain from a steady sinusoidal signal of matching frequency,
and when I tried this out with my real integrators, I got matching
results.
My questions:
(1) so, if I replace s with a complex number, one that has both a real
and an imaginary part, what does that mean? Is that the same as
calculating the gain for a sinusoidal input of a particular amplitude
and frequency?
No, you can calculate the frequency response by setting s=jw, or the
dc responce by setting to 0.
(2) How do I use/apply this transfer function if I've got some
nonsinusoidal continuous input, like say a steady voltage, or a linear
ramping voltage?
The transfer function is the ratio of the Laplace transform of the
system output to the Laplace transform of the systen input. So to
find the system output y(t) to an arbitrary input x(t) you:
1 - calculate L[x(t)]
2 - multiply above by the transfer fuction
3 - calculate the inverse transform of the above
For example for a heaviside input (x = 1 for t > 0 otherwise x = 0)
L[x] = 1/s. For an integrator with a transfer function 1/s the output
would therefore be 1/s^2 (ie L[y]). Taking the inverse transform of
that would yield y = t (ie a ramp).