Feeds
질문
Solving LTID system recursively
I want to solve this system recursively y[n]−0.7y[n−1]+0.12y[n−2]=2x[n]−x[n−1] with x[n]=(2)−nu[n]; y[−1]=3 and y[−2]=2 ...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can i write this function in matlab?
I want to plot this function x(t) = 4(t+1)[u(t+1)-u(t)] + (4-2t)[u(t)-u(t-2)] y= inline('4*g(t+1).*(u(t+1>=0)-u(t>=0)',...
거의 6년 전 | 답변 수: 1 | 0