InterviewSolution
Saved Bookmarks
| 1. |
What Is Non Recursive System? |
|
Answer» If the present output is DEPENDENT upon the present and PAST VALUE of input and past value of output then the system is SAID to be non-recursive system. If the present output is dependent upon the present and past value of input and past value of output then the system is said to be non-recursive system. |
|