Last edited 2 years ago
by Demo writer

Impulse response: Difference between revisions

(Created page with "So far circuits have been driven by a DC source, an AC source and an exponential source. If we can find the current of a circuit generated by a Dirac delta function or impulse...")
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
 
Line 1: Line 1:
{{ContentNav|homelink=Documentation System|hometext=3|pagePrevious=Electric Pallet Truck Alligator{{!}}Operating instructions|pageNext=:Category:Bike{{!}}Categorized product images}}
So far circuits have been driven by a DC source, an AC source and an exponential source. If we can find the current of a circuit generated by a Dirac delta function or impulse voltage source δ, then the convolution integral can be used to find the current to any given voltage source!
So far circuits have been driven by a DC source, an AC source and an exponential source. If we can find the current of a circuit generated by a Dirac delta function or impulse voltage source δ, then the convolution integral can be used to find the current to any given voltage source!
==Example Impulse Response==
==Example Impulse Response==
Line 50: Line 52:
:<math>C_1 = 0</math>
:<math>C_1 = 0</math>


[[en:{{FULLPAGENAME}}|en:Impulse Response]][[de:Impulsantwort]]
[[en:{{FULLPAGENAME}}|Impulse Response]][[de:Impulsantwort]]
 
 
{{ContentNav|homelink=Documentation System|hometext=3|pagePrevious=Electric Pallet Truck Alligator{{!}}Operating instructions|pageNext=:Category:Bike{{!}}Categorized product images}}

Latest revision as of 09:59, 6 December 2021

So far circuits have been driven by a DC source, an AC source and an exponential source. If we can find the current of a circuit generated by a Dirac delta function or impulse voltage source δ, then the convolution integral can be used to find the current to any given voltage source!

Example Impulse Response

The current is found by taking the derivative of the current found due to a DC voltage source! Say the goal is to find the δ current of a series LR circuit ... so that in the future the convolution integral can be used to find the current given any arbitrary source.

Choose a DC source of 1 volt (the real Vs then can scale off this). The particular homogeneous solution (steady state) is 0. The homogeneous solution to the non-homogeneous equation has the form:

Assume the current initially in the inductor is zero. The initial voltage is going to be 1 and is going to be across the inductor (since no current is flowing):

::

If the current in the inductor is initially zero, then:

Which implies that:
So the response to a DC voltage source turning on at t=0 to one volt (called the unit response μ) is:

Taking the derivative of this, get the impulse (δ) current is:

Now the current due to any arbitrary VS(t) can be found using the convolution integral:

Don't think iδ as current. It is really . VS(τ) turns into a multiplier.

LRC Example

Find the time domain expression for io given that Is = cos(t + π/2)μ(t) amp.

Earlier the step response for this problem was found:

The impulse response is going to be the derivative of this:

:

The Mupad code to solve the integral (substituting x for τ) is:

f := exp(-(t-x)) *sin(t-x) *(1 + cos(x));<br>S := int(f,x = 0..t)

Finding the integration constant

This implies:


No categories assignedEdit

Discussions