Simulating a LTI system in R

后端 未结 0 2016
情歌与酒
情歌与酒 2021-01-31 04:27

I want to simulate a LTI system with input

    X[n] = delta[n] + delta [n+1]

And the system is this:

    y[n] = y[n-1] + 2x[n] + 3         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题