photo

Sundeep Javvaji


Last seen: 1年以上 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
z transform of a sequence
If y is your input sequence, bode_y = 0; for n = 1:length(y) bode_y = bode_y + y(n)*tf([1],[1 zeros(1,n-1)],1); end

1年以上 前 | 0