LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Re:how to solve impulse response and difference equation

Anyone help me to solve impulse response and diffrence equation with an example.

 

 


 

0 Kudos
Message 1 of 5
(2,645 Views)

That is a vague requirement.  Could you post an example (with expected data) and some details about the expected results?

 

It is likely that the functions already exist in the advanced math library.  Have you had any training in LabVIEW?


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 5
(2,631 Views)

Problem:  y(n)-3/4 y(n-1)+1/8 y(n-2) = x(n)-1/3 x(n-1)

Expected Solution: h(0)=1  h(1)=0.416 h(2)=0.187 h(3)=0.088 h(4)=0.0429  h(5)=0.02116 h(6)=0.0105 h(7)=0.0052 h(8)=0.0026 h(9)=0.0013

I am a student as of now i am learning the LabVIEW. 

0 Kudos
Message 3 of 5
(2,626 Views)

Your problem does not even contain any "h", so how can we solve for it?

 

I think a lot of your formula got lost when translating to plain text. I am sure you need more parentheses. Do you have a website or image that shows it in its original form or describes the problem? Where do the values for  "x", "y", "n" come from? How do they relate to "h"? I guess "n" is an index (or time).

 

(Most likely you are talking about a "differential equation", not a "difference equation". Big difference :D)

0 Kudos
Message 4 of 5
(2,602 Views)
0 Kudos
Message 5 of 5
(2,586 Views)