New Reply

Finding the impulse response

 
Share Thread Thread Tools
Jul29-12, 01:24 PM   #1
 

Finding the impulse response


Suppose that [itex]y(t)=x(t)\ast h(t)[/itex].

([itex]\ast[/itex] denotes convolution)

Here are the signals:



How to find h(t) in time domain? Does there exist such h(t)?

Thanks in advance.
Attached Thumbnails
Untitled.png  
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Jul30-12, 05:42 PM   #2
 
Bump!
 
Jul30-12, 09:54 PM   #3
 
Using the doublet function:

h(t) =
\begin{cases}
\delta', & \text{for } -\infty < t <0 \\
-\delta', & \text{for } 0 < t < \infty\\
\end{cases}
 
Jul31-12, 03:12 AM   #4
 

Finding the impulse response


Thanks.

Let's consider the delta function as the limiting case of the following function:



Now, isn't your function the same as [itex]-\delta'(t)[/itex]?
Attached Thumbnails
Untitled.png  
 
Jul31-12, 12:14 PM   #5
 
The doublet is the derivative of the Dirac delta function.
 
Jul31-12, 05:58 PM   #6
 
Recognitions:
Gold Membership Gold Member
Think Fourier integral!
 
Jul31-12, 06:52 PM   #7
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Retired Staff Staff Emeritus
You need to show your attempt at solving the problem on your own before you receive help here.
 
Aug1-12, 10:44 AM   #8
 
A clarification: This thread is moved from electrical engineering forum. Maybe it is a homework or coursework-type question, but actually it's not a homework or a coursework question, and I believe cannot be.

Anyway, here is my attempt:
$$\mathcal{F}\left \{ x(t) \right \}=sinc^2(f)\; ;\: \mathcal{F}\left \{ y(t) \right \}=2sinc(2f)$$
$$\mathcal{F}\left \{ h(t) \right \}=\frac{\mathcal{F}\left \{ y(t) \right \}}{\mathcal{F}\left \{ x(t) \right \}}=\frac{2sinc(2f)}{sinc^2(f)}=4\pi f\cot(2\pi f)$$
I guess that this function has no inverse Fourier transform, and thus there is no LTI system with x(t) as input and y(t) as output. Is this correct? If yes, how to prove?

Quote by the_emi_guy View Post
The doublet is the derivative of the Dirac delta function.
I know that, but for t<0 we have δΔ(t)=0, which implies that for t<0, δΔ'(t)=0. That's why I think your function is the same as -δ'(t).
 
Aug1-12, 04:46 PM   #9
 
Think of it this way...

1 - What kind of circuit would convert your x(t) to your y(t)?

2 - Next, what would be the impulse response of that circuit? This would be your h(t).
 
Aug1-12, 04:50 PM   #10
 
Recognitions:
Gold Membership Gold Member
Quote by asmani View Post
A clarification: This thread is moved from electrical engineering forum. Maybe it is a homework or coursework-type question, but actually it's not a homework or a coursework question, and I believe cannot be.

Anyway, here is my attempt:
$$\mathcal{F}\left \{ x(t) \right \}=sinc^2(f)\; ;\: \mathcal{F}\left \{ y(t) \right \}=2sinc(2f)$$
$$\mathcal{F}\left \{ h(t) \right \}=\frac{\mathcal{F}\left \{ y(t) \right \}}{\mathcal{F}\left \{ x(t) \right \}}=\frac{2sinc(2f)}{sinc^2(f)}=4\pi f\cot(2\pi f)$$
I guess that this function has no inverse Fourier transform, and thus there is no LTI system with x(t) as input and y(t) as output. Is this correct? If yes, how to prove?
What reason do you have for assuming your H(f) has no inverse? Have you tried doing the integration?

Ref: G.A. Campbell and R. M. Foster, "Fourier Integrals for Practical Applications", D. Van Nostrand 1958.

PS - I did not check to see that you did X(f) and Y(f) correctly ...
 
Aug4-12, 05:54 AM   #11
 
Quote by rude man View Post
What reason do you have for assuming your H(f) has no inverse? Have you tried doing the integration?

Ref: G.A. Campbell and R. M. Foster, "Fourier Integrals for Practical Applications", D. Van Nostrand 1958.

PS - I did not check to see that you did X(f) and Y(f) correctly ...
When the plot is as follows, I don't know how to do the integration, if the integral exists.



Quote by the_emi_guy View Post
Think of it this way...

1 - What kind of circuit would convert your x(t) to your y(t)?

2 - Next, what would be the impulse response of that circuit? This would be your h(t).
I guess there is no such circuit/LTI system/h(t). Let's consider two cases:

1. The input to the system S is y(2t), and the output is x(t). We can easily find that the impulse response of S is h(t)=y(2t).

2. The input to the system S' is y(t), and the output is x(t). We can observe that S' is the same S series with another system S'' which gives the output z(2t) for the input z(t). Obviously S'' is not a LTI system, so S' isn't.

That's why I think it's possible that the original system cannot be LTI either.

Thanks.
Attached Thumbnails
Untitled.png  
 
Aug4-12, 02:46 PM   #12
 
Recognitions:
Gold Membership Gold Member
You're not integrating the function you sketched, which I presume is your H(f).
You're trying to integrate ∫H(f)ejωtdf over f = -∞ to f = +∞ with ω = 2πf.
 
Aug8-12, 10:43 AM   #13
 
Quote by asmani View Post
The input to the system S' is y(t), and the output is x(t). We can observe that S' is the same S series with another system S'' which gives the output z(2t) for the input z(t). Obviously S'' is not a LTI system, so S' isn't.
Actually this argument was not correct!
Quote by rude man View Post
You're not integrating the function you sketched, which I presume is your H(f).
You're trying to integrate ∫H(f)ejωtdf over f = -∞ to f = +∞ with ω = 2πf.
Of course, that's h(0). Can you help me on this integration?

Thanks.
 
Aug8-12, 05:53 PM   #14
 
Recognitions:
Gold Membership Gold Member
I'm wondering about your initial approach, now that I've looked at it some more.

Looking at your x(t) and y(t) graphs, and taking the Fourier integrals of both,

X(w) = (1/2π)∫(t+1)exp(-jwt)dt from t= -1 to 0 + (1/2π)∫(1-t)exp(-jwt)dt from t= 0 to +1.

Similarly,
Y(w) = (1/2π)∫exp(-jwt)dt from t = -1 to +1.

Then H(w) = Y(w)/X(w) and finally

h(t) = ∫H(w)exp(jwt)dw.

I tried to do the X(w) integration and found it pretty messy, which means subject to making mistakes. I used ∫eaxdx = eax/a and ∫xeaxdx = (eax/a2)(ax-1).

The Y(w) integration is of course much simpler. The h(t) inverse integral promises to be messy also.

So, best I can do for you is to suggest either you try to muddle through the integrations, or get a table of Fourier integrals like the one I recommended previously. I wish I had that table but I don't.

Of course, it may be that the best approach is graphic convolution, but I'm not inclined to try that myself.
 
Aug9-12, 05:14 AM   #16
 
Recognitions:
Gold Membership Gold Member
Thank you! We can now both work this. I'll keep you apprised of any progress.
 
New Reply
Thread Tools


Similar Threads for: Finding the impulse response
Thread Forum Replies
Finding the impulse response of a system without using Z-Transform Engineering, Comp Sci, & Technology Homework 2
Finding the impulse response of a system Engineering, Comp Sci, & Technology Homework 3
finding impulse response of a system Engineering, Comp Sci, & Technology Homework 0
Finding a system impulse response. Engineering, Comp Sci, & Technology Homework 1
finding impulse response Calculus & Beyond Homework 1