11-18-2018 08:03 AM - edited 11-18-2018 08:09 AM
Anyone help me to solve impulse response and diffrence equation with an example.
11-18-2018 10:27 AM
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?
11-18-2018 10:40 AM - edited 11-18-2018 10:41 AM
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.
11-18-2018 01:30 PM - edited 11-18-2018 01:34 PM
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)
11-18-2018 09:46 PM - edited 11-18-2018 09:54 PM